nix-eval-jobs-2.35.0
x86_64-linux.nix-eval-jobs
· build #35
· raw
1tribuchet: hub connection lost (event stream: code: 'The service is currently unavailable', message: "build is no longer in flight; resubmit"); reconnecting2tribuchet: building on jamie
unpackPhase
3unpacking source archive /nix/store/5s22y2hr1hwymad31374p6jdzf8z5pz0-source4source root is sourceconfigurePhase
5mesonConfigurePhase flags: --prefix=/nix/store/3z8hfipinswwxcs5qp5jih8vxszqfbmf-nix-eval-jobs-2.35.0 --libdir=/nix/store/3z8hfipinswwxcs5qp5jih8vxszqfbmf-nix-eval-jobs-2.35.0/lib --libexecdir=/nix/store/3z8hfipinswwxcs5qp5jih8vxszqfbmf-nix-eval-jobs-2.35.0/libexec --bindir=/nix/store/3z8hfipinswwxcs5qp5jih8vxszqfbmf-nix-eval-jobs-2.35.0/bin --sbindir=/nix/store/3z8hfipinswwxcs5qp5jih8vxszqfbmf-nix-eval-jobs-2.35.0/sbin --includedir=/nix/store/3z8hfipinswwxcs5qp5jih8vxszqfbmf-nix-eval-jobs-2.35.0/include --mandir=/nix/store/3z8hfipinswwxcs5qp5jih8vxszqfbmf-nix-eval-jobs-2.35.0/share/man --infodir=/nix/store/3z8hfipinswwxcs5qp5jih8vxszqfbmf-nix-eval-jobs-2.35.0/share/info --localedir=/nix/store/3z8hfipinswwxcs5qp5jih8vxszqfbmf-nix-eval-jobs-2.35.0/share/locale -Dauto_features=enabled -Dwrap_mode=nodownload --buildtype=plain6The Meson build system7Version: 1.9.18Source dir: /build/source9Build dir: /build/source/build10Build type: native build11Project name: nix-eval-jobs12Project version: 0.1.613C++ compiler for the host machine: g++ (gcc 14.3.0 "g++ (GCC) 14.3.0")14C++ linker for the host machine: g++ ld.bfd 2.4415Host machine cpu family: x86_6416Host machine cpu: x86_6417Compiler for C++ supports arguments -Wno-subobject-linkage: YES 18Run-time dependency threads found: YES19Found pkg-config: YES (/nix/store/8vdiwpbh0g4avsd6x5v4s0di32vcl3dp-pkg-config-wrapper-0.29.2/bin/pkg-config) 0.29.220Run-time dependency nlohmann_json found: YES 3.12.021Run-time dependency libcurl found: YES 8.17.022Run-time dependency nix-store found: YES 2.35.223Run-time dependency nix-fetchers found: YES 2.35.224Run-time dependency nix-expr found: YES 2.35.225Run-time dependency nix-flake found: YES 2.35.226Run-time dependency nix-main found: YES 2.35.227Run-time dependency nix-cmd found: YES 2.35.228Run-time dependency GTest found: YES 1.17.029Run-time dependency nix-util-test-support found: YES 2.35.230Build targets in project: 33132nix-eval-jobs 0.1.63334 User defined options35 auto_features: enabled36 bindir : /nix/store/3z8hfipinswwxcs5qp5jih8vxszqfbmf-nix-eval-jobs-2.35.0/bin37 buildtype : plain38 includedir : /nix/store/3z8hfipinswwxcs5qp5jih8vxszqfbmf-nix-eval-jobs-2.35.0/include39 infodir : /nix/store/3z8hfipinswwxcs5qp5jih8vxszqfbmf-nix-eval-jobs-2.35.0/share/info40 libdir : /nix/store/3z8hfipinswwxcs5qp5jih8vxszqfbmf-nix-eval-jobs-2.35.0/lib41 libexecdir : /nix/store/3z8hfipinswwxcs5qp5jih8vxszqfbmf-nix-eval-jobs-2.35.0/libexec42 localedir : /nix/store/3z8hfipinswwxcs5qp5jih8vxszqfbmf-nix-eval-jobs-2.35.0/share/locale43 mandir : /nix/store/3z8hfipinswwxcs5qp5jih8vxszqfbmf-nix-eval-jobs-2.35.0/share/man44 prefix : /nix/store/3z8hfipinswwxcs5qp5jih8vxszqfbmf-nix-eval-jobs-2.35.045 sbindir : /nix/store/3z8hfipinswwxcs5qp5jih8vxszqfbmf-nix-eval-jobs-2.35.0/sbin46 wrap_mode : nodownload4748Found ninja-1.13.1 at /nix/store/nib1r4k4cqph7zjjnbfc1d6cbg11qr76-ninja-1.13.1/bin/ninja49mesonConfigurePhase: enabled\ parallel\ buildingbuildPhase
50build flags: -j2451[1/6] Compiling C++ object tests-unit/nix-eval-jobs-unit-tests.p/meson-generated_nix-eval-jobs-unit-tests-unity0.cpp.o52[2/6] Compiling C++ object src/nix-eval-jobs.p/meson-generated_nix-eval-jobs-unity0.cpp.o53[3/6] Compiling C++ object src/libnix-eval-jobs-lib.a.p/meson-generated_nix-eval-jobs-lib-unity0.cpp.o54In file included from src/libnix-eval-jobs-lib.a.p/nix-eval-jobs-lib-unity0.cpp:1:55/build/source/build/../src/eval-args.cc: In constructor 'MyArgs::MyArgs()':56/build/source/build/../src/eval-args.cc:302:12: warning: missing initializer for member 'nix::Args::Flag::aliases' [-Wmissing-field-initializers]57 302 | addFlag({58 | ~~~~~~~^~59 303 | .longName = "log-format",60 | ~~~~~~~~~~~~~~~~~~~~~~~~~61 304 | .description =62 | ~~~~~~~~~~~~~~63 305 | "Set the format of log output; one of `raw`, `internal-json`, "64 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~65 306 | "`bar` or `bar-with-logs`.",66 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~67 307 | .category = "",68 | ~~~~~~~~~~~~~~~69 308 | .labels = {"format"},70 | ~~~~~~~~~~~~~~~~~~~~~71 309 | .handler = {[this](std::string format) -> void {72 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~73 310 | logFormat = format;74 | ~~~~~~~~~~~~~~~~~~~75 311 | nix::setLogFormat(format);76 | ~~~~~~~~~~~~~~~~~~~~~~~~~~77 312 | }},78 | ~~~ 79 313 | });80 | ~~ 81/build/source/build/../src/eval-args.cc:302:12: warning: missing initializer for member 'nix::Args::Flag::completer' [-Wmissing-field-initializers]82/build/source/build/../src/eval-args.cc:302:12: warning: missing initializer for member 'nix::Args::Flag::experimentalFeature' [-Wmissing-field-initializers]83[4/6] Linking static target src/libnix-eval-jobs-lib.a84[5/6] Linking target src/nix-eval-jobs85[6/6] Linking target tests-unit/nix-eval-jobs-unit-testscheckPhase
86ninja: no work to do.87mesonCheckPhase flags: --timeout-multiplier=0881/1 nix-eval-jobs-unit-tests OK 0.03s8990Ok: 1 91Fail: 0 9293Full log written to /build/source/build/meson-logs/testlog.txtinstallPhase
94mesonInstallPhase flags: ''95Installing src/nix-eval-jobs to /nix/store/3z8hfipinswwxcs5qp5jih8vxszqfbmf-nix-eval-jobs-2.35.0/binfixupPhase
96shrinking RPATHs of ELF executables and libraries in /nix/store/3z8hfipinswwxcs5qp5jih8vxszqfbmf-nix-eval-jobs-2.35.097shrinking /nix/store/3z8hfipinswwxcs5qp5jih8vxszqfbmf-nix-eval-jobs-2.35.0/bin/nix-eval-jobs98checking for references to /build/ in /nix/store/3z8hfipinswwxcs5qp5jih8vxszqfbmf-nix-eval-jobs-2.35.0...99patching script interpreter paths in /nix/store/3z8hfipinswwxcs5qp5jih8vxszqfbmf-nix-eval-jobs-2.35.0100stripping (with command strip and flags -S -p) in /nix/store/3z8hfipinswwxcs5qp5jih8vxszqfbmf-nix-eval-jobs-2.35.0/bin