[INFO] cloning repository https://github.com/serhii-horobets82/log-parser [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/serhii-horobets82/log-parser" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fserhii-horobets82%2Flog-parser", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fserhii-horobets82%2Flog-parser'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 202820370e69c07f8389c273e9d0bff590d73e09 [INFO] testing serhii-horobets82/log-parser against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fserhii-horobets82%2Flog-parser" "/workspace/builds/worker-60/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-60/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/serhii-horobets82/log-parser 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/serhii-horobets82/log-parser [INFO] finished tweaking git repo https://github.com/serhii-horobets82/log-parser [INFO] tweaked toml for git repo https://github.com/serhii-horobets82/log-parser written to /workspace/builds/worker-60/source/Cargo.toml [INFO] crate git repo https://github.com/serhii-horobets82/log-parser 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] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/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] 9346be39f771efc11186bade9a8f30807200857c3fb35f14ad0ddc84611196e9 [INFO] running `Command { std: "docker" "start" "-a" "9346be39f771efc11186bade9a8f30807200857c3fb35f14ad0ddc84611196e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9346be39f771efc11186bade9a8f30807200857c3fb35f14ad0ddc84611196e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9346be39f771efc11186bade9a8f30807200857c3fb35f14ad0ddc84611196e9", kill_on_drop: false }` [INFO] [stdout] 9346be39f771efc11186bade9a8f30807200857c3fb35f14ad0ddc84611196e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/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] e7012c4e12c6e39eb2bbcc07f67c04f90da6ceec30671ff9ef794dbc05a479ca [INFO] running `Command { std: "docker" "start" "-a" "e7012c4e12c6e39eb2bbcc07f67c04f90da6ceec30671ff9ef794dbc05a479ca", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling log-parser v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.72s [INFO] running `Command { std: "docker" "inspect" "e7012c4e12c6e39eb2bbcc07f67c04f90da6ceec30671ff9ef794dbc05a479ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7012c4e12c6e39eb2bbcc07f67c04f90da6ceec30671ff9ef794dbc05a479ca", kill_on_drop: false }` [INFO] [stdout] e7012c4e12c6e39eb2bbcc07f67c04f90da6ceec30671ff9ef794dbc05a479ca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/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] e1fc0c747809cc0c6f51dd3ed00a247df82488e532513c6a6a068754215288ec [INFO] running `Command { std: "docker" "start" "-a" "e1fc0c747809cc0c6f51dd3ed00a247df82488e532513c6a6a068754215288ec", kill_on_drop: false }` [INFO] [stderr] Compiling log-parser v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.92s [INFO] running `Command { std: "docker" "inspect" "e1fc0c747809cc0c6f51dd3ed00a247df82488e532513c6a6a068754215288ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1fc0c747809cc0c6f51dd3ed00a247df82488e532513c6a6a068754215288ec", kill_on_drop: false }` [INFO] [stdout] e1fc0c747809cc0c6f51dd3ed00a247df82488e532513c6a6a068754215288ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/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] 9a9e65792bd560a70e8ecf3c8f928dafdaf85637a55c9dbe7f09c31715170087 [INFO] running `Command { std: "docker" "start" "-a" "9a9e65792bd560a70e8ecf3c8f928dafdaf85637a55c9dbe7f09c31715170087", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.90s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/log_parser-b2e6e5925b492312) [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" "9a9e65792bd560a70e8ecf3c8f928dafdaf85637a55c9dbe7f09c31715170087", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a9e65792bd560a70e8ecf3c8f928dafdaf85637a55c9dbe7f09c31715170087", kill_on_drop: false }` [INFO] [stdout] 9a9e65792bd560a70e8ecf3c8f928dafdaf85637a55c9dbe7f09c31715170087