[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] checking anthonybocci/migrate-log against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanthonybocci%2Fmigrate-log" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/anthonybocci/migrate-log on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", 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-9/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" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d060ba4fb0f2f1c198cfaa1f11900fbc46f041af8245582ccd48ccf5cce86057 [INFO] running `Command { std: "docker" "start" "-a" "d060ba4fb0f2f1c198cfaa1f11900fbc46f041af8245582ccd48ccf5cce86057", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d060ba4fb0f2f1c198cfaa1f11900fbc46f041af8245582ccd48ccf5cce86057", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d060ba4fb0f2f1c198cfaa1f11900fbc46f041af8245582ccd48ccf5cce86057", kill_on_drop: false }` [INFO] [stdout] d060ba4fb0f2f1c198cfaa1f11900fbc46f041af8245582ccd48ccf5cce86057 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3e292bc2298f1a6cd91aa31aabb212c1c6adeb02b547f517324c2425c61f329b [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" "3e292bc2298f1a6cd91aa31aabb212c1c6adeb02b547f517324c2425c61f329b", kill_on_drop: false }` [INFO] [stderr] Checking libc v0.2.34 [INFO] [stderr] Checking lazy_static v1.0.0 [INFO] [stderr] Checking regex-syntax v0.4.2 [INFO] [stderr] Checking thread_local v0.3.5 [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] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/input/mod.rs:52:51 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn get_input_module(module_name: &str) -> Box { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Importable` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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] | ^^^^^^^^^^ help: use `dyn`: `dyn Exportable` [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] | ^^^^^^^^^^ help: use `dyn`: `dyn Importable` [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] | ^^^^^^^^^^ help: use `dyn`: `dyn Exportable` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/input/mod.rs:52:51 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn get_input_module(module_name: &str) -> Box { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Importable` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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] | ^^^^^^^^^^ help: use `dyn`: `dyn Exportable` [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] | ^^^^^^^^^^ help: use `dyn`: `dyn Importable` [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] | ^^^^^^^^^^ help: use `dyn`: `dyn Exportable` [INFO] [stdout] [INFO] [stdout] [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/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