[INFO] cloning repository https://github.com/anthonybocci/migrate-log [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/anthonybocci/migrate-log" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanthonybocci%2Fmigrate-log", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanthonybocci%2Fmigrate-log'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 612c940011f5a0debde041ea056c883a36916f99 [INFO] testing anthonybocci/migrate-log against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanthonybocci%2Fmigrate-log" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/anthonybocci/migrate-log on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/anthonybocci/migrate-log [INFO] finished tweaking git repo https://github.com/anthonybocci/migrate-log [INFO] tweaked toml for git repo https://github.com/anthonybocci/migrate-log written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/anthonybocci/migrate-log already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded regex v0.2.5 [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 40a4e295f644e48629ab9973cb34233cbe2f4811601d1a70cad8c2ca814a78a5 [INFO] running `Command { std: "docker" "start" "-a" "40a4e295f644e48629ab9973cb34233cbe2f4811601d1a70cad8c2ca814a78a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "40a4e295f644e48629ab9973cb34233cbe2f4811601d1a70cad8c2ca814a78a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40a4e295f644e48629ab9973cb34233cbe2f4811601d1a70cad8c2ca814a78a5", kill_on_drop: false }` [INFO] [stdout] 40a4e295f644e48629ab9973cb34233cbe2f4811601d1a70cad8c2ca814a78a5 [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=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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a25e454618daf8e19d5db67e4a7a7098890889f812d894d08157fc7aeec0bf63 [INFO] running `Command { std: "docker" "start" "-a" "a25e454618daf8e19d5db67e4a7a7098890889f812d894d08157fc7aeec0bf63", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.34 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling regex v0.2.5 [INFO] [stderr] Compiling migrate-log v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/input/monolog.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | / ... lazy_static! { [INFO] [stdout] 63 | | ... /// The regex used to find and capture a Log line. [INFO] [stdout] 64 | | ... static ref LOG_REGEX: Regex = Regex::new(r"^\[(?P\d{4}-\d{2}-\d{2} \d{1,2}:\d{1,2}:\d{1,2})\] (?P.+)\.(?P src/input/mod.rs:52:51 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn get_input_module(module_name: &str) -> Box { [INFO] [stdout] | ^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 52 - pub fn get_input_module(module_name: &str) -> Box { [INFO] [stdout] 52 + pub fn get_input_module(module_name: &str) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/output/mod.rs:48:52 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn get_output_module(module_name: &str) -> Box { [INFO] [stdout] | ^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 48 - pub fn get_output_module(module_name: &str) -> Box { [INFO] [stdout] 48 + pub fn get_output_module(module_name: &str) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:39:27 [INFO] [stdout] | [INFO] [stdout] 39 | let input_module: Box = input::get_input_module(&input_module_name[..]); [INFO] [stdout] | ^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 39 - let input_module: Box = input::get_input_module(&input_module_name[..]); [INFO] [stdout] 39 + let input_module: Box = input::get_input_module(&input_module_name[..]); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:47:28 [INFO] [stdout] | [INFO] [stdout] 47 | let output_module: Box = output::get_output_module(&output_module_name[..]); [INFO] [stdout] | ^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 47 - let output_module: Box = output::get_output_module(&output_module_name[..]); [INFO] [stdout] 47 + let output_module: Box = output::get_output_module(&output_module_name[..]); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.61s [INFO] running `Command { std: "docker" "inspect" "a25e454618daf8e19d5db67e4a7a7098890889f812d894d08157fc7aeec0bf63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a25e454618daf8e19d5db67e4a7a7098890889f812d894d08157fc7aeec0bf63", kill_on_drop: false }` [INFO] [stdout] a25e454618daf8e19d5db67e4a7a7098890889f812d894d08157fc7aeec0bf63 [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=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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e24694945fdc5fea4a8a069c599ad86945ff166d2cd27bd84c343a07f96bd547 [INFO] running `Command { std: "docker" "start" "-a" "e24694945fdc5fea4a8a069c599ad86945ff166d2cd27bd84c343a07f96bd547", kill_on_drop: false }` [INFO] [stderr] Compiling migrate-log v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/input/monolog.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | / ... lazy_static! { [INFO] [stdout] 63 | | ... /// The regex used to find and capture a Log line. [INFO] [stdout] 64 | | ... static ref LOG_REGEX: Regex = Regex::new(r"^\[(?P\d{4}-\d{2}-\d{2} \d{1,2}:\d{1,2}:\d{1,2})\] (?P.+)\.(?P src/input/mod.rs:52:51 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn get_input_module(module_name: &str) -> Box { [INFO] [stdout] | ^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 52 - pub fn get_input_module(module_name: &str) -> Box { [INFO] [stdout] 52 + pub fn get_input_module(module_name: &str) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/output/mod.rs:48:52 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn get_output_module(module_name: &str) -> Box { [INFO] [stdout] | ^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 48 - pub fn get_output_module(module_name: &str) -> Box { [INFO] [stdout] 48 + pub fn get_output_module(module_name: &str) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:39:27 [INFO] [stdout] | [INFO] [stdout] 39 | let input_module: Box = input::get_input_module(&input_module_name[..]); [INFO] [stdout] | ^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 39 - let input_module: Box = input::get_input_module(&input_module_name[..]); [INFO] [stdout] 39 + let input_module: Box = input::get_input_module(&input_module_name[..]); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:47:28 [INFO] [stdout] | [INFO] [stdout] 47 | let output_module: Box = output::get_output_module(&output_module_name[..]); [INFO] [stdout] | ^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 47 - let output_module: Box = output::get_output_module(&output_module_name[..]); [INFO] [stdout] 47 + let output_module: Box = output::get_output_module(&output_module_name[..]); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.52s [INFO] running `Command { std: "docker" "inspect" "e24694945fdc5fea4a8a069c599ad86945ff166d2cd27bd84c343a07f96bd547", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e24694945fdc5fea4a8a069c599ad86945ff166d2cd27bd84c343a07f96bd547", kill_on_drop: false }` [INFO] [stdout] e24694945fdc5fea4a8a069c599ad86945ff166d2cd27bd84c343a07f96bd547 [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=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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2824fc31280b2cb1e5c36b3f8ef21ea30fbc1766dd760515f4dea2f2a2235ee6 [INFO] running `Command { std: "docker" "start" "-a" "2824fc31280b2cb1e5c36b3f8ef21ea30fbc1766dd760515f4dea2f2a2235ee6", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/input/monolog.rs:62:13 [INFO] [stderr] | [INFO] [stderr] 62 | / ... lazy_static! { [INFO] [stderr] 63 | | ... /// The regex used to find and capture a Log line. [INFO] [stderr] 64 | | ... static ref LOG_REGEX: Regex = Regex::new(r"^\[(?P\d{4}-\d{2}-\d{2} \d{1,2}:\d{1,2}:\d{1,2})\] (?P.+)\.(?P src/input/mod.rs:52:51 [INFO] [stderr] | [INFO] [stderr] 52 | pub fn get_input_module(module_name: &str) -> Box { [INFO] [stderr] | ^^^^^^^^^^ [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 52 - pub fn get_input_module(module_name: &str) -> Box { [INFO] [stderr] 52 + pub fn get_input_module(module_name: &str) -> Box { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output/mod.rs:48:52 [INFO] [stderr] | [INFO] [stderr] 48 | pub fn get_output_module(module_name: &str) -> Box { [INFO] [stderr] | ^^^^^^^^^^ [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 48 - pub fn get_output_module(module_name: &str) -> Box { [INFO] [stderr] 48 + pub fn get_output_module(module_name: &str) -> Box { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:39:27 [INFO] [stderr] | [INFO] [stderr] 39 | let input_module: Box = input::get_input_module(&input_module_name[..]); [INFO] [stderr] | ^^^^^^^^^^ [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 39 - let input_module: Box = input::get_input_module(&input_module_name[..]); [INFO] [stderr] 39 + let input_module: Box = input::get_input_module(&input_module_name[..]); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:47:28 [INFO] [stderr] | [INFO] [stderr] 47 | let output_module: Box = output::get_output_module(&output_module_name[..]); [INFO] [stderr] | ^^^^^^^^^^ [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 47 - let output_module: Box = output::get_output_module(&output_module_name[..]); [INFO] [stderr] 47 + let output_module: Box = output::get_output_module(&output_module_name[..]); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `migrate-log` (bin "migrate-log" test) generated 5 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/migrate_log-758a66aacdb59e1d) [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] running `Command { std: "docker" "inspect" "2824fc31280b2cb1e5c36b3f8ef21ea30fbc1766dd760515f4dea2f2a2235ee6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2824fc31280b2cb1e5c36b3f8ef21ea30fbc1766dd760515f4dea2f2a2235ee6", kill_on_drop: false }` [INFO] [stdout] 2824fc31280b2cb1e5c36b3f8ef21ea30fbc1766dd760515f4dea2f2a2235ee6