[INFO] crate grin_miner_util 0.5.2 is already in cache [INFO] checking grin_miner_util-0.5.2 against master#bd0bacc694d7d8175804bb6f690cb846bfa4a9ee for pr-71665 [INFO] extracting crate grin_miner_util 0.5.2 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate grin_miner_util 0.5.2 on toolchain bd0bacc694d7d8175804bb6f690cb846bfa4a9ee [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate grin_miner_util 0.5.2 [INFO] finished tweaking crates.io crate grin_miner_util 0.5.2 [INFO] tweaked toml for crates.io crate grin_miner_util 0.5.2 written to /workspace/builds/worker-5/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-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" "/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] 6c3d9d73d630a57c70b30f6245cf362cbdf827a081ac8df0375523d0926d6be9 [INFO] running `"docker" "start" "-a" "6c3d9d73d630a57c70b30f6245cf362cbdf827a081ac8df0375523d0926d6be9"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling syn v1.0.19 [INFO] [stderr] Compiling serde v1.0.109 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking slog v2.1.1 [INFO] [stderr] Checking rustc-demangle v0.1.16 [INFO] [stderr] Checking take_mut v0.2.2 [INFO] [stderr] Checking lazy_static v0.2.11 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Compiling backtrace-sys v0.1.37 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking crossbeam-channel v0.4.2 [INFO] [stderr] Checking term v0.6.1 [INFO] [stderr] Checking slog-async v2.5.0 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking backtrace v0.3.46 [INFO] [stderr] Checking slog-term v2.5.0 [INFO] [stderr] Compiling serde_derive v1.0.109 [INFO] [stderr] Checking grin_miner_util v0.5.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/logger.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | / lazy_static! { [INFO] [stderr] 39 | | /// Flag to observe whether logging was explicitly initialised (don't output otherwise) [INFO] [stderr] 40 | | static ref WAS_INIT: Mutex = Mutex::new(false); [INFO] [stderr] 41 | | /// Flag to observe whether tui is running, and we therefore don't want to attempt to write [INFO] [stderr] ... | [INFO] [stderr] 89 | | }; [INFO] [stderr] 90 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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] --> src/logger.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | / lazy_static! { [INFO] [stderr] 39 | | /// Flag to observe whether logging was explicitly initialised (don't output otherwise) [INFO] [stderr] 40 | | static ref WAS_INIT: Mutex = Mutex::new(false); [INFO] [stderr] 41 | | /// Flag to observe whether tui is running, and we therefore don't want to attempt to write [INFO] [stderr] ... | [INFO] [stderr] 89 | | }; [INFO] [stderr] 90 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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] --> src/logger.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | / lazy_static! { [INFO] [stderr] 39 | | /// Flag to observe whether logging was explicitly initialised (don't output otherwise) [INFO] [stderr] 40 | | static ref WAS_INIT: Mutex = Mutex::new(false); [INFO] [stderr] 41 | | /// Flag to observe whether tui is running, and we therefore don't want to attempt to write [INFO] [stderr] ... | [INFO] [stderr] 89 | | }; [INFO] [stderr] 90 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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] --> src/logger.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | / lazy_static! { [INFO] [stderr] 39 | | /// Flag to observe whether logging was explicitly initialised (don't output otherwise) [INFO] [stderr] 40 | | static ref WAS_INIT: Mutex = Mutex::new(false); [INFO] [stderr] 41 | | /// Flag to observe whether tui is running, and we therefore don't want to attempt to write [INFO] [stderr] ... | [INFO] [stderr] 89 | | }; [INFO] [stderr] 90 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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] --> src/logger.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | / lazy_static! { [INFO] [stderr] 39 | | /// Flag to observe whether logging was explicitly initialised (don't output otherwise) [INFO] [stderr] 40 | | static ref WAS_INIT: Mutex = Mutex::new(false); [INFO] [stderr] 41 | | /// Flag to observe whether tui is running, and we therefore don't want to attempt to write [INFO] [stderr] ... | [INFO] [stderr] 89 | | }; [INFO] [stderr] 90 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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] --> src/logger.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | / lazy_static! { [INFO] [stderr] 39 | | /// Flag to observe whether logging was explicitly initialised (don't output otherwise) [INFO] [stderr] 40 | | static ref WAS_INIT: Mutex = Mutex::new(false); [INFO] [stderr] 41 | | /// Flag to observe whether tui is running, and we therefore don't want to attempt to write [INFO] [stderr] ... | [INFO] [stderr] 89 | | }; [INFO] [stderr] 90 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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] --> src/logger.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | / lazy_static! { [INFO] [stderr] 39 | | /// Flag to observe whether logging was explicitly initialised (don't output otherwise) [INFO] [stderr] 40 | | static ref WAS_INIT: Mutex = Mutex::new(false); [INFO] [stderr] 41 | | /// Flag to observe whether tui is running, and we therefore don't want to attempt to write [INFO] [stderr] ... | [INFO] [stderr] 89 | | }; [INFO] [stderr] 90 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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] --> src/logger.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | / lazy_static! { [INFO] [stderr] 39 | | /// Flag to observe whether logging was explicitly initialised (don't output otherwise) [INFO] [stderr] 40 | | static ref WAS_INIT: Mutex = Mutex::new(false); [INFO] [stderr] 41 | | /// Flag to observe whether tui is running, and we therefore don't want to attempt to write [INFO] [stderr] ... | [INFO] [stderr] 89 | | }; [INFO] [stderr] 90 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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 56.18s [INFO] running `"docker" "inspect" "6c3d9d73d630a57c70b30f6245cf362cbdf827a081ac8df0375523d0926d6be9"` [INFO] running `"docker" "rm" "-f" "6c3d9d73d630a57c70b30f6245cf362cbdf827a081ac8df0375523d0926d6be9"` [INFO] [stdout] 6c3d9d73d630a57c70b30f6245cf362cbdf827a081ac8df0375523d0926d6be9