[INFO] fetching crate armorlib 0.2.3... [INFO] testing armorlib-0.2.3 against 1.55.0 for beta-1.56-1 [INFO] extracting crate armorlib 0.2.3 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate armorlib 0.2.3 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate armorlib 0.2.3 [INFO] finished tweaking crates.io crate armorlib 0.2.3 [INFO] tweaked toml for crates.io crate armorlib 0.2.3 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d74fa6be03e56e7ca420450ec8c4f68dfe6e15feb113afe6c80f840a8fcc5eb4 [INFO] running `Command { std: "docker" "start" "-a" "d74fa6be03e56e7ca420450ec8c4f68dfe6e15feb113afe6c80f840a8fcc5eb4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d74fa6be03e56e7ca420450ec8c4f68dfe6e15feb113afe6c80f840a8fcc5eb4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d74fa6be03e56e7ca420450ec8c4f68dfe6e15feb113afe6c80f840a8fcc5eb4", kill_on_drop: false }` [INFO] [stdout] d74fa6be03e56e7ca420450ec8c4f68dfe6e15feb113afe6c80f840a8fcc5eb4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 12f438148c50c9fab34fb18d15df438b903f966c33b40c8433db192b15368afd [INFO] running `Command { std: "docker" "start" "-a" "12f438148c50c9fab34fb18d15df438b903f966c33b40c8433db192b15368afd", kill_on_drop: false }` [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling ansi_term v0.10.2 [INFO] [stderr] Compiling kamadak-exif v0.3.1 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling clap v2.29.4 [INFO] [stderr] Compiling simplelog v0.5.3 [INFO] [stderr] Compiling armorlib v0.2.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/coordinator.rs:49:34 [INFO] [stdout] | [INFO] [stdout] 49 | scan_modules_to_run: Vec>, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ScanModule` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/coordinator.rs:50:38 [INFO] [stdout] | [INFO] [stdout] 50 | mut extra_preprocessors: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Preprocessor` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/coordinator.rs:67:46 [INFO] [stdout] | [INFO] [stdout] 67 | let mut preprocessors_to_be_run: Vec> = Vec::new(); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Preprocessor` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/coordinator.rs:68:46 [INFO] [stdout] | [INFO] [stdout] 68 | let mut available_preprocessors: Vec> = Vec::new(); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Preprocessor` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/preprocessors/mod.rs:27:48 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn make_default_preprocessors() -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Preprocessor` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/preprocessors/mod.rs:51:28 [INFO] [stdout] | [INFO] [stdout] 51 | preprocessors: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Preprocessor` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/scan_modules/exif.rs:86:26 [INFO] [stdout] | [INFO] [stdout] 86 | 41492 | 0...31 => Severity::Danger(format!( // subject location, GPS info [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/scan_modules/mod.rs:26:47 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn make_default_scan_modules() -> Vec> { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ScanModule` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/scan_modules/mod.rs:48:38 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn process(scan_modules: Vec>, scan_object: &ScanObject) -> ScanResult { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ScanModule` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.50s [INFO] running `Command { std: "docker" "inspect" "12f438148c50c9fab34fb18d15df438b903f966c33b40c8433db192b15368afd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12f438148c50c9fab34fb18d15df438b903f966c33b40c8433db192b15368afd", kill_on_drop: false }` [INFO] [stdout] 12f438148c50c9fab34fb18d15df438b903f966c33b40c8433db192b15368afd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3ac5ff3042e8886ddc2dd3ae7e5b4ec1ea744df94316904d7c1ad22c1a56a31f [INFO] running `Command { std: "docker" "start" "-a" "3ac5ff3042e8886ddc2dd3ae7e5b4ec1ea744df94316904d7c1ad22c1a56a31f", kill_on_drop: false }` [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/coordinator.rs:49:34 [INFO] [stdout] | [INFO] [stdout] 49 | scan_modules_to_run: Vec>, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ScanModule` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/coordinator.rs:50:38 [INFO] [stdout] | [INFO] [stdout] 50 | mut extra_preprocessors: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Preprocessor` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/coordinator.rs:67:46 [INFO] [stdout] | [INFO] [stdout] 67 | let mut preprocessors_to_be_run: Vec> = Vec::new(); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Preprocessor` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/coordinator.rs:68:46 [INFO] [stdout] | [INFO] [stdout] 68 | let mut available_preprocessors: Vec> = Vec::new(); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Preprocessor` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/preprocessors/mod.rs:27:48 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn make_default_preprocessors() -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Preprocessor` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/preprocessors/mod.rs:51:28 [INFO] [stdout] | [INFO] [stdout] 51 | preprocessors: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Preprocessor` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/scan_modules/exif.rs:86:26 [INFO] [stdout] | [INFO] [stdout] 86 | 41492 | 0...31 => Severity::Danger(format!( // subject location, GPS info [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/scan_modules/mod.rs:26:47 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn make_default_scan_modules() -> Vec> { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ScanModule` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/scan_modules/mod.rs:48:38 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn process(scan_modules: Vec>, scan_object: &ScanObject) -> ScanResult { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ScanModule` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling armorlib v0.2.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/coordinator.rs:49:34 [INFO] [stdout] | [INFO] [stdout] 49 | scan_modules_to_run: Vec>, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ScanModule` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/coordinator.rs:50:38 [INFO] [stdout] | [INFO] [stdout] 50 | mut extra_preprocessors: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Preprocessor` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/coordinator.rs:67:46 [INFO] [stdout] | [INFO] [stdout] 67 | let mut preprocessors_to_be_run: Vec> = Vec::new(); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Preprocessor` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/coordinator.rs:68:46 [INFO] [stdout] | [INFO] [stdout] 68 | let mut available_preprocessors: Vec> = Vec::new(); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Preprocessor` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/preprocessors/mod.rs:27:48 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn make_default_preprocessors() -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Preprocessor` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/preprocessors/mod.rs:51:28 [INFO] [stdout] | [INFO] [stdout] 51 | preprocessors: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Preprocessor` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/scan_modules/exif.rs:86:26 [INFO] [stdout] | [INFO] [stdout] 86 | 41492 | 0...31 => Severity::Danger(format!( // subject location, GPS info [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/scan_modules/mod.rs:26:47 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn make_default_scan_modules() -> Vec> { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ScanModule` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/scan_modules/mod.rs:48:38 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn process(scan_modules: Vec>, scan_object: &ScanObject) -> ScanResult { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ScanModule` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.29s [INFO] running `Command { std: "docker" "inspect" "3ac5ff3042e8886ddc2dd3ae7e5b4ec1ea744df94316904d7c1ad22c1a56a31f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ac5ff3042e8886ddc2dd3ae7e5b4ec1ea744df94316904d7c1ad22c1a56a31f", kill_on_drop: false }` [INFO] [stdout] 3ac5ff3042e8886ddc2dd3ae7e5b4ec1ea744df94316904d7c1ad22c1a56a31f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] cb8986ec8dfa173df8c26d7dc62beac6e89b707c2551463f5fe1f84118707995 [INFO] running `Command { std: "docker" "start" "-a" "cb8986ec8dfa173df8c26d7dc62beac6e89b707c2551463f5fe1f84118707995", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/coordinator.rs:49:34 [INFO] [stderr] | [INFO] [stderr] 49 | scan_modules_to_run: Vec>, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn ScanModule` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/coordinator.rs:50:38 [INFO] [stderr] | [INFO] [stderr] 50 | mut extra_preprocessors: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Preprocessor` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/coordinator.rs:67:46 [INFO] [stderr] | [INFO] [stderr] 67 | let mut preprocessors_to_be_run: Vec> = Vec::new(); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Preprocessor` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/coordinator.rs:68:46 [INFO] [stderr] | [INFO] [stderr] 68 | let mut available_preprocessors: Vec> = Vec::new(); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Preprocessor` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/preprocessors/mod.rs:27:48 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn make_default_preprocessors() -> Vec> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Preprocessor` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/preprocessors/mod.rs:51:28 [INFO] [stderr] | [INFO] [stderr] 51 | preprocessors: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Preprocessor` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/scan_modules/exif.rs:86:26 [INFO] [stderr] | [INFO] [stderr] 86 | 41492 | 0...31 => Severity::Danger(format!( // subject location, GPS info [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scan_modules/mod.rs:26:47 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn make_default_scan_modules() -> Vec> { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn ScanModule` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scan_modules/mod.rs:48:38 [INFO] [stderr] | [INFO] [stderr] 48 | pub fn process(scan_modules: Vec>, scan_object: &ScanObject) -> ScanResult { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn ScanModule` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `armorlib` (lib) generated 9 warnings [INFO] [stderr] warning: `armorlib` (lib test) generated 9 warnings (9 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/armorlib-593e81bc431b95fc) [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test preprocessors::filetype::tests::test_filetype_detection_rar ... ok [INFO] [stdout] test preprocessors::text::tests::test_determine_encoding_ascii ... ok [INFO] [stdout] test preprocessors::text::tests::test_ascii_extraction ... ok [INFO] [stdout] test preprocessors::hash::tests::test_hashes ... ok [INFO] [stdout] test preprocessors::text::tests::test_determine_encoding_nodata ... ok [INFO] [stdout] test util::tests::test_u8s_to_u16 ... ok [INFO] [stdout] test scan_object::tests::test_get_metadata ... ok [INFO] [stdout] test util::tests::test_u8s_to_u32 ... ok [INFO] [stdout] test preprocessors::text::tests::test_determine_encoding_utf8 ... ok [INFO] [stdout] test preprocessors::filetype::tests::test_filetype_detection_avi ... ok [INFO] [stdout] test scan_modules::unicode_watermark::tests::test_zero_width_joiner_non_joiner ... ok [INFO] [stdout] test process::tests::test_for_vec ... ok [INFO] [stdout] test process::tests::test_for_binary_object ... ok [INFO] [stdout] test preprocessors::text::tests::test_determine_encoding_utf16 ... ok [INFO] [stdout] test util::tests::test_hex_to_vec ... ok [INFO] [stdout] test preprocessors::text::tests::test_determine_encoding_utf32 ... ok [INFO] [stdout] test preprocessors::text::tests::test_utf16_extraction ... ok [INFO] [stdout] test scan_modules::unicode_watermark::tests::test_zero_width_space_char ... ok [INFO] [stdout] test preprocessors::text::tests::test_utf8_extraction ... ok [INFO] [stdout] test coordinator::tests::test_full_cycle ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/armorlib-b829cba19e6dfbe4) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests armorlib [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/scan_modules/exif.rs:86:26 [INFO] [stderr] | [INFO] [stderr] 86 | 41492 | 0...31 => Severity::Danger(format!( // subject location, GPS info [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test src/preprocessors/mod.rs - preprocessors::make_default_preprocessors (line 23) ... ok [INFO] [stdout] test src/coordinator.rs - coordinator::process (line 33) ... ok [INFO] [stdout] test src/scan_object.rs - scan_object::ScanObject::get_metadata (line 51) ... ok [INFO] [stdout] test src/util.rs - util::u8s_to_u32 (line 60) ... ok [INFO] [stdout] test src/util.rs - util::hex_to_vec (line 11) ... ok [INFO] [stdout] test src/util.rs - util::u8s_to_u16 (line 40) ... ok [INFO] [stdout] test src/process.rs - process::Process (line 17) ... ok [INFO] [stdout] test src/scan_modules/mod.rs - scan_modules::make_default_scan_modules (line 22) ... ok [INFO] [stdout] test src/process.rs - process::Vec (line 43) ... ok [INFO] [stdout] test src/process.rs - process::BinaryObject (line 61) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.60s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "cb8986ec8dfa173df8c26d7dc62beac6e89b707c2551463f5fe1f84118707995", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb8986ec8dfa173df8c26d7dc62beac6e89b707c2551463f5fe1f84118707995", kill_on_drop: false }` [INFO] [stdout] cb8986ec8dfa173df8c26d7dc62beac6e89b707c2551463f5fe1f84118707995