[INFO] fetching crate static-alloc 0.2.1... [INFO] checking static-alloc-0.2.1 against master#c9228570668803e3e6402770d55f23a12c9ae686 for pr-79472 [INFO] extracting crate static-alloc 0.2.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate static-alloc 0.2.1 on toolchain c9228570668803e3e6402770d55f23a12c9ae686 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c9228570668803e3e6402770d55f23a12c9ae686" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate static-alloc 0.2.1 [INFO] removed 1 missing tests [INFO] finished tweaking crates.io crate static-alloc 0.2.1 [INFO] tweaked toml for crates.io crate static-alloc 0.2.1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c9228570668803e3e6402770d55f23a12c9ae686" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c9228570668803e3e6402770d55f23a12c9ae686" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+c9228570668803e3e6402770d55f23a12c9ae686" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0a117680ef66383387f3aea080e0c8c2ed2e7dc66c3407e23f607c7316df37ef [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0a117680ef66383387f3aea080e0c8c2ed2e7dc66c3407e23f607c7316df37ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0a117680ef66383387f3aea080e0c8c2ed2e7dc66c3407e23f607c7316df37ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a117680ef66383387f3aea080e0c8c2ed2e7dc66c3407e23f607c7316df37ef", kill_on_drop: false }` [INFO] [stdout] 0a117680ef66383387f3aea080e0c8c2ed2e7dc66c3407e23f607c7316df37ef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+c9228570668803e3e6402770d55f23a12c9ae686" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ff7d67901a6fe2dc72431e060a7d959031b0a9902f211d1fad5b9b72b3b415cf [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ff7d67901a6fe2dc72431e060a7d959031b0a9902f211d1fad5b9b72b3b415cf", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking alloc-traits v0.1.1 [INFO] [stderr] Checking static-alloc v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated type alias `alloc_traits::Invariant`: Use the new name 'AllocTime' instead [INFO] [stdout] --> src/bump.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | use alloc_traits::{Invariant, LocalAlloc, NonZeroLayout}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `alloc_traits::Invariant`: Use the new name 'AllocTime' instead [INFO] [stdout] --> src/bump.rs:241:19 [INFO] [stdout] | [INFO] [stdout] 241 | pub lifetime: Invariant<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `alloc_traits::Invariant`: Use the new name 'AllocTime' instead [INFO] [stdout] --> src/bump.rs:505:23 [INFO] [stdout] | [INFO] [stdout] 505 | lifetime: Invariant::default(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `alloc_traits::Invariant`: Use the new name 'AllocTime' instead [INFO] [stdout] --> src/bump.rs:629:23 [INFO] [stdout] | [INFO] [stdout] 629 | lifetime: Invariant::default(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `alloc_traits::Invariant`: Use the new name 'AllocTime' instead [INFO] [stdout] --> src/bump.rs:720:23 [INFO] [stdout] | [INFO] [stdout] 720 | lifetime: Invariant::default(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `alloc_traits::Invariant`: Use the new name 'AllocTime' instead [INFO] [stdout] --> src/bump.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | use alloc_traits::{Invariant, LocalAlloc, NonZeroLayout}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `alloc_traits::Invariant`: Use the new name 'AllocTime' instead [INFO] [stdout] --> src/bump.rs:241:19 [INFO] [stdout] | [INFO] [stdout] 241 | pub lifetime: Invariant<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `alloc_traits::Invariant`: Use the new name 'AllocTime' instead [INFO] [stdout] --> src/bump.rs:505:23 [INFO] [stdout] | [INFO] [stdout] 505 | lifetime: Invariant::default(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `alloc_traits::Invariant`: Use the new name 'AllocTime' instead [INFO] [stdout] --> src/bump.rs:629:23 [INFO] [stdout] | [INFO] [stdout] 629 | lifetime: Invariant::default(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `alloc_traits::Invariant`: Use the new name 'AllocTime' instead [INFO] [stdout] --> src/bump.rs:720:23 [INFO] [stdout] | [INFO] [stdout] 720 | lifetime: Invariant::default(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::thread::sleep_ms`: replaced by `std::thread::sleep` [INFO] [stdout] --> tests/huuuuuge.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | std::thread::sleep_ms(10000); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `static-alloc` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name huuuuuge --edition=2018 tests/huuuuuge.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test -C metadata=fb199f62cf8020c1 -C extra-filename=-fb199f62cf8020c1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern alloc_traits=/opt/rustwide/target/debug/deps/liballoc_traits-2be5d13c30fa4184.rmeta --extern static_alloc=/opt/rustwide/target/debug/deps/libstatic_alloc-e55a86bf03afff6d.rmeta --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "ff7d67901a6fe2dc72431e060a7d959031b0a9902f211d1fad5b9b72b3b415cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff7d67901a6fe2dc72431e060a7d959031b0a9902f211d1fad5b9b72b3b415cf", kill_on_drop: false }` [INFO] [stdout] ff7d67901a6fe2dc72431e060a7d959031b0a9902f211d1fad5b9b72b3b415cf