[INFO] fetching crate slog-atomic 3.0.0... [INFO] checking slog-atomic-3.0.0 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate slog-atomic 3.0.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate slog-atomic 3.0.0 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate slog-atomic 3.0.0 [INFO] finished tweaking crates.io crate slog-atomic 3.0.0 [INFO] tweaked toml for crates.io crate slog-atomic 3.0.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate slog-atomic 3.0.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] 05b198c952c2ce9fd02f3c7d2d72678e29a671c09556ed418ccff6d1d58ff5f8 [INFO] running `"docker" "start" "-a" "05b198c952c2ce9fd02f3c7d2d72678e29a671c09556ed418ccff6d1d58ff5f8"` [INFO] [stderr] Checking arc-swap v0.4.0 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Checking nix v0.8.1 [INFO] [stderr] Checking slog-async v2.3.0 [INFO] [stderr] Checking chrono v0.4.7 [INFO] [stderr] Checking term v0.5.2 [INFO] [stderr] Checking slog-atomic v3.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking slog-json v2.3.0 [INFO] [stderr] Checking slog-term v2.4.1 [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> examples/signal.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> examples/signal.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | // global atomic switch drain control [INFO] [stderr] 22 | | static ref ATOMIC_DRAIN_SWITCH : AtomicSwitchCtrl<(), io::Error> = AtomicSwitch::new( [INFO] [stderr] 23 | | Discard.map_err(|_| io::Error::new(io::ErrorKind::Other, "should not happen")) [INFO] [stderr] ... | [INFO] [stderr] 32 | | static ref SWITCH_SCHEDULED: AtomicBool = AtomicBool::new(false); [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> examples/signal.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | // global atomic switch drain control [INFO] [stderr] 22 | | static ref ATOMIC_DRAIN_SWITCH : AtomicSwitchCtrl<(), io::Error> = AtomicSwitch::new( [INFO] [stderr] 23 | | Discard.map_err(|_| io::Error::new(io::ErrorKind::Other, "should not happen")) [INFO] [stderr] ... | [INFO] [stderr] 32 | | static ref SWITCH_SCHEDULED: AtomicBool = AtomicBool::new(false); [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> examples/signal.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | // global atomic switch drain control [INFO] [stderr] 22 | | static ref ATOMIC_DRAIN_SWITCH : AtomicSwitchCtrl<(), io::Error> = AtomicSwitch::new( [INFO] [stderr] 23 | | Discard.map_err(|_| io::Error::new(io::ErrorKind::Other, "should not happen")) [INFO] [stderr] ... | [INFO] [stderr] 32 | | static ref SWITCH_SCHEDULED: AtomicBool = AtomicBool::new(false); [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.12s [INFO] running `"docker" "inspect" "05b198c952c2ce9fd02f3c7d2d72678e29a671c09556ed418ccff6d1d58ff5f8"` [INFO] running `"docker" "rm" "-f" "05b198c952c2ce9fd02f3c7d2d72678e29a671c09556ed418ccff6d1d58ff5f8"` [INFO] [stdout] 05b198c952c2ce9fd02f3c7d2d72678e29a671c09556ed418ccff6d1d58ff5f8