[INFO] fetching crate finchers-core 0.11.0... [INFO] checking finchers-core-0.11.0 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate finchers-core 0.11.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate finchers-core 0.11.0 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate finchers-core 0.11.0 [INFO] finished tweaking crates.io crate finchers-core 0.11.0 [INFO] tweaked toml for crates.io crate finchers-core 0.11.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 36e871385654724a50ff91c3079c9734814da1b68861e88cccdfb3237d816bc1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "36e871385654724a50ff91c3079c9734814da1b68861e88cccdfb3237d816bc1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "36e871385654724a50ff91c3079c9734814da1b68861e88cccdfb3237d816bc1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36e871385654724a50ff91c3079c9734814da1b68861e88cccdfb3237d816bc1", kill_on_drop: false }` [INFO] [stdout] 36e871385654724a50ff91c3079c9734814da1b68861e88cccdfb3237d816bc1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=forbid" "-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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 222dd0b008e23465245dca112c804e6740fa661de2d609c1a1133e6ad4617333 [INFO] running `Command { std: "docker" "start" "-a" "222dd0b008e23465245dca112c804e6740fa661de2d609c1a1133e6ad4617333", kill_on_drop: false }` [INFO] [stderr] Checking hyper v0.11.27 [INFO] [stderr] Checking finchers-core v0.11.0 (/opt/rustwide/workdir) [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/never.rs:31:32 [INFO] [stdout] | [INFO] [stdout] 31 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(bare_trait_objects)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:24:34 [INFO] [stdout] | [INFO] [stdout] 24 | fn as_fail(&self) -> Option<&Fail> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:41:34 [INFO] [stdout] | [INFO] [stdout] 41 | fn as_fail(&self) -> Option<&Fail> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:105:34 [INFO] [stdout] | [INFO] [stdout] 105 | fn as_fail(&self) -> Option<&Fail> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:166:34 [INFO] [stdout] | [INFO] [stdout] 166 | fn as_fail(&self) -> Option<&Fail> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:216:23 [INFO] [stdout] | [INFO] [stdout] 216 | inner: Either, NoRoute>, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn HttpError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:249:37 [INFO] [stdout] | [INFO] [stdout] 249 | pub fn as_http_error(&self) -> &HttpError { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn HttpError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:252:45 [INFO] [stdout] | [INFO] [stdout] 252 | Either::Right(ref e) => &*e as &HttpError, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn HttpError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/input/input.rs:95:34 [INFO] [stdout] | [INFO] [stdout] 95 | fn as_fail(&self) -> Option<&Fail> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/output/body.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | Stream(Box + Send>), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/output/responder.rs:83:16 [INFO] [stdout] | [INFO] [stdout] 83 | value: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Debug + Send + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/never.rs:31:32 [INFO] [stdout] | [INFO] [stdout] 31 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(bare_trait_objects)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:24:34 [INFO] [stdout] | [INFO] [stdout] 24 | fn as_fail(&self) -> Option<&Fail> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:41:34 [INFO] [stdout] | [INFO] [stdout] 41 | fn as_fail(&self) -> Option<&Fail> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:105:34 [INFO] [stdout] | [INFO] [stdout] 105 | fn as_fail(&self) -> Option<&Fail> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:166:34 [INFO] [stdout] | [INFO] [stdout] 166 | fn as_fail(&self) -> Option<&Fail> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:216:23 [INFO] [stdout] | [INFO] [stdout] 216 | inner: Either, NoRoute>, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn HttpError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:249:37 [INFO] [stdout] | [INFO] [stdout] 249 | pub fn as_http_error(&self) -> &HttpError { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn HttpError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:252:45 [INFO] [stdout] | [INFO] [stdout] 252 | Either::Right(ref e) => &*e as &HttpError, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn HttpError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/input/input.rs:95:34 [INFO] [stdout] | [INFO] [stdout] 95 | fn as_fail(&self) -> Option<&Fail> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/output/body.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | Stream(Box + Send>), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/output/responder.rs:83:16 [INFO] [stdout] | [INFO] [stdout] 83 | value: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Debug + Send + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: ambiguous associated item [INFO] [stdout] --> src/result.rs:20:36 [INFO] [stdout] | [INFO] [stdout] 20 | fn into_result(self) -> Result { [INFO] [stdout] | ^^^^^^^^ help: use fully-qualified syntax: ` as IsResult>::Ok` [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(ambiguous_associated_items)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #57644 [INFO] [stdout] note: `Ok` could refer to the variant defined here [INFO] [stdout] note: `Ok` could also refer to the associated type defined here [INFO] [stdout] --> src/result.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | type Ok; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: ambiguous associated item [INFO] [stdout] --> src/result.rs:20:46 [INFO] [stdout] | [INFO] [stdout] 20 | fn into_result(self) -> Result { [INFO] [stdout] | ^^^^^^^^^ help: use fully-qualified syntax: ` as IsResult>::Err` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #57644 [INFO] [stdout] note: `Err` could refer to the variant defined here [INFO] [stdout] note: `Err` could also refer to the associated type defined here [INFO] [stdout] --> src/result.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | type Err; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 13 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `finchers-core` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: ambiguous associated item [INFO] [stdout] --> src/result.rs:20:36 [INFO] [stdout] | [INFO] [stdout] 20 | fn into_result(self) -> Result { [INFO] [stdout] | ^^^^^^^^ help: use fully-qualified syntax: ` as IsResult>::Ok` [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(ambiguous_associated_items)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #57644 [INFO] [stdout] note: `Ok` could refer to the variant defined here [INFO] [stdout] note: `Ok` could also refer to the associated type defined here [INFO] [stdout] --> src/result.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | type Ok; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: ambiguous associated item [INFO] [stdout] --> src/result.rs:20:46 [INFO] [stdout] | [INFO] [stdout] 20 | fn into_result(self) -> Result { [INFO] [stdout] | ^^^^^^^^^ help: use fully-qualified syntax: ` as IsResult>::Err` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #57644 [INFO] [stdout] note: `Err` could refer to the variant defined here [INFO] [stdout] note: `Err` could also refer to the associated type defined here [INFO] [stdout] --> src/result.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | type Err; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 13 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "222dd0b008e23465245dca112c804e6740fa661de2d609c1a1133e6ad4617333", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "222dd0b008e23465245dca112c804e6740fa661de2d609c1a1133e6ad4617333", kill_on_drop: false }` [INFO] [stdout] 222dd0b008e23465245dca112c804e6740fa661de2d609c1a1133e6ad4617333