nix-eval-jobs-2.35.2
checks.aarch64-linux.nix-eval-jobs
· build #55
· raw
1tribuchet: building on eliza
unpackPhase
2unpacking source archive /nix/store/d1xd1knfx4qirpqmil0c1myqb4si9iwr-source3source root is sourceconfigurePhase
4mesonConfigurePhase flags: --prefix=/nix/store/jcabmmj1m9b43rl6a5n6mjnkm3r1abqb-nix-eval-jobs-2.35.2 --libdir=/nix/store/jcabmmj1m9b43rl6a5n6mjnkm3r1abqb-nix-eval-jobs-2.35.2/lib --libexecdir=/nix/store/jcabmmj1m9b43rl6a5n6mjnkm3r1abqb-nix-eval-jobs-2.35.2/libexec --bindir=/nix/store/jcabmmj1m9b43rl6a5n6mjnkm3r1abqb-nix-eval-jobs-2.35.2/bin --sbindir=/nix/store/jcabmmj1m9b43rl6a5n6mjnkm3r1abqb-nix-eval-jobs-2.35.2/sbin --includedir=/nix/store/jcabmmj1m9b43rl6a5n6mjnkm3r1abqb-nix-eval-jobs-2.35.2/include --mandir=/nix/store/jcabmmj1m9b43rl6a5n6mjnkm3r1abqb-nix-eval-jobs-2.35.2/share/man --infodir=/nix/store/jcabmmj1m9b43rl6a5n6mjnkm3r1abqb-nix-eval-jobs-2.35.2/share/info --localedir=/nix/store/jcabmmj1m9b43rl6a5n6mjnkm3r1abqb-nix-eval-jobs-2.35.2/share/locale -Dauto_features=enabled -Dwrap_mode=nodownload --buildtype=plain5The Meson build system6Version: 1.9.17Source dir: /build/source8Build dir: /build/source/build9Build type: native build10Project name: nix-eval-jobs11Project version: 0.1.612C++ compiler for the host machine: g++ (gcc 14.3.0 "g++ (GCC) 14.3.0")13C++ linker for the host machine: g++ ld.bfd 2.4414Host machine cpu family: aarch6415Host machine cpu: aarch6416Compiler for C++ supports arguments -Wno-subobject-linkage: YES 17Run-time dependency threads found: YES18Found pkg-config: YES (/nix/store/lbiigi8qbp7mzf1lpr7p982l1kyf01ql-pkg-config-wrapper-0.29.2/bin/pkg-config) 0.29.219Run-time dependency nlohmann_json found: YES 3.12.020Run-time dependency Boost found: YES 1.87.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/jcabmmj1m9b43rl6a5n6mjnkm3r1abqb-nix-eval-jobs-2.35.2/bin37 buildtype : plain38 includedir : /nix/store/jcabmmj1m9b43rl6a5n6mjnkm3r1abqb-nix-eval-jobs-2.35.2/include39 infodir : /nix/store/jcabmmj1m9b43rl6a5n6mjnkm3r1abqb-nix-eval-jobs-2.35.2/share/info40 libdir : /nix/store/jcabmmj1m9b43rl6a5n6mjnkm3r1abqb-nix-eval-jobs-2.35.2/lib41 libexecdir : /nix/store/jcabmmj1m9b43rl6a5n6mjnkm3r1abqb-nix-eval-jobs-2.35.2/libexec42 localedir : /nix/store/jcabmmj1m9b43rl6a5n6mjnkm3r1abqb-nix-eval-jobs-2.35.2/share/locale43 mandir : /nix/store/jcabmmj1m9b43rl6a5n6mjnkm3r1abqb-nix-eval-jobs-2.35.2/share/man44 prefix : /nix/store/jcabmmj1m9b43rl6a5n6mjnkm3r1abqb-nix-eval-jobs-2.35.245 sbindir : /nix/store/jcabmmj1m9b43rl6a5n6mjnkm3r1abqb-nix-eval-jobs-2.35.2/sbin46 wrap_mode : nodownload4748Found ninja-1.13.1 at /nix/store/jpwn5zii6bzpvf9dm4dw7cdvwychpxwz-ninja-1.13.1/bin/ninja49mesonConfigurePhase: enabled\ parallel\ buildingbuildPhase
50build flags: -j2451[1/6] Compiling C++ object src/nix-eval-jobs.p/meson-generated_nix-eval-jobs-unity0.cpp.o52[2/6] Compiling C++ object tests-unit/nix-eval-jobs-unit-tests.p/meson-generated_nix-eval-jobs-unit-tests-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::labels' [-Wmissing-field-initializers]57 302 | addFlag({58 | ~~~~~~~^~59 303 | .longName = "worker",60 | ~~~~~~~~~~~~~~~~~~~~~61 304 | .aliases = {},62 | ~~~~~~~~~~~~~~63 305 | .description = "run as an evaluation worker process",64 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~65 306 | .category = internalCategory,66 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~67 307 | .handler = {&runAsWorker, true},68 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~69 308 | });70 | ~~ 71/build/source/build/../src/eval-args.cc:302:12: warning: missing initializer for member 'nix::Args::Flag::completer' [-Wmissing-field-initializers]72/build/source/build/../src/eval-args.cc:302:12: warning: missing initializer for member 'nix::Args::Flag::experimentalFeature' [-Wmissing-field-initializers]73[4/6] Linking static target src/libnix-eval-jobs-lib.a74[5/6] Linking target src/nix-eval-jobs75[6/6] Linking target tests-unit/nix-eval-jobs-unit-testscheckPhase
76ninja: no work to do.77mesonCheckPhase flags: --timeout-multiplier=0781/1 nix-eval-jobs-unit-tests OK 0.03s7980Ok: 1 81Fail: 0 8283Full log written to /build/source/build/meson-logs/testlog.txtinstallPhase
84mesonInstallPhase flags: ''85Installing src/nix-eval-jobs to /nix/store/jcabmmj1m9b43rl6a5n6mjnkm3r1abqb-nix-eval-jobs-2.35.2/binfixupPhase
86shrinking RPATHs of ELF executables and libraries in /nix/store/jcabmmj1m9b43rl6a5n6mjnkm3r1abqb-nix-eval-jobs-2.35.287shrinking /nix/store/jcabmmj1m9b43rl6a5n6mjnkm3r1abqb-nix-eval-jobs-2.35.2/bin/nix-eval-jobs88checking for references to /build/ in /nix/store/jcabmmj1m9b43rl6a5n6mjnkm3r1abqb-nix-eval-jobs-2.35.2...89patching script interpreter paths in /nix/store/jcabmmj1m9b43rl6a5n6mjnkm3r1abqb-nix-eval-jobs-2.35.290stripping (with command strip and flags -S -p) in /nix/store/jcabmmj1m9b43rl6a5n6mjnkm3r1abqb-nix-eval-jobs-2.35.2/bin