[INFO] crate concgc 0.1.1 is already in cache [INFO] checking concgc-0.1.1 against master#bd0bacc694d7d8175804bb6f690cb846bfa4a9ee for pr-71665 [INFO] extracting crate concgc 0.1.1 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate concgc 0.1.1 on toolchain bd0bacc694d7d8175804bb6f690cb846bfa4a9ee [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate concgc 0.1.1 [INFO] finished tweaking crates.io crate concgc 0.1.1 [INFO] tweaked toml for crates.io crate concgc 0.1.1 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "/opt/rustwide/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f0968ec05b403baa9c4b3cc5d666c07fd578a6a66565cb48f930966bf32a2a35 [INFO] running `"docker" "start" "-a" "f0968ec05b403baa9c4b3cc5d666c07fd578a6a66565cb48f930966bf32a2a35"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking ahash v0.3.4 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Compiling hashbrown v0.7.2 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling derive_deref v1.1.0 [INFO] [stderr] Checking concgc v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::boxed::Box::::into_raw_non_null': use `Box::leak(b).into()` or `NonNull::from(Box::leak(b))` instead [INFO] [stderr] --> src/lib.rs:249:23 [INFO] [stderr] | [INFO] [stderr] 249 | let ptr = Box::into_raw_non_null(box GcInner { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::boxed::Box::::into_raw_non_null': use `Box::leak(b).into()` or `NonNull::from(Box::leak(b))` instead [INFO] [stderr] --> src/lib.rs:250:35 [INFO] [stderr] | [INFO] [stderr] 250 | space: Mutex::new(Box::into_raw_non_null(box AutoGcSpace::new())), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::boxed::Box::::into_raw_non_null': use `Box::leak(b).into()` or `NonNull::from(Box::leak(b))` instead [INFO] [stderr] --> src/lib.rs:249:23 [INFO] [stderr] | [INFO] [stderr] 249 | let ptr = Box::into_raw_non_null(box GcInner { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::boxed::Box::::into_raw_non_null': use `Box::leak(b).into()` or `NonNull::from(Box::leak(b))` instead [INFO] [stderr] --> src/lib.rs:250:35 [INFO] [stderr] | [INFO] [stderr] 250 | space: Mutex::new(Box::into_raw_non_null(box AutoGcSpace::new())), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::boxed::Box::::into_raw_non_null': use `Box::leak(b).into()` or `NonNull::from(Box::leak(b))` instead [INFO] [stderr] --> src/lib.rs:637:23 [INFO] [stderr] | [INFO] [stderr] 637 | let ptr = Box::into_raw_non_null(box RootInner { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::boxed::Box::::into_raw_non_null': use `Box::leak(b).into()` or `NonNull::from(Box::leak(b))` instead [INFO] [stderr] --> src/lib.rs:638:35 [INFO] [stderr] | [INFO] [stderr] 638 | space: Mutex::new(Box::into_raw_non_null(box AutoGcSpace::new())), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::boxed::Box::::into_raw_non_null': use `Box::leak(b).into()` or `NonNull::from(Box::leak(b))` instead [INFO] [stderr] --> src/lib.rs:637:23 [INFO] [stderr] | [INFO] [stderr] 637 | let ptr = Box::into_raw_non_null(box RootInner { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::boxed::Box::::into_raw_non_null': use `Box::leak(b).into()` or `NonNull::from(Box::leak(b))` instead [INFO] [stderr] --> src/lib.rs:638:35 [INFO] [stderr] | [INFO] [stderr] 638 | space: Mutex::new(Box::into_raw_non_null(box AutoGcSpace::new())), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.85s [INFO] running `"docker" "inspect" "f0968ec05b403baa9c4b3cc5d666c07fd578a6a66565cb48f930966bf32a2a35"` [INFO] running `"docker" "rm" "-f" "f0968ec05b403baa9c4b3cc5d666c07fd578a6a66565cb48f930966bf32a2a35"` [INFO] [stdout] f0968ec05b403baa9c4b3cc5d666c07fd578a6a66565cb48f930966bf32a2a35