nixbot

builds

succeeded nix-eval-jobs-2.35.2 checks.x86_64-linux.nixos-web01 · build #437 · raw

unpackPhase
1unpacking source archive /nix/store/5k2p867fqkxqc9lf6arg3kgnidqm5cfk-source2source root is source
configurePhase
3mesonConfigurePhase flags: --prefix=/nix/store/5baw0xhx4jp8fy4aimwii7f4b7km1ikd-nix-eval-jobs-2.35.2 --libdir=/nix/store/5baw0xhx4jp8fy4aimwii7f4b7km1ikd-nix-eval-jobs-2.35.2/lib --libexecdir=/nix/store/5baw0xhx4jp8fy4aimwii7f4b7km1ikd-nix-eval-jobs-2.35.2/libexec --bindir=/nix/store/5baw0xhx4jp8fy4aimwii7f4b7km1ikd-nix-eval-jobs-2.35.2/bin --sbindir=/nix/store/5baw0xhx4jp8fy4aimwii7f4b7km1ikd-nix-eval-jobs-2.35.2/sbin --includedir=/nix/store/bfnaxpbxsj2bj1b3rah8bff4v4iahw53-nix-eval-jobs-2.35.2-dev/include --mandir=/nix/store/5baw0xhx4jp8fy4aimwii7f4b7km1ikd-nix-eval-jobs-2.35.2/share/man --infodir=/nix/store/5baw0xhx4jp8fy4aimwii7f4b7km1ikd-nix-eval-jobs-2.35.2/share/info --localedir=/nix/store/5baw0xhx4jp8fy4aimwii7f4b7km1ikd-nix-eval-jobs-2.35.2/share/locale -Dauto_features=enabled -Dwrap_mode=nodownload --buildtype=plain4The Meson build system5Version: 1.10.26Source dir: /build/source7Build dir: /build/source/build8Build type: native build9Project name: nix-eval-jobs10Project version: 0.1.611C++ compiler for the host machine: g++ (gcc 15.3.0 "g++ (GCC) 15.3.0")12C++ linker for the host machine: g++ ld.bfd 2.4613Host machine cpu family: x86_6414Host machine cpu: x86_6415Compiler for C++ supports arguments -Wno-subobject-linkage: YES 16Run-time dependency threads found: YES17Found pkg-config: YES (/nix/store/0v0raqk1qw5g2a21km4xa1hwhaq4s976-pkg-config-wrapper-0.29.2/bin/pkg-config) 0.29.218Run-time dependency nlohmann_json found: YES 3.12.019Run-time dependency Boost found: YES 1.89.020Run-time dependency libcurl found: YES 8.21.021Run-time dependency nix-store found: YES 2.35.2+122Run-time dependency nix-fetchers found: YES 2.35.2+123Run-time dependency nix-expr found: YES 2.35.2+124Run-time dependency nix-flake found: YES 2.35.2+125Run-time dependency nix-main found: YES 2.35.2+126Run-time dependency nix-cmd found: YES 2.35.2+127Run-time dependency GTest found: NO (tried pkgconfig and system)28Build targets in project: 22930nix-eval-jobs 0.1.63132 User defined options33 auto_features: enabled34 bindir : /nix/store/5baw0xhx4jp8fy4aimwii7f4b7km1ikd-nix-eval-jobs-2.35.2/bin35 buildtype : plain36 includedir : /nix/store/bfnaxpbxsj2bj1b3rah8bff4v4iahw53-nix-eval-jobs-2.35.2-dev/include37 infodir : /nix/store/5baw0xhx4jp8fy4aimwii7f4b7km1ikd-nix-eval-jobs-2.35.2/share/info38 libdir : /nix/store/5baw0xhx4jp8fy4aimwii7f4b7km1ikd-nix-eval-jobs-2.35.2/lib39 libexecdir : /nix/store/5baw0xhx4jp8fy4aimwii7f4b7km1ikd-nix-eval-jobs-2.35.2/libexec40 localedir : /nix/store/5baw0xhx4jp8fy4aimwii7f4b7km1ikd-nix-eval-jobs-2.35.2/share/locale41 mandir : /nix/store/5baw0xhx4jp8fy4aimwii7f4b7km1ikd-nix-eval-jobs-2.35.2/share/man42 prefix : /nix/store/5baw0xhx4jp8fy4aimwii7f4b7km1ikd-nix-eval-jobs-2.35.243 sbindir : /nix/store/5baw0xhx4jp8fy4aimwii7f4b7km1ikd-nix-eval-jobs-2.35.2/sbin44 wrap_mode : nodownload4546Found ninja-1.13.2 at /nix/store/vj0z9ncypj0qcp8jdcri68dls27inzm6-ninja-1.13.2/bin/ninja47mesonConfigurePhase: enabled\ parallel\ building
buildPhase
48build flags: -j3249[1/4] Compiling C++ object src/nix-eval-jobs.p/meson-generated_nix-eval-jobs-unity0.cpp.o50[2/4] Compiling C++ object src/libnix-eval-jobs-lib.a.p/meson-generated_nix-eval-jobs-lib-unity0.cpp.o51In file included from src/libnix-eval-jobs-lib.a.p/nix-eval-jobs-lib-unity0.cpp:1:52/build/source/build/../src/eval-args.cc: In constructor 'MyArgs::MyArgs()':53/build/source/build/../src/eval-args.cc:302:12: warning: missing initializer for member 'nix::Args::Flag::labels' [-Wmissing-field-initializers]54 302 | addFlag({55 | ~~~~~~~^~56 303 | .longName = "worker",57 | ~~~~~~~~~~~~~~~~~~~~~58 304 | .aliases = {},59 | ~~~~~~~~~~~~~~60 305 | .description = "run as an evaluation worker process",61 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~62 306 | .category = internalCategory,63 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~64 307 | .handler = {&runAsWorker, true},65 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~66 308 | });67 | ~~ 68/build/source/build/../src/eval-args.cc:302:12: warning: missing initializer for member 'nix::Args::Flag::completer' [-Wmissing-field-initializers]69/build/source/build/../src/eval-args.cc:302:12: warning: missing initializer for member 'nix::Args::Flag::experimentalFeature' [-Wmissing-field-initializers]70[3/4] Linking static target src/libnix-eval-jobs-lib.a71[4/4] Linking target src/nix-eval-jobs
installPhase
72mesonInstallPhase flags: ''73Installing src/nix-eval-jobs to /nix/store/5baw0xhx4jp8fy4aimwii7f4b7km1ikd-nix-eval-jobs-2.35.2/bin
fixupPhase
74shrinking RPATHs of ELF executables and libraries in /nix/store/5baw0xhx4jp8fy4aimwii7f4b7km1ikd-nix-eval-jobs-2.35.275shrinking /nix/store/5baw0xhx4jp8fy4aimwii7f4b7km1ikd-nix-eval-jobs-2.35.2/bin/nix-eval-jobs76checking for references to /build/ in /nix/store/5baw0xhx4jp8fy4aimwii7f4b7km1ikd-nix-eval-jobs-2.35.2...77patching script interpreter paths in /nix/store/5baw0xhx4jp8fy4aimwii7f4b7km1ikd-nix-eval-jobs-2.35.278stripping (with command strip and flags -S -p) in /nix/store/5baw0xhx4jp8fy4aimwii7f4b7km1ikd-nix-eval-jobs-2.35.2/bin