[INFO] updating cached repository https://github.com/anthonybocci/migrate-log [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 612c940011f5a0debde041ea056c883a36916f99 [INFO] testing anthonybocci/migrate-log against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanthonybocci%2Fmigrate-log" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/anthonybocci/migrate-log on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [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 work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/anthonybocci/migrate-log already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 2614c61e1543c95b9b5bf8006cd798995148cad7d88e52d3ccff897e7dccf48e [INFO] running `"docker" "start" "-a" "2614c61e1543c95b9b5bf8006cd798995148cad7d88e52d3ccff897e7dccf48e"` [INFO] [stderr] Compiling regex v0.2.5 [INFO] [stderr] Compiling migrate-log v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/input/mod.rs:52:51 [INFO] [stderr] | [INFO] [stderr] 52 | pub fn get_input_module(module_name: &str) -> Box { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Importable` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [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] | ^^^^^^^^^^ help: use `dyn`: `dyn Exportable` [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] | ^^^^^^^^^^ help: use `dyn`: `dyn Importable` [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] | ^^^^^^^^^^ help: use `dyn`: `dyn Exportable` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '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[A-Z]+): (?P.+) (?P\[\]|\{.+\}) (?P\[\]|\{.+\})").unwrap(); [INFO] [stderr] 65 | | } [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.14s [INFO] running `"docker" "inspect" "2614c61e1543c95b9b5bf8006cd798995148cad7d88e52d3ccff897e7dccf48e"` [INFO] running `"docker" "rm" "-f" "2614c61e1543c95b9b5bf8006cd798995148cad7d88e52d3ccff897e7dccf48e"` [INFO] [stdout] 2614c61e1543c95b9b5bf8006cd798995148cad7d88e52d3ccff897e7dccf48e [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 66205525cdcc15fb7b7db2372751d93c5654fe7cfdd1d9b3cd95e6376820e79a [INFO] running `"docker" "start" "-a" "66205525cdcc15fb7b7db2372751d93c5654fe7cfdd1d9b3cd95e6376820e79a"` [INFO] [stderr] Compiling migrate-log v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/input/mod.rs:52:51 [INFO] [stderr] | [INFO] [stderr] 52 | pub fn get_input_module(module_name: &str) -> Box { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Importable` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [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] | ^^^^^^^^^^ help: use `dyn`: `dyn Exportable` [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] | ^^^^^^^^^^ help: use `dyn`: `dyn Importable` [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] | ^^^^^^^^^^ help: use `dyn`: `dyn Exportable` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '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[A-Z]+): (?P.+) (?P\[\]|\{.+\}) (?P\[\]|\{.+\})").unwrap(); [INFO] [stderr] 65 | | } [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.60s [INFO] running `"docker" "inspect" "66205525cdcc15fb7b7db2372751d93c5654fe7cfdd1d9b3cd95e6376820e79a"` [INFO] running `"docker" "rm" "-f" "66205525cdcc15fb7b7db2372751d93c5654fe7cfdd1d9b3cd95e6376820e79a"` [INFO] [stdout] 66205525cdcc15fb7b7db2372751d93c5654fe7cfdd1d9b3cd95e6376820e79a [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 612062bc308249765347e69179db8d86481f263dc81eb8adb0a59bb2a0960c50 [INFO] running `"docker" "start" "-a" "612062bc308249765347e69179db8d86481f263dc81eb8adb0a59bb2a0960c50"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/migrate_log-d191ca9814eff922 [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "612062bc308249765347e69179db8d86481f263dc81eb8adb0a59bb2a0960c50"` [INFO] running `"docker" "rm" "-f" "612062bc308249765347e69179db8d86481f263dc81eb8adb0a59bb2a0960c50"` [INFO] [stdout] 612062bc308249765347e69179db8d86481f263dc81eb8adb0a59bb2a0960c50