[INFO] fetching crate tokio-timer-futures2 0.2.1... [INFO] testing tokio-timer-futures2-0.2.1 against 1.60.0 for beta-1.61-1 [INFO] extracting crate tokio-timer-futures2 0.2.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate tokio-timer-futures2 0.2.1 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tokio-timer-futures2 0.2.1 [INFO] finished tweaking crates.io crate tokio-timer-futures2 0.2.1 [INFO] tweaked toml for crates.io crate tokio-timer-futures2 0.2.1 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded futures-core v0.2.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0b23876c876bee0d3811b34984ddeced898d4104737237b2afd17c19513f78c1 [INFO] running `Command { std: "docker" "start" "-a" "0b23876c876bee0d3811b34984ddeced898d4104737237b2afd17c19513f78c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0b23876c876bee0d3811b34984ddeced898d4104737237b2afd17c19513f78c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b23876c876bee0d3811b34984ddeced898d4104737237b2afd17c19513f78c1", kill_on_drop: false }` [INFO] [stdout] 0b23876c876bee0d3811b34984ddeced898d4104737237b2afd17c19513f78c1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2143f1b84a98f85a7649c9aee9a556ae7301e61eaa2f16c9fe75c842cc65ad6d [INFO] running `Command { std: "docker" "start" "-a" "2143f1b84a98f85a7649c9aee9a556ae7301e61eaa2f16c9fe75c842cc65ad6d", kill_on_drop: false }` [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling slab v0.3.0 [INFO] [stderr] Compiling futures-core v0.2.1 [INFO] [stderr] Compiling tokio-timer-futures2 v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/timer.rs:430:34 [INFO] [stdout] | [INFO] [stdout] 430 | write!(fmt, "{}", Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 88 | #![deny(warnings, missing_docs, missing_debug_implementations)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/timer.rs:445:34 [INFO] [stdout] | [INFO] [stdout] 445 | write!(fmt, "{}", Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/timer.rs:451:34 [INFO] [stdout] | [INFO] [stdout] 451 | write!(fmt, "{}", Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/mpmc.rs:77:52 [INFO] [stdout] | [INFO] [stdout] 77 | let enqueue_pos = self.enqueue_pos.compare_and_swap(pos, pos + 1, Relaxed); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/mpmc.rs:111:52 [INFO] [stdout] | [INFO] [stdout] 111 | let dequeue_pos = self.dequeue_pos.compare_and_swap(pos, pos + 1, Relaxed); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.52s [INFO] running `Command { std: "docker" "inspect" "2143f1b84a98f85a7649c9aee9a556ae7301e61eaa2f16c9fe75c842cc65ad6d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2143f1b84a98f85a7649c9aee9a556ae7301e61eaa2f16c9fe75c842cc65ad6d", kill_on_drop: false }` [INFO] [stdout] 2143f1b84a98f85a7649c9aee9a556ae7301e61eaa2f16c9fe75c842cc65ad6d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a071777973c907df53fcacb45f973eb04816ba497987dcee85c25a12f963bb8d [INFO] running `Command { std: "docker" "start" "-a" "a071777973c907df53fcacb45f973eb04816ba497987dcee85c25a12f963bb8d", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/timer.rs:430:34 [INFO] [stdout] | [INFO] [stdout] 430 | write!(fmt, "{}", Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 88 | #![deny(warnings, missing_docs, missing_debug_implementations)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/timer.rs:445:34 [INFO] [stdout] | [INFO] [stdout] 445 | write!(fmt, "{}", Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/timer.rs:451:34 [INFO] [stdout] | [INFO] [stdout] 451 | write!(fmt, "{}", Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/mpmc.rs:77:52 [INFO] [stdout] | [INFO] [stdout] 77 | let enqueue_pos = self.enqueue_pos.compare_and_swap(pos, pos + 1, Relaxed); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tokio-timer-futures2 v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/mpmc.rs:111:52 [INFO] [stdout] | [INFO] [stdout] 111 | let dequeue_pos = self.dequeue_pos.compare_and_swap(pos, pos + 1, Relaxed); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `futures` [INFO] [stdout] --> tests/test_timer.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate futures; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `tokio_timer` [INFO] [stdout] --> tests/test_timer.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate tokio_timer as timer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Timer` [INFO] [stdout] --> tests/test_timer.rs:17:17 [INFO] [stdout] | [INFO] [stdout] 17 | let timer = Timer::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Timer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Async` [INFO] [stdout] --> tests/test_timer.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | assert_eq!(Async::Ready(()), t.poll(cx).unwrap()); [INFO] [stdout] | ^^^^^ use of undeclared type `Async` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Timer` [INFO] [stdout] --> tests/test_timer.rs:26:17 [INFO] [stdout] | [INFO] [stdout] 26 | let timer = Timer::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Timer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Timer` [INFO] [stdout] --> tests/test_timer.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | let timer = Timer::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Timer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Timer` [INFO] [stdout] --> tests/test_timer.rs:95:17 [INFO] [stdout] | [INFO] [stdout] 95 | let timer = Timer::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Timer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `oneshot` [INFO] [stdout] --> tests/test_timer.rs:98:20 [INFO] [stdout] | [INFO] [stdout] 98 | let (tx, rx) = oneshot::channel(); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `oneshot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Timer` [INFO] [stdout] --> tests/test_timer.rs:119:17 [INFO] [stdout] | [INFO] [stdout] 119 | let timer = Timer::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Timer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `oneshot` [INFO] [stdout] --> tests/test_timer.rs:122:21 [INFO] [stdout] | [INFO] [stdout] 122 | let (_tx, rx) = oneshot::channel::>(); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `oneshot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Timer` [INFO] [stdout] --> tests/test_timer.rs:139:17 [INFO] [stdout] | [INFO] [stdout] 139 | let timer = Timer::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Timer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `oneshot` [INFO] [stdout] --> tests/test_timer.rs:142:20 [INFO] [stdout] | [INFO] [stdout] 142 | let (tx, rx) = oneshot::channel(); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `oneshot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Timer` [INFO] [stdout] --> tests/test_timer.rs:166:17 [INFO] [stdout] | [INFO] [stdout] 166 | let timer = Timer::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Timer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mpsc` [INFO] [stdout] --> tests/test_timer.rs:169:20 [INFO] [stdout] | [INFO] [stdout] 169 | let (tx, rx) = mpsc::unbounded(); [INFO] [stdout] | ^^^^ use of undeclared crate or module `mpsc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Timer` [INFO] [stdout] --> tests/test_timer.rs:199:17 [INFO] [stdout] | [INFO] [stdout] 199 | let timer = Timer::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Timer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mpsc` [INFO] [stdout] --> tests/test_timer.rs:202:20 [INFO] [stdout] | [INFO] [stdout] 202 | let (tx, rx) = mpsc::unbounded(); [INFO] [stdout] | ^^^^ use of undeclared crate or module `mpsc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Timer` [INFO] [stdout] --> tests/test_timer.rs:238:17 [INFO] [stdout] | [INFO] [stdout] 238 | let timer = Timer::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Timer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Timer` [INFO] [stdout] --> tests/test_timer.rs:251:17 [INFO] [stdout] | [INFO] [stdout] 251 | let timer = Timer::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Timer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Timer` [INFO] [stdout] --> tests/test_timer.rs:265:17 [INFO] [stdout] | [INFO] [stdout] 265 | let timer = Timer::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Timer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Timer` [INFO] [stdout] --> tests/test_timer.rs:279:17 [INFO] [stdout] | [INFO] [stdout] 279 | let timer = Timer::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Timer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Timer` [INFO] [stdout] --> tests/test_timer.rs:294:17 [INFO] [stdout] | [INFO] [stdout] 294 | let timer = Timer::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Timer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `block_on` in this scope [INFO] [stdout] --> tests/test_timer.rs:31:13 [INFO] [stdout] | [INFO] [stdout] 31 | block_on(timer.sleep(dur)).unwrap(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `block_on` in this scope [INFO] [stdout] --> tests/test_timer.rs:49:26 [INFO] [stdout] | [INFO] [stdout] 49 | support::time(|| block_on(to1).unwrap()) [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `block_on` in this scope [INFO] [stdout] --> tests/test_timer.rs:53:26 [INFO] [stdout] | [INFO] [stdout] 53 | support::time(|| block_on(to2).unwrap()) [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `block_on` in this scope [INFO] [stdout] --> tests/test_timer.rs:73:31 [INFO] [stdout] | [INFO] [stdout] 73 | let e1 = support::time(|| block_on(to1).unwrap()); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `block_on` in this scope [INFO] [stdout] --> tests/test_timer.rs:74:31 [INFO] [stdout] | [INFO] [stdout] 74 | let e2 = support::time(|| block_on(to2).unwrap()); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `block_on` in this scope [INFO] [stdout] --> tests/test_timer.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | assert!(block_on(to).is_err()); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `block_on` in this scope [INFO] [stdout] --> tests/test_timer.rs:90:13 [INFO] [stdout] | [INFO] [stdout] 90 | assert!(block_on(to).is_ok()); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `block_on` in this scope [INFO] [stdout] --> tests/test_timer.rs:114:24 [INFO] [stdout] | [INFO] [stdout] 114 | assert_eq!("done", block_on(to).unwrap()); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `block_on` in this scope [INFO] [stdout] --> tests/test_timer.rs:133:26 [INFO] [stdout] | [INFO] [stdout] 133 | let err: io::Error = block_on(to).unwrap_err(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `block_on` in this scope [INFO] [stdout] --> tests/test_timer.rs:159:15 [INFO] [stdout] | [INFO] [stdout] 159 | let err = block_on(to).unwrap_err(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `block_on` in this scope [INFO] [stdout] --> tests/test_timer.rs:183:18 [INFO] [stdout] | [INFO] [stdout] 183 | let tx = block_on(f).unwrap(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `block_on` in this scope [INFO] [stdout] --> tests/test_timer.rs:187:9 [INFO] [stdout] | [INFO] [stdout] 187 | block_on(f).unwrap(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `block_on` in this scope [INFO] [stdout] --> tests/test_timer.rs:190:17 [INFO] [stdout] | [INFO] [stdout] 190 | let mut s = block_on(to); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `block_on` in this scope [INFO] [stdout] --> tests/test_timer.rs:216:18 [INFO] [stdout] | [INFO] [stdout] 216 | let tx = block_on(f).unwrap(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `block_on` in this scope [INFO] [stdout] --> tests/test_timer.rs:220:18 [INFO] [stdout] | [INFO] [stdout] 220 | let tx = block_on(f).unwrap(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `block_on` in this scope [INFO] [stdout] --> tests/test_timer.rs:227:17 [INFO] [stdout] | [INFO] [stdout] 227 | let mut s = block_on(to); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/timer.rs:430:34 [INFO] [stdout] | [INFO] [stdout] 430 | write!(fmt, "{}", Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 88 | #![deny(warnings, missing_docs, missing_debug_implementations)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/timer.rs:445:34 [INFO] [stdout] | [INFO] [stdout] 445 | write!(fmt, "{}", Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/timer.rs:451:34 [INFO] [stdout] | [INFO] [stdout] 451 | write!(fmt, "{}", Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 37 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0463. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tokio-timer-futures2` due to 38 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/mpmc.rs:77:52 [INFO] [stdout] | [INFO] [stdout] 77 | let enqueue_pos = self.enqueue_pos.compare_and_swap(pos, pos + 1, Relaxed); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/mpmc.rs:111:52 [INFO] [stdout] | [INFO] [stdout] 111 | let dequeue_pos = self.dequeue_pos.compare_and_swap(pos, pos + 1, Relaxed); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "a071777973c907df53fcacb45f973eb04816ba497987dcee85c25a12f963bb8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a071777973c907df53fcacb45f973eb04816ba497987dcee85c25a12f963bb8d", kill_on_drop: false }` [INFO] [stdout] a071777973c907df53fcacb45f973eb04816ba497987dcee85c25a12f963bb8d