[INFO] crate static-alloc 0.2.1 is already in cache [INFO] checking static-alloc-0.2.1 against master#1557fb031b272b4c5bfcc7de5df7eddc7b36a584 for pr-73166 [INFO] extracting crate static-alloc 0.2.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate static-alloc 0.2.1 on toolchain 1557fb031b272b4c5bfcc7de5df7eddc7b36a584 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "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-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ef680277295fb68bb2789dd4f50594ca7ebfa26c3456a36bbabd8f3610e30c10 [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" "ef680277295fb68bb2789dd4f50594ca7ebfa26c3456a36bbabd8f3610e30c10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ef680277295fb68bb2789dd4f50594ca7ebfa26c3456a36bbabd8f3610e30c10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef680277295fb68bb2789dd4f50594ca7ebfa26c3456a36bbabd8f3610e30c10", kill_on_drop: false }` [INFO] [stdout] ef680277295fb68bb2789dd4f50594ca7ebfa26c3456a36bbabd8f3610e30c10 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2def1f64d581cafcdf0578bb8775c761e7b1ba7a392f0a29174ce285803d9861 [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" "2def1f64d581cafcdf0578bb8775c761e7b1ba7a392f0a29174ce285803d9861", kill_on_drop: false }` [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 item 'alloc_traits::local::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 item 'alloc_traits::local::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 item 'alloc_traits::local::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 item 'alloc_traits::local::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 item 'alloc_traits::local::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 item 'alloc_traits::local::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 item 'alloc_traits::local::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 item 'alloc_traits::local::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 item 'alloc_traits::local::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 item 'alloc_traits::local::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 item '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=5dd316f2e3d40552 -C extra-filename=-5dd316f2e3d40552 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern alloc_traits=/opt/rustwide/target/debug/deps/liballoc_traits-eb90aec5b78f7b86.rmeta --extern static_alloc=/opt/rustwide/target/debug/deps/libstatic_alloc-c691622be9467653.rmeta --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "2def1f64d581cafcdf0578bb8775c761e7b1ba7a392f0a29174ce285803d9861", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2def1f64d581cafcdf0578bb8775c761e7b1ba7a392f0a29174ce285803d9861", kill_on_drop: false }` [INFO] [stdout] 2def1f64d581cafcdf0578bb8775c761e7b1ba7a392f0a29174ce285803d9861