[INFO] crate hyperdrive 0.2.0 is already in cache [INFO] checking hyperdrive-0.2.0 against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66852 [INFO] extracting crate hyperdrive 0.2.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate hyperdrive 0.2.0 on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate hyperdrive 0.2.0 [INFO] finished tweaking crates.io crate hyperdrive 0.2.0 [INFO] tweaked toml for crates.io crate hyperdrive 0.2.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 95a6b5a02a7daeca5d5d4b6b75ee786d5afdd861f5bd040564f73c5934ee0c3b [INFO] running `"docker" "start" "-a" "95a6b5a02a7daeca5d5d4b6b75ee786d5afdd861f5bd040564f73c5934ee0c3b"` [INFO] [stderr] Compiling indexmap v1.3.0 [INFO] [stderr] Checking cookie v0.12.0 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking publicsuffix v1.5.4 [INFO] [stderr] Checking flate2 v1.0.13 [INFO] [stderr] Compiling synstructure v0.11.0 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking tokio-reactor v0.1.11 [INFO] [stderr] Checking h2 v0.1.26 [INFO] [stderr] Compiling hyperderive v0.0.3 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Checking reqwest v0.9.22 [INFO] [stderr] Checking hyperdrive v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> tests/from_request.rs:142:14 [INFO] [stderr] | [INFO] [stderr] 142 | #[context(SpecialContext)] [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 type [INFO] [stderr] --> tests/from_request.rs:187:14 [INFO] [stderr] | [INFO] [stderr] 187 | #[context(SpecialContext)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> tests/from_request.rs:410:14 [INFO] [stderr] | [INFO] [stderr] 410 | #[context(SpecialContext)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unreachable call [INFO] [stderr] --> tests/from_request.rs:229:14 [INFO] [stderr] | [INFO] [stderr] 229 | #[derive(FromRequest, Debug, PartialEq, Eq)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | unreachable call [INFO] [stderr] | any code following this expression is unreachable [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `(): std::error::Error` is not satisfied [INFO] [stderr] --> tests/from_request.rs:229:14 [INFO] [stderr] | [INFO] [stderr] 229 | #[derive(FromRequest, Debug, PartialEq, Eq)] [INFO] [stderr] | ^^^^^^^^^^^ the trait `std::error::Error` is not implemented for `()` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/workdir/src/error.rs:65:12 [INFO] [stderr] | [INFO] [stderr] 65 | S: Into, [INFO] [stderr] | ---------------- required by this bound in `user_app::_DERIVE_FromRequest_FOR_Routes::hyperdrive::Error::with_source` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From<()>` for `std::boxed::Box<(dyn std::error::Error + std::marker::Send + std::marker::Sync + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `()` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `hyperdrive`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "95a6b5a02a7daeca5d5d4b6b75ee786d5afdd861f5bd040564f73c5934ee0c3b"` [INFO] running `"docker" "rm" "-f" "95a6b5a02a7daeca5d5d4b6b75ee786d5afdd861f5bd040564f73c5934ee0c3b"` [INFO] [stdout] 95a6b5a02a7daeca5d5d4b6b75ee786d5afdd861f5bd040564f73c5934ee0c3b