[INFO] fetching crate static-alloc 0.2.1... [INFO] testing static-alloc-0.2.1 against master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] extracting crate static-alloc 0.2.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate static-alloc 0.2.1 on toolchain 5d5ff84130da0d74c6ece368dbe821d8f83fa526 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "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-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a9984c4f1adb55ab7c0eb56f2013568a68f1f653f35e4ca19ceba08938d4eba5 [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" "a9984c4f1adb55ab7c0eb56f2013568a68f1f653f35e4ca19ceba08938d4eba5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a9984c4f1adb55ab7c0eb56f2013568a68f1f653f35e4ca19ceba08938d4eba5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9984c4f1adb55ab7c0eb56f2013568a68f1f653f35e4ca19ceba08938d4eba5", kill_on_drop: false }` [INFO] [stdout] a9984c4f1adb55ab7c0eb56f2013568a68f1f653f35e4ca19ceba08938d4eba5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a2e21db81deca883bb5608c5f22013add3e120e4bb2f81b8bbab9b26ff4020c9 [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" "a2e21db81deca883bb5608c5f22013add3e120e4bb2f81b8bbab9b26ff4020c9", kill_on_drop: false }` [INFO] [stderr] Compiling alloc-traits v0.1.1 [INFO] [stderr] Compiling 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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.73s [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a2e21db81deca883bb5608c5f22013add3e120e4bb2f81b8bbab9b26ff4020c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2e21db81deca883bb5608c5f22013add3e120e4bb2f81b8bbab9b26ff4020c9", kill_on_drop: false }` [INFO] [stdout] a2e21db81deca883bb5608c5f22013add3e120e4bb2f81b8bbab9b26ff4020c9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen" "--no-run" "--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] be3d8752cd7b491da00f3cf67e2bab07aad93b0805502db3088e398e1d707f07 [INFO] running `Command { std: "docker" "start" "-a" "be3d8752cd7b491da00f3cf67e2bab07aad93b0805502db3088e398e1d707f07", kill_on_drop: false }` [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] [stderr] Compiling static-alloc v0.2.1 (/opt/rustwide/workdir) [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: 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] [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,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=8b86dba7ce7f5bb1 -C extra-filename=-8b86dba7ce7f5bb1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern alloc_traits=/opt/rustwide/target/debug/deps/liballoc_traits-fb5fd4f6d53a5cb5.rlib --extern static_alloc=/opt/rustwide/target/debug/deps/libstatic_alloc-33ff01a1183581b1.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "be3d8752cd7b491da00f3cf67e2bab07aad93b0805502db3088e398e1d707f07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be3d8752cd7b491da00f3cf67e2bab07aad93b0805502db3088e398e1d707f07", kill_on_drop: false }` [INFO] [stdout] be3d8752cd7b491da00f3cf67e2bab07aad93b0805502db3088e398e1d707f07