[INFO] cloning repository https://github.com/xoac/tokio-timer-patched [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xoac/tokio-timer-patched" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxoac%2Ftokio-timer-patched"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxoac%2Ftokio-timer-patched'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 90c0a5c10baf0c5c4fbd587f77687416b1b8cd31 [INFO] checking xoac/tokio-timer-patched against master#6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257 for pr-70872 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxoac%2Ftokio-timer-patched" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 82% (470/568) Checking out files: 83% (472/568) Checking out files: 84% (478/568) Checking out files: 85% (483/568) Checking out files: 86% (489/568) Checking out files: 87% (495/568) Checking out files: 88% (500/568) Checking out files: 89% (506/568) Checking out files: 90% (512/568) Checking out files: 91% (517/568) Checking out files: 92% (523/568) Checking out files: 93% (529/568) Checking out files: 94% (534/568) Checking out files: 95% (540/568) Checking out files: 96% (546/568) Checking out files: 97% (551/568) Checking out files: 98% (557/568) Checking out files: 99% (563/568) Checking out files: 100% (568/568) Checking out files: 100% (568/568), done. [INFO] validating manifest of git repo https://github.com/xoac/tokio-timer-patched on toolchain 6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257 [INFO] running `"/workspace/cargo-home/bin/cargo" "+6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/xoac/tokio-timer-patched [INFO] finished tweaking git repo https://github.com/xoac/tokio-timer-patched [INFO] tweaked toml for git repo https://github.com/xoac/tokio-timer-patched written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/xoac/tokio-timer-patched already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 10c3d7a3983e78349bf8e36f371a27e7529236e8f5950723021883bdb3835ed7 [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" "10c3d7a3983e78349bf8e36f371a27e7529236e8f5950723021883bdb3835ed7"` [INFO] [stderr] Checking tokio-mock-task v0.1.1 [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] Checking tokio-io v0.1.13 [INFO] [stderr] Checking tokio-timer v0.2.14 (/opt/rustwide/workdir) [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] warning: unnecessary braces around `match` scrutinee expression [INFO] [stderr] --> src/throttle.rs:68:24 [INFO] [stderr] | [INFO] [stderr] 68 | try_ready!({ delay.poll().map_err(ThrottleError::from_timer_err) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_braces)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around `match` scrutinee expression [INFO] [stderr] --> src/throttle.rs:72:32 [INFO] [stderr] | [INFO] [stderr] 72 | let value = try_ready!({ self.stream.poll().map_err(ThrottleError::from_stream_err) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/timer/atomic_stack.rs:106:29 [INFO] [stderr] | [INFO] [stderr] 106 | self.ptr = unsafe { (*entry.next_atomic.get()) }; [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 block return value [INFO] [stderr] --> src/timer/entry.rs:208:18 [INFO] [stderr] | [INFO] [stderr] 208 | unsafe { (*self.when.get()) } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/wheel/level.rs:220:5 [INFO] [stderr] | [INFO] [stderr] 220 | (1 << slot) [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/timeout.rs:294:31 [INFO] [stderr] | [INFO] [stderr] 294 | Inner(ref e) => e.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/timeout.rs:296:31 [INFO] [stderr] | [INFO] [stderr] 296 | Timer(ref e) => e.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/error.rs:76:14 [INFO] [stderr] | [INFO] [stderr] 76 | self.description().fmt(fmt) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Checking tokio-codec v0.1.2 [INFO] [stderr] Checking tokio-fs v0.1.7 [INFO] [stderr] Checking tokio-reactor v0.1.12 [INFO] [stderr] Checking tokio-uds v0.2.6 [INFO] [stderr] Checking tokio-tcp v0.1.4 [INFO] [stderr] Checking tokio-udp v0.1.6 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] warning: unnecessary braces around `match` scrutinee expression [INFO] [stderr] --> src/throttle.rs:68:24 [INFO] [stderr] | [INFO] [stderr] 68 | try_ready!({ delay.poll().map_err(ThrottleError::from_timer_err) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_braces)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around `match` scrutinee expression [INFO] [stderr] --> src/throttle.rs:72:32 [INFO] [stderr] | [INFO] [stderr] 72 | let value = try_ready!({ self.stream.poll().map_err(ThrottleError::from_stream_err) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/timer/atomic_stack.rs:106:29 [INFO] [stderr] | [INFO] [stderr] 106 | self.ptr = unsafe { (*entry.next_atomic.get()) }; [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 block return value [INFO] [stderr] --> src/timer/entry.rs:208:18 [INFO] [stderr] | [INFO] [stderr] 208 | unsafe { (*self.when.get()) } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/wheel/level.rs:220:5 [INFO] [stderr] | [INFO] [stderr] 220 | (1 << slot) [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/timeout.rs:294:31 [INFO] [stderr] | [INFO] [stderr] 294 | Inner(ref e) => e.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/timeout.rs:296:31 [INFO] [stderr] | [INFO] [stderr] 296 | Timer(ref e) => e.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/error.rs:76:14 [INFO] [stderr] | [INFO] [stderr] 76 | self.description().fmt(fmt) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.29s [INFO] running `"docker" "inspect" "10c3d7a3983e78349bf8e36f371a27e7529236e8f5950723021883bdb3835ed7"` [INFO] running `"docker" "rm" "-f" "10c3d7a3983e78349bf8e36f371a27e7529236e8f5950723021883bdb3835ed7"` [INFO] [stdout] 10c3d7a3983e78349bf8e36f371a27e7529236e8f5950723021883bdb3835ed7