[INFO] fetching crate bitcoind-log-parser 0.1.3...
[INFO] checking bitcoind-log-parser-0.1.3 against master#b3bd7058c139e71bae0862ef8f8ac936208873e9 for pr-123752
[INFO] extracting crate bitcoind-log-parser 0.1.3 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate bitcoind-log-parser 0.1.3 on toolchain b3bd7058c139e71bae0862ef8f8ac936208873e9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bitcoind-log-parser 0.1.3
[INFO] finished tweaking crates.io crate bitcoind-log-parser 0.1.3
[INFO] tweaked toml for crates.io crate bitcoind-log-parser 0.1.3 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] crate crates.io crate bitcoind-log-parser 0.1.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded logwatcher v0.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1d30bd75f6ea0e18a9ee06d8247602876b5f2a032a9be07e8322063f6733dd91
[INFO] running `Command { std: "docker" "start" "-a" "1d30bd75f6ea0e18a9ee06d8247602876b5f2a032a9be07e8322063f6733dd91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d30bd75f6ea0e18a9ee06d8247602876b5f2a032a9be07e8322063f6733dd91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d30bd75f6ea0e18a9ee06d8247602876b5f2a032a9be07e8322063f6733dd91", kill_on_drop: false }`
[INFO] [stdout] 1d30bd75f6ea0e18a9ee06d8247602876b5f2a032a9be07e8322063f6733dd91
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0626c71b3c14a52e270fd7f595e4fb318a47eb97da7974b8be5bf4c6d9d76a16
[INFO] running `Command { std: "docker" "start" "-a" "0626c71b3c14a52e270fd7f595e4fb318a47eb97da7974b8be5bf4c6d9d76a16", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking logwatcher v0.1.1
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking bitcoind-log-parser v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `hash` is never read
[INFO] [stdout]  --> src/log_line/log_message/new_pow_valid_block_message.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct NewPoWValidBlockMessage {
[INFO] [stdout]   |            ----------------------- field in this struct
[INFO] [stdout] 8 |     hash: String,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `NewPoWValidBlockMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `examples/bitcoind-log.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> examples/example.rs:9:30
[INFO] [stdout]   |
[INFO] [stdout] 9 |     let file_content: &str = include_str!("bitcoind-log.txt");
[INFO] [stdout]   |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `bitcoind_log_parser` is imported redundantly
[INFO] [stdout]  --> examples/example.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bitcoind_log_parser;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^ the item `bitcoind_log_parser` is already defined by prelude
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bitcoind-log-parser` (example "example") due to 2 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "0626c71b3c14a52e270fd7f595e4fb318a47eb97da7974b8be5bf4c6d9d76a16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0626c71b3c14a52e270fd7f595e4fb318a47eb97da7974b8be5bf4c6d9d76a16", kill_on_drop: false }`
[INFO] [stdout] 0626c71b3c14a52e270fd7f595e4fb318a47eb97da7974b8be5bf4c6d9d76a16
[INFO] checking bitcoind-log-parser-0.1.3 against try#57fe1b734d9ff1c8a92bda60b85506b9648158d3 for pr-123752
[INFO] extracting crate bitcoind-log-parser 0.1.3 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate bitcoind-log-parser 0.1.3 on toolchain 57fe1b734d9ff1c8a92bda60b85506b9648158d3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bitcoind-log-parser 0.1.3
[INFO] finished tweaking crates.io crate bitcoind-log-parser 0.1.3
[INFO] tweaked toml for crates.io crate bitcoind-log-parser 0.1.3 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] crate crates.io crate bitcoind-log-parser 0.1.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9be53e17fbbeea64b646180e0fee8f050f7f3ec33fb1e1b1214e47a65e322465
[INFO] running `Command { std: "docker" "start" "-a" "9be53e17fbbeea64b646180e0fee8f050f7f3ec33fb1e1b1214e47a65e322465", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9be53e17fbbeea64b646180e0fee8f050f7f3ec33fb1e1b1214e47a65e322465", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9be53e17fbbeea64b646180e0fee8f050f7f3ec33fb1e1b1214e47a65e322465", kill_on_drop: false }`
[INFO] [stdout] 9be53e17fbbeea64b646180e0fee8f050f7f3ec33fb1e1b1214e47a65e322465
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e5871c767c9e13e02989f41b8c4154dd99afe74de879403296d79e95e210aee3
[INFO] running `Command { std: "docker" "start" "-a" "e5871c767c9e13e02989f41b8c4154dd99afe74de879403296d79e95e210aee3", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]     Checking logwatcher v0.1.1
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking bitcoind-log-parser v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `hash` is never read
[INFO] [stdout]  --> src/log_line/log_message/new_pow_valid_block_message.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct NewPoWValidBlockMessage {
[INFO] [stdout]   |            ----------------------- field in this struct
[INFO] [stdout] 8 |     hash: String,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `NewPoWValidBlockMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `examples/bitcoind-log.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> examples/example.rs:9:30
[INFO] [stdout]   |
[INFO] [stdout] 9 |     let file_content: &str = include_str!("bitcoind-log.txt");
[INFO] [stdout]   |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `bitcoind_log_parser` is imported redundantly
[INFO] [stdout]  --> examples/example.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bitcoind_log_parser;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^ the item `bitcoind_log_parser` is already defined by prelude
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bitcoind-log-parser` (example "example") due to 2 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "e5871c767c9e13e02989f41b8c4154dd99afe74de879403296d79e95e210aee3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5871c767c9e13e02989f41b8c4154dd99afe74de879403296d79e95e210aee3", kill_on_drop: false }`
[INFO] [stdout] e5871c767c9e13e02989f41b8c4154dd99afe74de879403296d79e95e210aee3
