[INFO] fetching crate static-alloc 0.2.1... [INFO] checking static-alloc-0.2.1 against try#f6e2f78768c57172b99c3e85892f867894dc7e30 for pr-75502 [INFO] extracting crate static-alloc 0.2.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate static-alloc 0.2.1 on toolchain f6e2f78768c57172b99c3e85892f867894dc7e30 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "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-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 642d9af36618c3bb32f70cf5c6f3f785156b5663d489a96ab7e0567fd8129e47 [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" "642d9af36618c3bb32f70cf5c6f3f785156b5663d489a96ab7e0567fd8129e47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "642d9af36618c3bb32f70cf5c6f3f785156b5663d489a96ab7e0567fd8129e47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "642d9af36618c3bb32f70cf5c6f3f785156b5663d489a96ab7e0567fd8129e47", kill_on_drop: false }` [INFO] [stdout] 642d9af36618c3bb32f70cf5c6f3f785156b5663d489a96ab7e0567fd8129e47 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 27f436f72e57e499807b660c764accf71deb254103a81bde536ca1262c5f0efa [INFO] running `Command { std: "docker" "start" "-a" "27f436f72e57e499807b660c764accf71deb254103a81bde536ca1262c5f0efa", kill_on_drop: false }` [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: 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] [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 -Cembed-bitcode=no -C debuginfo=2 --test -C metadata=460e661d48fb81b3 -C extra-filename=-460e661d48fb81b3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern alloc_traits=/opt/rustwide/target/debug/deps/liballoc_traits-626b67a535d9a3b1.rmeta --extern static_alloc=/opt/rustwide/target/debug/deps/libstatic_alloc-58b7e109a63101cd.rmeta --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "27f436f72e57e499807b660c764accf71deb254103a81bde536ca1262c5f0efa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27f436f72e57e499807b660c764accf71deb254103a81bde536ca1262c5f0efa", kill_on_drop: false }` [INFO] [stdout] 27f436f72e57e499807b660c764accf71deb254103a81bde536ca1262c5f0efa