[INFO] cloning repository https://github.com/anthonybocci/migrate-log [INFO] running `"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"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanthonybocci%2Fmigrate-log'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 612c940011f5a0debde041ea056c883a36916f99 [INFO] checking anthonybocci/migrate-log against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanthonybocci%2Fmigrate-log" "/workspace/builds/worker-7/source"` [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 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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 /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 `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b0e9d8eaea3e85baf0007c006ad3349128136f47ce80653897a8a37a49fc3325 [INFO] running `"docker" "start" "-a" "b0e9d8eaea3e85baf0007c006ad3349128136f47ce80653897a8a37a49fc3325"` [INFO] [stderr] Checking libc v0.2.34 [INFO] [stderr] Checking memchr v2.0.1 [INFO] [stderr] Checking aho-corasick v0.6.4 [INFO] [stderr] Checking regex v0.2.5 [INFO] [stderr] Checking 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] 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 7.38s [INFO] running `"docker" "inspect" "b0e9d8eaea3e85baf0007c006ad3349128136f47ce80653897a8a37a49fc3325"` [INFO] running `"docker" "rm" "-f" "b0e9d8eaea3e85baf0007c006ad3349128136f47ce80653897a8a37a49fc3325"` [INFO] [stdout] b0e9d8eaea3e85baf0007c006ad3349128136f47ce80653897a8a37a49fc3325