[INFO] fetching crate binhex4 0.1.2...
[INFO] checking binhex4-0.1.2 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate binhex4 0.1.2 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate binhex4 0.1.2 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate binhex4 0.1.2
[INFO] finished tweaking crates.io crate binhex4 0.1.2
[INFO] tweaked toml for crates.io crate binhex4 0.1.2 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] crate crates.io crate binhex4 0.1.2 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" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0bc2bd09c12bdcd02aa6f8bd0ca8a76b1997874ab8aa5df7137a737d69322466
[INFO] running `Command { std: "docker" "start" "-a" "0bc2bd09c12bdcd02aa6f8bd0ca8a76b1997874ab8aa5df7137a737d69322466", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0bc2bd09c12bdcd02aa6f8bd0ca8a76b1997874ab8aa5df7137a737d69322466", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0bc2bd09c12bdcd02aa6f8bd0ca8a76b1997874ab8aa5df7137a737d69322466", kill_on_drop: false }`
[INFO] [stdout] 0bc2bd09c12bdcd02aa6f8bd0ca8a76b1997874ab8aa5df7137a737d69322466
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2b53f7a90f47d1ddb8a416842a2051defc1d6747575670f6f1ff724778e89645
[INFO] running `Command { std: "docker" "start" "-a" "2b53f7a90f47d1ddb8a416842a2051defc1d6747575670f6f1ff724778e89645", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking nom v7.1.1
[INFO] [stderr]     Checking binhex4 v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: value assigned to `bytes` is never read
[INFO] [stdout]   --> src/lib.rs:99:17
[INFO] [stdout]    |
[INFO] [stdout] 99 |                 bytes = &bytes[2..];
[INFO] [stdout]    |                 ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `bytes` is never read
[INFO] [stdout]   --> src/lib.rs:99:17
[INFO] [stdout]    |
[INFO] [stdout] 99 |                 bytes = &bytes[2..];
[INFO] [stdout]    |                 ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read examples/../test/hex/earth.hqx: No such file or directory (os error 2)
[INFO] [stdout]  --> examples/decode.rs:7:21
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let file_data = include_bytes!(concat!("../test/hex/earth.hqx"));
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read examples/../test/bin/orange.txt: No such file or directory (os error 2)
[INFO] [stdout]  --> examples/encode.rs:7:21
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let file_data = include_bytes!(concat!("../test/bin/orange.txt"));
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `binhex4` (example "decode") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `binhex4` (example "encode") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "2b53f7a90f47d1ddb8a416842a2051defc1d6747575670f6f1ff724778e89645", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b53f7a90f47d1ddb8a416842a2051defc1d6747575670f6f1ff724778e89645", kill_on_drop: false }`
[INFO] [stdout] 2b53f7a90f47d1ddb8a416842a2051defc1d6747575670f6f1ff724778e89645
[INFO] checking binhex4-0.1.2 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate binhex4 0.1.2 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate binhex4 0.1.2 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate binhex4 0.1.2
[INFO] finished tweaking crates.io crate binhex4 0.1.2
[INFO] tweaked toml for crates.io crate binhex4 0.1.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] crate crates.io crate binhex4 0.1.2 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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 80da10f0c744f0a6693f515bd8c6853315ff251a6dd9d062f43ea2037aab9eac
[INFO] running `Command { std: "docker" "start" "-a" "80da10f0c744f0a6693f515bd8c6853315ff251a6dd9d062f43ea2037aab9eac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "80da10f0c744f0a6693f515bd8c6853315ff251a6dd9d062f43ea2037aab9eac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "80da10f0c744f0a6693f515bd8c6853315ff251a6dd9d062f43ea2037aab9eac", kill_on_drop: false }`
[INFO] [stdout] 80da10f0c744f0a6693f515bd8c6853315ff251a6dd9d062f43ea2037aab9eac
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 471efaa517e7c00bded8af078343540d1d96dbf9c6b108044427587fa24b7c56
[INFO] running `Command { std: "docker" "start" "-a" "471efaa517e7c00bded8af078343540d1d96dbf9c6b108044427587fa24b7c56", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking nom v7.1.1
[INFO] [stderr]     Checking binhex4 v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: value assigned to `bytes` is never read
[INFO] [stdout]   --> src/lib.rs:99:17
[INFO] [stdout]    |
[INFO] [stdout] 99 |                 bytes = &bytes[2..];
[INFO] [stdout]    |                 ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `bytes` is never read
[INFO] [stdout]   --> src/lib.rs:99:17
[INFO] [stdout]    |
[INFO] [stdout] 99 |                 bytes = &bytes[2..];
[INFO] [stdout]    |                 ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read examples/../test/hex/earth.hqx: No such file or directory (os error 2)
[INFO] [stdout]  --> examples/decode.rs:7:21
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let file_data = include_bytes!(concat!("../test/hex/earth.hqx"));
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `binhex4` (example "decode") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: couldn't read examples/../test/bin/orange.txt: No such file or directory (os error 2)
[INFO] [stdout]  --> examples/encode.rs:7:21
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let file_data = include_bytes!(concat!("../test/bin/orange.txt"));
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `binhex4` (example "encode") due to 2 previous errors
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "471efaa517e7c00bded8af078343540d1d96dbf9c6b108044427587fa24b7c56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "471efaa517e7c00bded8af078343540d1d96dbf9c6b108044427587fa24b7c56", kill_on_drop: false }`
[INFO] [stdout] 471efaa517e7c00bded8af078343540d1d96dbf9c6b108044427587fa24b7c56
