[INFO] cloning repository https://github.com/Necrois/another_moonzoon_test [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Necrois/another_moonzoon_test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNecrois%2Fanother_moonzoon_test", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNecrois%2Fanother_moonzoon_test'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d662de486385ea4b4612fd40274bf1ab02eddcf8 [INFO] checking Necrois/another_moonzoon_test against try#ea2bf32540662c61547071aad6cf0851a0b02f58 for pr-96376 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNecrois%2Fanother_moonzoon_test" "/workspace/builds/worker-37/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-37/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Necrois/another_moonzoon_test on toolchain ea2bf32540662c61547071aad6cf0851a0b02f58 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ea2bf32540662c61547071aad6cf0851a0b02f58" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Necrois/another_moonzoon_test [INFO] finished tweaking git repo https://github.com/Necrois/another_moonzoon_test [INFO] tweaked toml for git repo https://github.com/Necrois/another_moonzoon_test written to /workspace/builds/worker-37/source/Cargo.toml [INFO] crate git repo https://github.com/Necrois/another_moonzoon_test already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ea2bf32540662c61547071aad6cf0851a0b02f58" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-37/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-37/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+ea2bf32540662c61547071aad6cf0851a0b02f58" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3109b74787ed69a4e20000b7354a06a9f1f1dae2f218e150ee75779913d9c1af [INFO] running `Command { std: "docker" "start" "-a" "3109b74787ed69a4e20000b7354a06a9f1f1dae2f218e150ee75779913d9c1af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3109b74787ed69a4e20000b7354a06a9f1f1dae2f218e150ee75779913d9c1af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3109b74787ed69a4e20000b7354a06a9f1f1dae2f218e150ee75779913d9c1af", kill_on_drop: false }` [INFO] [stdout] 3109b74787ed69a4e20000b7354a06a9f1f1dae2f218e150ee75779913d9c1af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-37/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-37/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" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+ea2bf32540662c61547071aad6cf0851a0b02f58" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1dc5b4d7ecf0e57b80035176887e41fba75c6ad16302f454c7af04d0ea78a036 [INFO] running `Command { std: "docker" "start" "-a" "1dc5b4d7ecf0e57b80035176887e41fba75c6ad16302f454c7af04d0ea78a036", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.84 [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling serde_derive v1.0.133 [INFO] [stderr] Compiling serde v1.0.133 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Checking pin-project-lite v0.2.8 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling futures-core v0.3.19 [INFO] [stderr] Checking once_cell v1.9.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking futures-sink v0.3.19 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Checking smallvec v1.7.0 [INFO] [stderr] Compiling futures-task v0.3.19 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling futures-util v0.3.19 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Checking itoa v1.0.1 [INFO] [stderr] Checking slab v0.4.5 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.78 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling paste v1.0.6 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling bumpalo v3.8.0 [INFO] [stderr] Checking ryu v1.0.9 [INFO] [stderr] Compiling serde_json v1.0.74 [INFO] [stderr] Checking local-waker v0.1.2 [INFO] [stderr] Compiling futures-channel v0.3.19 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.78 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling encoding_rs v0.8.30 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Checking unicode-bidi v0.3.7 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Checking cpufeatures v0.2.1 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling firestorm v0.5.0 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Checking language-tags v0.3.2 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking apply v0.3.0 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking enclose v1.1.8 [INFO] [stderr] Compiling wee_alloc v0.4.5 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Checking discard v1.0.4 [INFO] [stderr] Checking http-range v0.1.4 [INFO] [stderr] Checking rust-hsluv v0.1.4 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking termcolor v1.1.2 [INFO] [stderr] Checking memory_units v0.4.0 [INFO] [stderr] Checking futures-io v0.3.19 [INFO] [stderr] Checking askama_escape v0.10.2 [INFO] [stderr] Checking bool_ext v0.5.1 [INFO] [stderr] Checking send_wrapper v0.5.0 [INFO] [stderr] Checking shared v0.1.0 (/opt/rustwide/workdir/shared) [INFO] [stderr] error: could not compile `syn` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.15.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=cf60b1dcc2268a7c -C extra-filename=-cf60b1dcc2268a7c --out-dir /opt/rustwide/target/debug/build/syn-cf60b1dcc2268a7c -L dependency=/opt/rustwide/target/debug/deps --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 `proc-macro2` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name build_script_build --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.36/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=c906eb5774d51dbe -C extra-filename=-c906eb5774d51dbe --out-dir /opt/rustwide/target/debug/build/proc-macro2-c906eb5774d51dbe -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `libc` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.112/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=417c9c69427fd508 -C extra-filename=-417c9c69427fd508 --out-dir /opt/rustwide/target/debug/build/libc-417c9c69427fd508 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `maybe-uninit` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=63aef68ce2100089 -C extra-filename=-63aef68ce2100089 --out-dir /opt/rustwide/target/debug/build/maybe-uninit-63aef68ce2100089 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `bytes` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name bytes --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bytes-1.1.0/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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5e8424a0f7103369 -C extra-filename=-5e8424a0f7103369 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `bytes` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name bytes --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bytes-1.1.0/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="default"' --cfg 'feature="std"' -C metadata=0b6620405fcf1713 -C extra-filename=-0b6620405fcf1713 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `language-tags` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name language_tags --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/language-tags-0.3.2/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 -C metadata=628e295d893a95cb -C extra-filename=-628e295d893a95cb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `serde_json` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name build_script_build --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.74/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=467fef4272316a82 -C extra-filename=-467fef4272316a82 --out-dir /opt/rustwide/target/debug/build/serde_json-467fef4272316a82 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `paste` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name paste --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paste-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=4d6a3c29c1b84e5f -C extra-filename=-4d6a3c29c1b84e5f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `cc` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name cc --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cc-1.0.72/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 -C debuginfo=2 -C metadata=c593bffe40f69992 -C extra-filename=-c593bffe40f69992 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `typenum` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name build_script_main --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/typenum-1.15.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e88f9767296c4856 -C extra-filename=-e88f9767296c4856 --out-dir /opt/rustwide/target/debug/build/typenum-e88f9767296c4856 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `regex-syntax` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name regex_syntax --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=c25dc19d7487cdf7 -C extra-filename=-c25dc19d7487cdf7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "1dc5b4d7ecf0e57b80035176887e41fba75c6ad16302f454c7af04d0ea78a036", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1dc5b4d7ecf0e57b80035176887e41fba75c6ad16302f454c7af04d0ea78a036", kill_on_drop: false }` [INFO] [stdout] 1dc5b4d7ecf0e57b80035176887e41fba75c6ad16302f454c7af04d0ea78a036