[INFO] crate pair_stack 0.1.0 is already in cache [INFO] checking pair_stack-0.1.0 against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] extracting crate pair_stack 0.1.0 into work/builds/worker-6/source [INFO] validating manifest of crates.io crate pair_stack 0.1.0 on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate pair_stack 0.1.0 [INFO] finished tweaking crates.io crate pair_stack 0.1.0 [INFO] tweaked toml for crates.io crate pair_stack 0.1.0 written to work/builds/worker-6/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 9a2e9f34795eff2df725d0d5a13301c344759ec993b17eff54ec1593529c6aff [INFO] running `"docker" "start" "-a" "9a2e9f34795eff2df725d0d5a13301c344759ec993b17eff54ec1593529c6aff"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking postgres-protocol v0.3.2 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking scheduled-thread-pool v0.2.2 [INFO] [stderr] Checking mount v0.4.0 [INFO] [stderr] Checking r2d2 v0.8.5 [INFO] [stderr] Checking staticfile v0.5.0 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking postgres-shared v0.4.2 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Checking postgres v0.15.2 [INFO] [stderr] Checking r2d2_postgres v0.14.0 [INFO] [stderr] Checking pair_stack v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `postgres::SslMode` [INFO] [stderr] --> src/lib.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use postgres::SslMode; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `SslMode` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `hyper::method` [INFO] [stderr] --> src/lib.rs:27:12 [INFO] [stderr] | [INFO] [stderr] 27 | use hyper::method::Method; [INFO] [stderr] | ^^^^^^ could not find `method` in `hyper` [INFO] [stderr] [INFO] [stderr] error[E0603]: struct `Config` is private [INFO] [stderr] --> src/lib.rs:16:11 [INFO] [stderr] | [INFO] [stderr] 16 | use r2d2::Config; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/lib.rs:83:20 [INFO] [stderr] | [INFO] [stderr] 83 | let pool = Pool::new(config, manager).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 4 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:110:18 [INFO] [stderr] | [INFO] [stderr] 110 | self.api.route(method, path, move |req: &mut Request | -> IronResult { [INFO] [stderr] | ^^^^^ expected 4 parameters [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0432, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: Could not compile `pair_stack`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `postgres::SslMode` [INFO] [stderr] --> src/lib.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use postgres::SslMode; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `SslMode` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `hyper::method` [INFO] [stderr] --> src/lib.rs:27:12 [INFO] [stderr] | [INFO] [stderr] 27 | use hyper::method::Method; [INFO] [stderr] | ^^^^^^ could not find `method` in `hyper` [INFO] [stderr] [INFO] [stderr] error[E0603]: struct `Config` is private [INFO] [stderr] --> src/lib.rs:16:11 [INFO] [stderr] | [INFO] [stderr] 16 | use r2d2::Config; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/lib.rs:83:20 [INFO] [stderr] | [INFO] [stderr] 83 | let pool = Pool::new(config, manager).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 4 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:110:18 [INFO] [stderr] | [INFO] [stderr] 110 | self.api.route(method, path, move |req: &mut Request | -> IronResult { [INFO] [stderr] | ^^^^^ expected 4 parameters [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0432, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: Could not compile `pair_stack`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9a2e9f34795eff2df725d0d5a13301c344759ec993b17eff54ec1593529c6aff"` [INFO] running `"docker" "rm" "-f" "9a2e9f34795eff2df725d0d5a13301c344759ec993b17eff54ec1593529c6aff"` [INFO] [stdout] 9a2e9f34795eff2df725d0d5a13301c344759ec993b17eff54ec1593529c6aff