[INFO] updating cached repository https://github.com/xoac/tokio-timer-patched [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 90c0a5c10baf0c5c4fbd587f77687416b1b8cd31 [INFO] checking xoac/tokio-timer-patched against try#1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 for pr-69530 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxoac%2Ftokio-timer-patched" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 73% (420/568) Checking out files: 74% (421/568) Checking out files: 75% (426/568) Checking out files: 76% (432/568) Checking out files: 77% (438/568) Checking out files: 78% (444/568) Checking out files: 79% (449/568) Checking out files: 80% (455/568) Checking out files: 81% (461/568) Checking out files: 82% (466/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: 98% (558/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 1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "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-9/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" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "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" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "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] 806453bc4beafa652127bfac27141616fe117fdbca99e5cee1cf8e2196b02264 [INFO] running `"docker" "start" "-a" "806453bc4beafa652127bfac27141616fe117fdbca99e5cee1cf8e2196b02264"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking tokio-mock-task v0.1.1 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking tokio-timer v0.2.14 (/opt/rustwide/workdir) [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] Checking tokio-threadpool v0.1.18 [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 parking_lot v0.9.0 [INFO] [stderr] Checking tokio-io v0.1.13 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking tokio-reactor v0.1.12 [INFO] [stderr] Checking tokio-codec v0.1.2 [INFO] [stderr] Checking tokio-fs v0.1.7 [INFO] [stderr] Checking tokio-udp v0.1.6 [INFO] [stderr] Checking tokio-uds v0.2.6 [INFO] [stderr] Checking tokio-tcp v0.1.4 [INFO] [stderr] Checking tokio v0.1.22 [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 6.17s [INFO] running `"docker" "inspect" "806453bc4beafa652127bfac27141616fe117fdbca99e5cee1cf8e2196b02264"` [INFO] running `"docker" "rm" "-f" "806453bc4beafa652127bfac27141616fe117fdbca99e5cee1cf8e2196b02264"` [INFO] [stdout] 806453bc4beafa652127bfac27141616fe117fdbca99e5cee1cf8e2196b02264