[INFO] fetching crate crate-compile-test 0.2.0... [INFO] checking crate-compile-test-0.2.0 against try#3e22d1f9053c0fc87629b3c6d5d9567856368e5d for pr-78714 [INFO] extracting crate crate-compile-test 0.2.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate crate-compile-test 0.2.0 on toolchain 3e22d1f9053c0fc87629b3c6d5d9567856368e5d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate crate-compile-test 0.2.0 [INFO] finished tweaking crates.io crate crate-compile-test 0.2.0 [INFO] tweaked toml for crates.io crate crate-compile-test 0.2.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pretty_assertions v0.5.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bebb1a62e4d6ab2dedef9ebec0ec8f56fc110dc0c6c0c31249b3085d3adf95f2 [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" "bebb1a62e4d6ab2dedef9ebec0ec8f56fc110dc0c6c0c31249b3085d3adf95f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bebb1a62e4d6ab2dedef9ebec0ec8f56fc110dc0c6c0c31249b3085d3adf95f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bebb1a62e4d6ab2dedef9ebec0ec8f56fc110dc0c6c0c31249b3085d3adf95f2", kill_on_drop: false }` [INFO] [stdout] bebb1a62e4d6ab2dedef9ebec0ec8f56fc110dc0c6c0c31249b3085d3adf95f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c5839cdd4f4384b9004e3b13e0cff4653506aa0885296cea13db277853ea06ca [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" "c5839cdd4f4384b9004e3b13e0cff4653506aa0885296cea13db277853ea06ca", kill_on_drop: false }` [INFO] [stderr] Checking pretty_assertions v0.5.1 [INFO] [stderr] Checking crate-compile-test v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/config.rs:28:28 [INFO] [stdout] | [INFO] [stdout] 28 | pub crates_filter: Box bool>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Path) -> bool` [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![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/config.rs:29:35 [INFO] [stdout] | [INFO] [stdout] 29 | pub additional_steps: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TestStepFactory` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/steps/mod.rs:7:76 [INFO] [stdout] | [INFO] [stdout] 7 | fn initialize(&self, config: &Config, crate_path: &Path) -> Result>; [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn TestStep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/steps/build.rs:27:77 [INFO] [stdout] | [INFO] [stdout] 27 | fn initialize(&self, _config: &Config, crate_path: &Path) -> Result> { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn TestStep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/steps/check_errors.rs:213:77 [INFO] [stdout] | [INFO] [stdout] 213 | fn initialize(&self, _config: &Config, crate_path: &Path) -> Result> { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn TestStep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/plan.rs:11:20 [INFO] [stdout] | [INFO] [stdout] 11 | steps: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TestStepFactory` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/plan.rs:26:32 [INFO] [stdout] | [INFO] [stdout] 26 | let mut steps: Vec> = match config.mode { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TestStepFactory` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runner.rs:13:27 [INFO] [stdout] | [INFO] [stdout] 13 | output: Mutex<&'a mut Write>, [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runner.rs:22:17 [INFO] [stdout] | [INFO] [stdout] 22 | config: Box Config>, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() -> Config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runner.rs:26:32 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn new(output: &'a mut Write) -> Self { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/config.rs:28:28 [INFO] [stdout] | [INFO] [stdout] 28 | pub crates_filter: Box bool>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Path) -> bool` [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![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/config.rs:29:35 [INFO] [stdout] | [INFO] [stdout] 29 | pub additional_steps: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TestStepFactory` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/steps/mod.rs:7:76 [INFO] [stdout] | [INFO] [stdout] 7 | fn initialize(&self, config: &Config, crate_path: &Path) -> Result>; [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn TestStep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/steps/build.rs:27:77 [INFO] [stdout] | [INFO] [stdout] 27 | fn initialize(&self, _config: &Config, crate_path: &Path) -> Result> { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn TestStep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/steps/check_errors.rs:213:77 [INFO] [stdout] | [INFO] [stdout] 213 | fn initialize(&self, _config: &Config, crate_path: &Path) -> Result> { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn TestStep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/plan.rs:11:20 [INFO] [stdout] | [INFO] [stdout] 11 | steps: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TestStepFactory` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/plan.rs:26:32 [INFO] [stdout] | [INFO] [stdout] 26 | let mut steps: Vec> = match config.mode { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TestStepFactory` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runner.rs:13:27 [INFO] [stdout] | [INFO] [stdout] 13 | output: Mutex<&'a mut Write>, [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runner.rs:22:17 [INFO] [stdout] | [INFO] [stdout] 22 | config: Box Config>, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() -> Config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runner.rs:26:32 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn new(output: &'a mut Write) -> Self { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated associated function `failure::core::str::::trim_right`: superseded by `trim_end` [INFO] [stdout] --> src/formatting.rs:30:50 [INFO] [stdout] | [INFO] [stdout] 30 | trim_lines(prefix_each_line(body, " ")).trim_right(), [INFO] [stdout] | ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end` [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated associated function `failure::core::str::::trim_right`: superseded by `trim_end` [INFO] [stdout] --> src/formatting.rs:51:26 [INFO] [stdout] | [INFO] [stdout] 51 | .map(|line| line.trim_right()) [INFO] [stdout] | ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `crate-compile-test` [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: use of deprecated associated function `failure::core::str::::trim_right`: superseded by `trim_end` [INFO] [stdout] --> src/formatting.rs:30:50 [INFO] [stdout] | [INFO] [stdout] 30 | trim_lines(prefix_each_line(body, " ")).trim_right(), [INFO] [stdout] | ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end` [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated associated function `failure::core::str::::trim_right`: superseded by `trim_end` [INFO] [stdout] --> src/formatting.rs:51:26 [INFO] [stdout] | [INFO] [stdout] 51 | .map(|line| line.trim_right()) [INFO] [stdout] | ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "c5839cdd4f4384b9004e3b13e0cff4653506aa0885296cea13db277853ea06ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5839cdd4f4384b9004e3b13e0cff4653506aa0885296cea13db277853ea06ca", kill_on_drop: false }` [INFO] [stdout] c5839cdd4f4384b9004e3b13e0cff4653506aa0885296cea13db277853ea06ca