[INFO] cloning repository https://github.com/JackFromSchool/calebandjack [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JackFromSchool/calebandjack" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJackFromSchool%2Fcalebandjack", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJackFromSchool%2Fcalebandjack'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fa143e6bf30f05cf3ec39f13f1eb5aa51d37b1b2 [INFO] checking JackFromSchool/calebandjack against e3d12f3322cb00126b2208c6b9df3ac4467951f5 for pr-159706 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJackFromSchool%2Fcalebandjack" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/JackFromSchool/calebandjack [INFO] finished tweaking git repo https://github.com/JackFromSchool/calebandjack [INFO] tweaked toml for git repo https://github.com/JackFromSchool/calebandjack written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/JackFromSchool/calebandjack on toolchain e3d12f3322cb00126b2208c6b9df3ac4467951f5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3d12f3322cb00126b2208c6b9df3ac4467951f5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/JackFromSchool/calebandjack 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" "+e3d12f3322cb00126b2208c6b9df3ac4467951f5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: Cargo.toml: unused manifest key: env [INFO] [stderr] help: env is a valid .cargo/config.toml key [INFO] [stderr] warning: `calebandjack` (manifest) generated 1 warning [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 7e7fc0bd482a9f13cd65892093b45650a3ca78fdf18a55a77c52c1357151bfc3 [INFO] running `Command { std: "docker" "start" "7e7fc0bd482a9f13cd65892093b45650a3ca78fdf18a55a77c52c1357151bfc3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7e7fc0bd482a9f13cd65892093b45650a3ca78fdf18a55a77c52c1357151bfc3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7e7fc0bd482a9f13cd65892093b45650a3ca78fdf18a55a77c52c1357151bfc3" "/opt/rustwide/cargo-home/bin/cargo" "+e3d12f3322cb00126b2208c6b9df3ac4467951f5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7e7fc0bd482a9f13cd65892093b45650a3ca78fdf18a55a77c52c1357151bfc3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7e7fc0bd482a9f13cd65892093b45650a3ca78fdf18a55a77c52c1357151bfc3" "/opt/rustwide/cargo-home/bin/cargo" "+e3d12f3322cb00126b2208c6b9df3ac4467951f5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] warning: Cargo.toml: unused manifest key: env [INFO] [stderr] help: env is a valid .cargo/config.toml key [INFO] [stderr] warning: `calebandjack` (manifest) generated 1 warning [INFO] [stderr] Compiling serde v1.0.207 [INFO] [stderr] Compiling cc v1.1.10 [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling serde_json v1.0.124 [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Checking http v1.3.1 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking mio v1.0.2 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling rustls v0.23.25 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking indexmap v2.4.0 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling litemap v0.7.5 [INFO] [stderr] Compiling openssl v0.10.64 [INFO] [stderr] Checking cpufeatures v0.2.13 [INFO] [stderr] Checking webpki-roots v0.26.8 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Checking sync_wrapper v1.0.1 [INFO] [stderr] Compiling rustls-pki-types v1.11.0 [INFO] [stderr] Checking bitflags v2.6.0 [INFO] [stderr] Checking rustls-pemfile v2.2.0 [INFO] [stderr] Checking getrandom v0.3.2 [INFO] [stderr] Checking regex-syntax v0.8.4 [INFO] [stderr] Checking regex-syntax v0.6.29 [INFO] [stderr] Compiling zerocopy v0.8.23 [INFO] [stderr] Compiling bytes v1.10.1 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Checking signal-hook v0.3.17 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling event-listener v5.4.0 [INFO] [stderr] Compiling tokio v1.44.1 [INFO] [stderr] Checking signal-hook-mio v0.2.4 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Compiling unicode-properties v0.1.1 [INFO] [stderr] Checking strfmt v0.2.4 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling openssl-sys v0.9.101 [INFO] [stderr] Compiling stringprep v0.1.5 [INFO] [stderr] Compiling fastrand v2.1.0 [INFO] [stderr] Checking data-encoding v2.8.0 [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling whoami v1.5.1 [INFO] [stderr] Checking crossbeam-queue v0.3.11 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Checking headers-core v0.3.0 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Checking headers v0.4.0 [INFO] [stderr] error: could not compile `futures-util` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e3d12f3322cb00126b2208c6b9df3ac4467951f5/bin/rustc --crate-name futures_util --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="futures-io"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=0e0a562b838c14a4 -C extra-filename=-6a9c3201e3d60436 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-6468ffc4542cb6aa.rmeta --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-c100a637a5197366.rmeta --extern futures_sink=/opt/rustwide/target/debug/deps/libfutures_sink-7d8dbaab28caa68b.rmeta --extern futures_task=/opt/rustwide/target/debug/deps/libfutures_task-393ec44fc177bb37.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-a8313380c25031b5.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-3fbd9506533b2f53.rmeta --extern pin_utils=/opt/rustwide/target/debug/deps/libpin_utils-db1de871cd8706a6.rmeta --extern slab=/opt/rustwide/target/debug/deps/libslab-3dc084b31ea3419d.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `openssl-sys` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e3d12f3322cb00126b2208c6b9df3ac4467951f5/bin/rustc --crate-name openssl_sys --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=ddaa2d01cad7362b -C extra-filename=-656a1a8a0c296c51 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libc=/opt/rustwide/target/debug/deps/liblibc-3d3fa14b20e468e4.rmeta --cap-lints allow --cap-lints=forbid -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_IDEA"' --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl320 --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "7e7fc0bd482a9f13cd65892093b45650a3ca78fdf18a55a77c52c1357151bfc3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e7fc0bd482a9f13cd65892093b45650a3ca78fdf18a55a77c52c1357151bfc3", kill_on_drop: false }` [INFO] [stdout] 7e7fc0bd482a9f13cd65892093b45650a3ca78fdf18a55a77c52c1357151bfc3