[INFO] fetching crate const-arithmetic 1.0.4...
[INFO] checking const-arithmetic-1.0.4 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate const-arithmetic 1.0.4 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate const-arithmetic 1.0.4 on toolchain 39cb3386ddc6c71657418be28dbb3987eea4aa4b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate const-arithmetic 1.0.4
[INFO] finished tweaking crates.io crate const-arithmetic 1.0.4
[INFO] tweaked toml for crates.io crate const-arithmetic 1.0.4 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded const-arith-macros-178 v0.1.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7bdaf9f72564ca0b48d042f3c8770a68834be6a0e915d617efab5eb3d8bec7fb
[INFO] running `Command { std: "docker" "start" "-a" "7bdaf9f72564ca0b48d042f3c8770a68834be6a0e915d617efab5eb3d8bec7fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7bdaf9f72564ca0b48d042f3c8770a68834be6a0e915d617efab5eb3d8bec7fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7bdaf9f72564ca0b48d042f3c8770a68834be6a0e915d617efab5eb3d8bec7fb", kill_on_drop: false }`
[INFO] [stdout] 7bdaf9f72564ca0b48d042f3c8770a68834be6a0e915d617efab5eb3d8bec7fb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 786e51ad54df8611dc39469efd5f491ec36b6edc036ccaf1fffc8c2d7b9810a1
[INFO] running `Command { std: "docker" "start" "-a" "786e51ad54df8611dc39469efd5f491ec36b6edc036ccaf1fffc8c2d7b9810a1", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling const-arith-macros-178 v0.1.2
[INFO] [stderr]     Checking const-arithmetic v1.0.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait `HexAdd5` is never used
[INFO] [stdout]    --> src/hex.rs:687:18
[INFO] [stdout]     |
[INFO] [stdout] 687 | pub(crate) trait HexAdd5<H1: Hex, H2: Hex, H3: Hex, H4: Hex> { type Output: Hex; type Carry: Hex; }
[INFO] [stdout]     |                  ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `HexAdd7` is never used
[INFO] [stdout]    --> src/hex.rs:725:18
[INFO] [stdout]     |
[INFO] [stdout] 725 | pub(crate) trait HexAdd7<H1: Hex, H2: Hex, H3: Hex, H4: Hex, H5: Hex, H6: Hex> { type Output: Hex; type Carry: Hex; }
[INFO] [stdout]     |                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `HexAdd5` is never used
[INFO] [stdout]    --> src/hex.rs:687:18
[INFO] [stdout]     |
[INFO] [stdout] 687 | pub(crate) trait HexAdd5<H1: Hex, H2: Hex, H3: Hex, H4: Hex> { type Output: Hex; type Carry: Hex; }
[INFO] [stdout]     |                  ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `HexAdd7` is never used
[INFO] [stdout]    --> src/hex.rs:725:18
[INFO] [stdout]     |
[INFO] [stdout] 725 | pub(crate) trait HexAdd7<H1: Hex, H2: Hex, H3: Hex, H4: Hex, H5: Hex, H6: Hex> { type Output: Hex; type Carry: Hex; }
[INFO] [stdout]     |                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `const-arithmetic` (test "test")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/39cb3386ddc6c71657418be28dbb3987eea4aa4b/bin/rustc --crate-name test --edition=2021 tests/test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9e4bbdbf7ae09601 -C extra-filename=-9e4bbdbf7ae09601 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern const_arith_macros_178=/opt/rustwide/target/debug/deps/libconst_arith_macros_178-429b63a406d23928.so --extern const_arithmetic=/opt/rustwide/target/debug/deps/libconst_arithmetic-c8b61d4c1b2ba6e4.rmeta --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "786e51ad54df8611dc39469efd5f491ec36b6edc036ccaf1fffc8c2d7b9810a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "786e51ad54df8611dc39469efd5f491ec36b6edc036ccaf1fffc8c2d7b9810a1", kill_on_drop: false }`
[INFO] [stdout] 786e51ad54df8611dc39469efd5f491ec36b6edc036ccaf1fffc8c2d7b9810a1
