[INFO] crate mobc 0.2.8 is already in cache [INFO] checking mobc-0.2.8 against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] extracting crate mobc 0.2.8 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate mobc 0.2.8 on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate mobc 0.2.8 [INFO] finished tweaking crates.io crate mobc 0.2.8 [INFO] tweaked toml for crates.io crate mobc 0.2.8 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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] 90ee7167ffe29c7ef3cf87aeb27c81667a6ea90ca3e4846664625b79d32d78e5 [INFO] running `"docker" "start" "-a" "90ee7167ffe29c7ef3cf87aeb27c81667a6ea90ca3e4846664625b79d32d78e5"` [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Checking broadcaster v0.2.6 [INFO] [stderr] Checking criterion v0.3.0 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking kv-log-macro v1.0.4 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking async-std v1.2.0 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking futures v0.3.1 [INFO] [stderr] Checking mobc v0.2.8 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `tokio::executor` [INFO] [stderr] --> src/runtime.rs:15:16 [INFO] [stderr] | [INFO] [stderr] 15 | pub use tokio::executor::DefaultExecutor; [INFO] [stderr] | ^^^^^^^^ could not find `executor` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio::runtime::TaskExecutor` [INFO] [stderr] --> src/runtime.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | pub use tokio::runtime::TaskExecutor; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `TaskExecutor` in `runtime` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio::timer` [INFO] [stderr] --> src/runtime.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | pub use tokio::timer::delay_for; [INFO] [stderr] | ^^^^^ could not find `timer` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `executor` in `tokio` [INFO] [stderr] --> src/runtime.rs:30:15 [INFO] [stderr] | [INFO] [stderr] 30 | T: tokio::executor::Executor + Send + Sync + 'static + Clone, [INFO] [stderr] | ^^^^^^^^ could not find `executor` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `executor` in `tokio` [INFO] [stderr] --> src/runtime.rs:36:22 [INFO] [stderr] | [INFO] [stderr] 36 | match tokio::executor::Executor::spawn(self, future) { [INFO] [stderr] | ^^^^^^^^ could not find `executor` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `executor` in `tokio` [INFO] [stderr] --> src/runtime.rs:45:22 [INFO] [stderr] | [INFO] [stderr] 45 | match tokio::executor::Executor::status(self) { [INFO] [stderr] | ^^^^^^^^ could not find `executor` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `timer` in `tokio` [INFO] [stderr] --> src/timer.rs:8:49 [INFO] [stderr] | [INFO] [stderr] 8 | pub(crate) fn interval(dur: Duration) -> tokio::timer::Interval { [INFO] [stderr] | ^^^^^ could not find `timer` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `timer` in `tokio` [INFO] [stderr] --> src/timer.rs:9:12 [INFO] [stderr] | [INFO] [stderr] 9 | tokio::timer::Interval::new_interval(dur) [INFO] [stderr] | ^^^^^ could not find `timer` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `timer` in `tokio` [INFO] [stderr] --> src/timer.rs:19:48 [INFO] [stderr] | [INFO] [stderr] 19 | pub(crate) fn timeout(dur: Duration) -> tokio::timer::Delay { [INFO] [stderr] | ^^^^^ could not find `timer` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `timer` in `tokio` [INFO] [stderr] --> src/timer.rs:21:12 [INFO] [stderr] | [INFO] [stderr] 21 | tokio::timer::delay(now + dur) [INFO] [stderr] | ^^^^^ could not find `timer` in `tokio` [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::time::Duration` [INFO] [stderr] --> src/runtime.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use std::time::Duration; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `mobc`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `tokio::executor` [INFO] [stderr] --> src/runtime.rs:15:16 [INFO] [stderr] | [INFO] [stderr] 15 | pub use tokio::executor::DefaultExecutor; [INFO] [stderr] | ^^^^^^^^ could not find `executor` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio::runtime::TaskExecutor` [INFO] [stderr] --> src/runtime.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | pub use tokio::runtime::TaskExecutor; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `TaskExecutor` in `runtime` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio::timer` [INFO] [stderr] --> src/runtime.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | pub use tokio::timer::delay_for; [INFO] [stderr] | ^^^^^ could not find `timer` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `executor` in `tokio` [INFO] [stderr] --> src/runtime.rs:30:15 [INFO] [stderr] | [INFO] [stderr] 30 | T: tokio::executor::Executor + Send + Sync + 'static + Clone, [INFO] [stderr] | ^^^^^^^^ could not find `executor` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `executor` in `tokio` [INFO] [stderr] --> src/runtime.rs:36:22 [INFO] [stderr] | [INFO] [stderr] 36 | match tokio::executor::Executor::spawn(self, future) { [INFO] [stderr] | ^^^^^^^^ could not find `executor` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `executor` in `tokio` [INFO] [stderr] --> src/runtime.rs:45:22 [INFO] [stderr] | [INFO] [stderr] 45 | match tokio::executor::Executor::status(self) { [INFO] [stderr] | ^^^^^^^^ could not find `executor` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `timer` in `tokio` [INFO] [stderr] --> src/timer.rs:8:49 [INFO] [stderr] | [INFO] [stderr] 8 | pub(crate) fn interval(dur: Duration) -> tokio::timer::Interval { [INFO] [stderr] | ^^^^^ could not find `timer` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `timer` in `tokio` [INFO] [stderr] --> src/timer.rs:9:12 [INFO] [stderr] | [INFO] [stderr] 9 | tokio::timer::Interval::new_interval(dur) [INFO] [stderr] | ^^^^^ could not find `timer` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `timer` in `tokio` [INFO] [stderr] --> src/timer.rs:19:48 [INFO] [stderr] | [INFO] [stderr] 19 | pub(crate) fn timeout(dur: Duration) -> tokio::timer::Delay { [INFO] [stderr] | ^^^^^ could not find `timer` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `timer` in `tokio` [INFO] [stderr] --> src/timer.rs:21:12 [INFO] [stderr] | [INFO] [stderr] 21 | tokio::timer::delay(now + dur) [INFO] [stderr] | ^^^^^ could not find `timer` in `tokio` [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::time::Duration` [INFO] [stderr] --> src/runtime.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use std::time::Duration; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `mobc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "90ee7167ffe29c7ef3cf87aeb27c81667a6ea90ca3e4846664625b79d32d78e5"` [INFO] running `"docker" "rm" "-f" "90ee7167ffe29c7ef3cf87aeb27c81667a6ea90ca3e4846664625b79d32d78e5"` [INFO] [stdout] 90ee7167ffe29c7ef3cf87aeb27c81667a6ea90ca3e4846664625b79d32d78e5