[INFO] cloning repository https://github.com/antoinert/crunch [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/antoinert/crunch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantoinert%2Fcrunch", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantoinert%2Fcrunch'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 81f2ba437418d4f3269e399e9fb63fe2b4cb944b [INFO] testing antoinert/crunch against try#c066bf6804adc55193b71afdff6a56922f4a8689+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_in_2025-retry-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantoinert%2Fcrunch" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/antoinert/crunch [INFO] finished tweaking git repo https://github.com/antoinert/crunch [INFO] tweaked toml for git repo https://github.com/antoinert/crunch written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/antoinert/crunch on toolchain c066bf6804adc55193b71afdff6a56922f4a8689 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/antoinert/crunch already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f06f03072c132ed061f084b2921ee842819a78dba2f789c11b0b97133b6874de [INFO] running `Command { std: "docker" "start" "-a" "f06f03072c132ed061f084b2921ee842819a78dba2f789c11b0b97133b6874de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f06f03072c132ed061f084b2921ee842819a78dba2f789c11b0b97133b6874de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f06f03072c132ed061f084b2921ee842819a78dba2f789c11b0b97133b6874de", kill_on_drop: false }` [INFO] [stdout] f06f03072c132ed061f084b2921ee842819a78dba2f789c11b0b97133b6874de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] fc63707b276c300e4abc1d0689d47753aef497e527bfdf101eeecdff91e84406 [INFO] running `Command { std: "docker" "start" "-a" "fc63707b276c300e4abc1d0689d47753aef497e527bfdf101eeecdff91e84406", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.132 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling once_cell v1.13.1 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling futures-core v0.3.23 [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling tokio v1.20.1 [INFO] [stderr] Compiling unicode-ident v1.0.3 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling signal-hook v0.3.14 [INFO] [stderr] Compiling futures-task v0.3.23 [INFO] [stderr] Compiling bytes v1.2.1 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling crossbeam-utils v0.8.11 [INFO] [stderr] Compiling tracing-core v0.1.29 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling futures-util v0.3.23 [INFO] [stderr] Compiling tracing v0.1.36 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.8.4 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling futures-sink v0.3.23 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling signal-hook-mio v0.2.3 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling crossbeam-channel v0.5.6 [INFO] [stderr] Compiling iana-time-zone v0.1.46 [INFO] [stderr] Compiling crossterm v0.25.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling chrono v0.4.22 [INFO] [stderr] Compiling actix-rt v2.7.0 [INFO] [stderr] Compiling tokio-util v0.7.3 [INFO] [stderr] Compiling actix_derive v0.6.0 [INFO] [stderr] Compiling actix v0.13.0 [INFO] [stderr] Compiling crunch v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `employee_type` is never read [INFO] [stdout] --> src/employee.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 86 | pub struct EmployeeActor { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 87 | pub employee_name: &'static str, [INFO] [stdout] 88 | pub employee_type: EmployeeType, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `EmployeeActor` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/task.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 105 | pub struct TaskEnergyMultipliers { [INFO] [stdout] | --------------------- fields in this struct [INFO] [stdout] 106 | // Characteristics [INFO] [stdout] 107 | pub company_experience: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 108 | pub rigor: f32, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 109 | pub programming_skills: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 110 | pub fitness: f32, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 111 | // Resources [INFO] [stdout] 112 | pub energy: f32, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 113 | pub focus: f32, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 114 | pub stress: f32, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TaskEnergyMultipliers` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/rcrt1.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crti.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtbeginS.o" "/tmp/rustcoyoAtb/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libcrossterm-09dfd9822e9a4127.rlib,libsignal_hook_mio-361ea4e7d28d34a9.rlib,libsignal_hook-531ee75dbb936f85.rlib,libchrono-d2dbe0169e5e1a47.rlib,libiana_time_zone-3ce4f9187b9b8c32.rlib,libnum_integer-0c1d74f58091f536.rlib,libnum_traits-19b330db7a9c0851.rlib,libtime-f1fc2900d07c097d.rlib,librand-66e9e765787f4545.rlib,librand_chacha-fde31e6b3572a8ad.rlib,libppv_lite86-a9f3c9ee76597f1e.rlib,librand_core-7303ab388d11b14f.rlib,libgetrandom-6ca834a15da3eab0.rlib,libactix-9144cd6fd3aad9d3.rlib,libcrossbeam_channel-cced012f6ee8bd6f.rlib,libcrossbeam_utils-ceb6eece71e7d785.rlib,libtokio_util-ef1ec26d0b2fef2e.rlib,libtracing-57f9a4589861ed2c.rlib,libtracing_core-f0af68a435c4f2e3.rlib,libfutures_sink-35d458f2137ac202.rlib,libfutures_util-a1d5af6132d3fc0d.rlib,libfutures_task-afd253288c6fcb06.rlib,libpin_utils-b08f1197f0cdae19.rlib,libbitflags-e274cd04b58a060d.rlib,libactix_rt-b7e9264727dbc46a.rlib,libfutures_core-946c5c7661b89146.rlib,libtokio-c62e305665ac0985.rlib,libsignal_hook_registry-59db90e55b695c90.rlib,libsocket2-da417dc6e68f655e.rlib,libmemchr-d88797af6a5880b4.rlib,libonce_cell-0167e499dfd386e1.rlib,libbytes-2fec685abb1946c8.rlib,libpin_project_lite-d27858faef1bbdcd.rlib,libmio-ff7c3d369654c87c.rlib,liblog-fc4b0167ad2190de.rlib,libparking_lot-d17089b662eee3df.rlib,libparking_lot_core-defe783f028cd27e.rlib,liblibc-070928d9dbeff53c.rlib,libcfg_if-66d55f6b302e88c8.rlib,libsmallvec-cccb44d9dce4cf27.rlib,liblock_api-05ccfdad17814006.rlib,libscopeguard-73056285f12cb829.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*}.rlib" "-lunwind" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libcfg_if-*,liblibc-*}.rlib" "-lc" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/tmp/rustcoyoAtb/raw-dylibs" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib" "-o" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/crunch-2be6ddb6f478c3ab" "-Wl,--gc-sections" "-static-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtendS.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtn.o" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libgetrandom-6ca834a15da3eab0.rlib(getrandom-6ca834a15da3eab0.getrandom.d1ed9da4f55312c6-cgu.0.rcgu.o): in function `getrandom::util_libc::open_readonly': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.7/src/util_libc.rs:150:(.text._ZN9getrandom9util_libc13open_readonly17h1858733cbf128e6fE+0xbc): undefined reference to `open64' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = note: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#rustc-link-lib) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `crunch` (bin "crunch") due to 1 previous error; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "fc63707b276c300e4abc1d0689d47753aef497e527bfdf101eeecdff91e84406", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc63707b276c300e4abc1d0689d47753aef497e527bfdf101eeecdff91e84406", kill_on_drop: false }` [INFO] [stdout] fc63707b276c300e4abc1d0689d47753aef497e527bfdf101eeecdff91e84406