[INFO] crate mobc-postgres 0.2.9 is already in cache [INFO] checking mobc-postgres-0.2.9 against master#30ca215b4e38b32aa7abdd635c5e2d56f5724494 for pr-66037 [INFO] extracting crate mobc-postgres 0.2.9 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate mobc-postgres 0.2.9 on toolchain 30ca215b4e38b32aa7abdd635c5e2d56f5724494 [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate mobc-postgres 0.2.9 [INFO] finished tweaking crates.io crate mobc-postgres 0.2.9 [INFO] tweaked toml for crates.io crate mobc-postgres 0.2.9 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate mobc-postgres 0.2.9 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] e00cff0d530a0b1d1bfaafccee45d9f8e8e624f69bbc743aafc89ea4374d31fd [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" "e00cff0d530a0b1d1bfaafccee45d9f8e8e624f69bbc743aafc89ea4374d31fd"` [INFO] [stderr] Compiling syn v1.0.8 [INFO] [stderr] Checking pin-project-lite v0.1.1 [INFO] [stderr] Checking futures-channel v0.3.1 [INFO] [stderr] Checking async-task v1.0.0 [INFO] [stderr] Checking crossbeam-utils v0.7.0 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking regex v1.3.1 [INFO] [stderr] Checking sha2 v0.8.0 [INFO] [stderr] Checking crossbeam-epoch v0.8.0 [INFO] [stderr] Checking postgres-protocol v0.5.0-alpha.1 [INFO] [stderr] Checking crossbeam-deque v0.7.2 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking postgres-types v0.1.0-alpha.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling tracing-attributes v0.1.5 [INFO] [stderr] Compiling pin-project-internal v0.4.5 [INFO] [stderr] Compiling tokio-macros v0.2.0-alpha.6 [INFO] [stderr] Compiling futures-select-macro-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling futures-join-macro-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Checking tracing v0.1.10 [INFO] [stderr] Checking pin-project v0.4.5 [INFO] [stderr] Checking tokio-io v0.2.0-alpha.6 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking tokio-codec v0.2.0-alpha.6 [INFO] [stderr] Checking tokio-sync v0.2.0-alpha.6 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.19 [INFO] [stderr] Checking broadcaster v0.2.6 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking async-std v1.0.1 [INFO] [stderr] Checking futures v0.3.1 [INFO] [stderr] Checking futures-preview v0.3.0-alpha.19 [INFO] [stderr] Checking tokio-executor v0.2.0-alpha.6 [INFO] [stderr] Checking tokio-net v0.2.0-alpha.6 [INFO] [stderr] Checking tokio-timer v0.3.0-alpha.6 [INFO] [stderr] Checking tokio-fs v0.2.0-alpha.6 [INFO] [stderr] Checking tokio v0.2.0-alpha.6 [INFO] [stderr] Checking mobc v0.2.8 [INFO] [stderr] Checking tokio-postgres v0.5.0-alpha.1 [INFO] [stderr] Checking mobc-postgres v0.2.9 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> examples/no_pool.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | for i in 0..MAX { [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_i` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `mobc::Executor` [INFO] [stderr] --> examples/new_tokio_runtime.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use mobc::Executor; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> examples/new_tokio_runtime.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | mut executor: TaskExecutor, [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.90s [INFO] running `"docker" "inspect" "e00cff0d530a0b1d1bfaafccee45d9f8e8e624f69bbc743aafc89ea4374d31fd"` [INFO] running `"docker" "rm" "-f" "e00cff0d530a0b1d1bfaafccee45d9f8e8e624f69bbc743aafc89ea4374d31fd"` [INFO] [stdout] e00cff0d530a0b1d1bfaafccee45d9f8e8e624f69bbc743aafc89ea4374d31fd