[INFO] crate tokio-threadpool 0.1.18 is already in cache [INFO] checking tokio-threadpool-0.1.18 against master#783139bd8fc3b94fac9a1bf81bba2c506e8221b6 for pr-72644 [INFO] extracting crate tokio-threadpool 0.1.18 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate tokio-threadpool 0.1.18 on toolchain 783139bd8fc3b94fac9a1bf81bba2c506e8221b6 [INFO] running `"/workspace/cargo-home/bin/cargo" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate tokio-threadpool 0.1.18 [INFO] finished tweaking crates.io crate tokio-threadpool 0.1.18 [INFO] tweaked toml for crates.io crate tokio-threadpool 0.1.18 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate tokio-threadpool 0.1.18 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b8b329d06dabd3b95339a0df7db7611ecb84c9a350f08b83ec82d14902401798 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "b8b329d06dabd3b95339a0df7db7611ecb84c9a350f08b83ec82d14902401798"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking ppv-lite86 v0.2.6 [INFO] [stderr] Checking scopeguard v1.0.0 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Checking crossbeam-utils v0.6.6 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking tokio-executor v0.1.9 [INFO] [stderr] Checking c2-chacha v0.2.3 [INFO] [stderr] Checking crossbeam-queue v0.2.1 [INFO] [stderr] Checking num_cpus v1.12.0 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Checking threadpool v1.7.1 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking crossbeam-deque v0.7.2 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking tokio-threadpool v0.1.18 (/opt/rustwide/workdir) [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/pool/backup_stack.rs:17:27 [INFO] [stderr] | [INFO] [stderr] 17 | const STACK_MASK: usize = ((1 << 16) - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/worker/stack.rs:41:27 [INFO] [stderr] | [INFO] [stderr] 41 | const STACK_MASK: usize = ((1 << 16) - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/blocking/mod.rs:72:32 [INFO] [stderr] | [INFO] [stderr] 72 | write!(fmt, "{}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/blocking/mod.rs:79:36 [INFO] [stderr] | [INFO] [stderr] 79 | .field("reason", &self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/park/default_park.rs:89:14 [INFO] [stderr] | [INFO] [stderr] 89 | self.description().fmt(fmt) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/pool/backup_stack.rs:17:27 [INFO] [stderr] | [INFO] [stderr] 17 | const STACK_MASK: usize = ((1 << 16) - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/worker/stack.rs:41:27 [INFO] [stderr] | [INFO] [stderr] 41 | const STACK_MASK: usize = ((1 << 16) - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/blocking/mod.rs:72:32 [INFO] [stderr] | [INFO] [stderr] 72 | write!(fmt, "{}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/blocking/mod.rs:79:36 [INFO] [stderr] | [INFO] [stderr] 79 | .field("reason", &self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/park/default_park.rs:89:14 [INFO] [stderr] | [INFO] [stderr] 89 | self.description().fmt(fmt) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.98s [INFO] running `"docker" "inspect" "b8b329d06dabd3b95339a0df7db7611ecb84c9a350f08b83ec82d14902401798"` [INFO] running `"docker" "rm" "-f" "b8b329d06dabd3b95339a0df7db7611ecb84c9a350f08b83ec82d14902401798"` [INFO] [stdout] b8b329d06dabd3b95339a0df7db7611ecb84c9a350f08b83ec82d14902401798