[INFO] fetching crate include-bytes-plus 1.1.0...
[INFO] checking include-bytes-plus-1.1.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate include-bytes-plus 1.1.0 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate include-bytes-plus 1.1.0 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate include-bytes-plus 1.1.0
[INFO] finished tweaking crates.io crate include-bytes-plus 1.1.0
[INFO] tweaked toml for crates.io crate include-bytes-plus 1.1.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4234b0b7339d9a23c41a1e0022f548c122508227ef268d499001e45e30fbbe1e
[INFO] running `Command { std: "docker" "start" "-a" "4234b0b7339d9a23c41a1e0022f548c122508227ef268d499001e45e30fbbe1e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4234b0b7339d9a23c41a1e0022f548c122508227ef268d499001e45e30fbbe1e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4234b0b7339d9a23c41a1e0022f548c122508227ef268d499001e45e30fbbe1e", kill_on_drop: false }`
[INFO] [stdout] 4234b0b7339d9a23c41a1e0022f548c122508227ef268d499001e45e30fbbe1e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e134019cd73dd925add73c60a7d6ec918343acd1b3052da1730269b18f076f26
[INFO] running `Command { std: "docker" "start" "-a" "e134019cd73dd925add73c60a7d6ec918343acd1b3052da1730269b18f076f26", kill_on_drop: false }`
[INFO] [stderr]    Compiling include-bytes-plus v1.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]  --> tests/include.rs:8:20
[INFO] [stdout]   |
[INFO] [stdout] 8 |     let included = include_bytes!("tests/include.in");
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/include.rs:16:20
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let included = include_bytes!("tests/include.in" as u8le);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/include.rs:26:20
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let included = include_bytes!("tests/include.in" as u8be);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/include.rs:36:20
[INFO] [stdout]    |
[INFO] [stdout] 36 |     let included = include_bytes!("tests/include.in" as [u8; 48]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/include.rs:47:20
[INFO] [stdout]    |
[INFO] [stdout] 47 |     let included = include_bytes!("tests/include.in" as [u8le; 48]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/include.rs:57:20
[INFO] [stdout]    |
[INFO] [stdout] 57 |     let included = include_bytes!("tests/include.in" as [u8be; 48]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/include.rs:67:20
[INFO] [stdout]    |
[INFO] [stdout] 67 |     let included = include_bytes!("tests/include.in" as [u8; 8]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/include.rs:78:20
[INFO] [stdout]    |
[INFO] [stdout] 78 |     let included = include_bytes!("tests/include.in" as [u8le; 8]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/include.rs:88:20
[INFO] [stdout]    |
[INFO] [stdout] 88 |     let included = include_bytes!("tests/include.in" as [u8be; 8]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/include.rs:98:20
[INFO] [stdout]    |
[INFO] [stdout] 98 |     let included = include_bytes!("tests/include.in" as u16);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:109:20
[INFO] [stdout]     |
[INFO] [stdout] 109 |     let included = include_bytes!("tests/include.in" as u16le);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:119:20
[INFO] [stdout]     |
[INFO] [stdout] 119 |     let included = include_bytes!("tests/include.in" as u16be);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:133:20
[INFO] [stdout]     |
[INFO] [stdout] 133 |     let included = include_bytes!("tests/include.in" as [u16; 24]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:144:20
[INFO] [stdout]     |
[INFO] [stdout] 144 |     let included = include_bytes!("tests/include.in" as [u16le; 24]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:154:20
[INFO] [stdout]     |
[INFO] [stdout] 154 |     let included = include_bytes!("tests/include.in" as [u16be; 24]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:170:20
[INFO] [stdout]     |
[INFO] [stdout] 170 |     let included = include_bytes!("tests/include.in" as [u16; 12]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:181:20
[INFO] [stdout]     |
[INFO] [stdout] 181 |     let included = include_bytes!("tests/include.in" as [u16le; 12]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:191:20
[INFO] [stdout]     |
[INFO] [stdout] 191 |     let included = include_bytes!("tests/include.in" as [u16be; 12]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:207:20
[INFO] [stdout]     |
[INFO] [stdout] 207 |     let included = include_bytes!("tests/include.in" as u32);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:218:20
[INFO] [stdout]     |
[INFO] [stdout] 218 |     let included = include_bytes!("tests/include.in" as u32le);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:228:20
[INFO] [stdout]     |
[INFO] [stdout] 228 |     let included = include_bytes!("tests/include.in" as u32be);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:242:20
[INFO] [stdout]     |
[INFO] [stdout] 242 |     let included = include_bytes!("tests/include.in" as [u32; 12]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:253:20
[INFO] [stdout]     |
[INFO] [stdout] 253 |     let included = include_bytes!("tests/include.in" as [u32le; 12]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:263:20
[INFO] [stdout]     |
[INFO] [stdout] 263 |     let included = include_bytes!("tests/include.in" as [u32be; 12]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:279:20
[INFO] [stdout]     |
[INFO] [stdout] 279 |     let included = include_bytes!("tests/include.in" as [u32; 6]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:290:20
[INFO] [stdout]     |
[INFO] [stdout] 290 |     let included = include_bytes!("tests/include.in" as [u32le; 6]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:300:20
[INFO] [stdout]     |
[INFO] [stdout] 300 |     let included = include_bytes!("tests/include.in" as [u32be; 6]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:316:20
[INFO] [stdout]     |
[INFO] [stdout] 316 |     let included = include_bytes!("tests/include.in" as u64);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:327:20
[INFO] [stdout]     |
[INFO] [stdout] 327 |     let included = include_bytes!("tests/include.in" as u64le);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:337:20
[INFO] [stdout]     |
[INFO] [stdout] 337 |     let included = include_bytes!("tests/include.in" as u64be);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:351:20
[INFO] [stdout]     |
[INFO] [stdout] 351 |     let included = include_bytes!("tests/include.in" as [u64; 6]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:362:20
[INFO] [stdout]     |
[INFO] [stdout] 362 |     let included = include_bytes!("tests/include.in" as [u64le; 6]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:372:20
[INFO] [stdout]     |
[INFO] [stdout] 372 |     let included = include_bytes!("tests/include.in" as [u64be; 6]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:388:20
[INFO] [stdout]     |
[INFO] [stdout] 388 |     let included = include_bytes!("tests/include.in" as [u64; 3]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:399:20
[INFO] [stdout]     |
[INFO] [stdout] 399 |     let included = include_bytes!("tests/include.in" as [u64le; 3]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:409:20
[INFO] [stdout]     |
[INFO] [stdout] 409 |     let included = include_bytes!("tests/include.in" as [u64be; 3]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:425:20
[INFO] [stdout]     |
[INFO] [stdout] 425 |     let included = include_bytes!("tests/include.in" as u128);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:436:20
[INFO] [stdout]     |
[INFO] [stdout] 436 |     let included = include_bytes!("tests/include.in" as u128le);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:446:20
[INFO] [stdout]     |
[INFO] [stdout] 446 |     let included = include_bytes!("tests/include.in" as u128be);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:460:20
[INFO] [stdout]     |
[INFO] [stdout] 460 |     let included = include_bytes!("tests/include.in" as [u128; 3]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:471:20
[INFO] [stdout]     |
[INFO] [stdout] 471 |     let included = include_bytes!("tests/include.in" as [u128le; 3]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:481:20
[INFO] [stdout]     |
[INFO] [stdout] 481 |     let included = include_bytes!("tests/include.in" as [u128be; 3]);
[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 42 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `include-bytes-plus` (test "include") due to 43 previous errors
[INFO] running `Command { std: "docker" "inspect" "e134019cd73dd925add73c60a7d6ec918343acd1b3052da1730269b18f076f26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e134019cd73dd925add73c60a7d6ec918343acd1b3052da1730269b18f076f26", kill_on_drop: false }`
[INFO] [stdout] e134019cd73dd925add73c60a7d6ec918343acd1b3052da1730269b18f076f26
[INFO] checking include-bytes-plus-1.1.0 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate include-bytes-plus 1.1.0 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate include-bytes-plus 1.1.0 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate include-bytes-plus 1.1.0
[INFO] finished tweaking crates.io crate include-bytes-plus 1.1.0
[INFO] tweaked toml for crates.io crate include-bytes-plus 1.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 129b8a03840ff5ac988588e86dedf222693cb6781507a30174b0f8a6f0690feb
[INFO] running `Command { std: "docker" "start" "-a" "129b8a03840ff5ac988588e86dedf222693cb6781507a30174b0f8a6f0690feb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "129b8a03840ff5ac988588e86dedf222693cb6781507a30174b0f8a6f0690feb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "129b8a03840ff5ac988588e86dedf222693cb6781507a30174b0f8a6f0690feb", kill_on_drop: false }`
[INFO] [stdout] 129b8a03840ff5ac988588e86dedf222693cb6781507a30174b0f8a6f0690feb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a4b7df92fb1d19b92f1ed64ebc689b57bc14ec053957c4635f9c155781e62ce3
[INFO] running `Command { std: "docker" "start" "-a" "a4b7df92fb1d19b92f1ed64ebc689b57bc14ec053957c4635f9c155781e62ce3", kill_on_drop: false }`
[INFO] [stderr]    Compiling include-bytes-plus v1.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]  --> tests/include.rs:8:20
[INFO] [stdout]   |
[INFO] [stdout] 8 |     let included = include_bytes!("tests/include.in");
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/include.rs:16:20
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let included = include_bytes!("tests/include.in" as u8le);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/include.rs:26:20
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let included = include_bytes!("tests/include.in" as u8be);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/include.rs:36:20
[INFO] [stdout]    |
[INFO] [stdout] 36 |     let included = include_bytes!("tests/include.in" as [u8; 48]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/include.rs:47:20
[INFO] [stdout]    |
[INFO] [stdout] 47 |     let included = include_bytes!("tests/include.in" as [u8le; 48]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/include.rs:57:20
[INFO] [stdout]    |
[INFO] [stdout] 57 |     let included = include_bytes!("tests/include.in" as [u8be; 48]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/include.rs:67:20
[INFO] [stdout]    |
[INFO] [stdout] 67 |     let included = include_bytes!("tests/include.in" as [u8; 8]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/include.rs:78:20
[INFO] [stdout]    |
[INFO] [stdout] 78 |     let included = include_bytes!("tests/include.in" as [u8le; 8]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/include.rs:88:20
[INFO] [stdout]    |
[INFO] [stdout] 88 |     let included = include_bytes!("tests/include.in" as [u8be; 8]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/include.rs:98:20
[INFO] [stdout]    |
[INFO] [stdout] 98 |     let included = include_bytes!("tests/include.in" as u16);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:109:20
[INFO] [stdout]     |
[INFO] [stdout] 109 |     let included = include_bytes!("tests/include.in" as u16le);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:119:20
[INFO] [stdout]     |
[INFO] [stdout] 119 |     let included = include_bytes!("tests/include.in" as u16be);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:133:20
[INFO] [stdout]     |
[INFO] [stdout] 133 |     let included = include_bytes!("tests/include.in" as [u16; 24]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:144:20
[INFO] [stdout]     |
[INFO] [stdout] 144 |     let included = include_bytes!("tests/include.in" as [u16le; 24]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:154:20
[INFO] [stdout]     |
[INFO] [stdout] 154 |     let included = include_bytes!("tests/include.in" as [u16be; 24]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:170:20
[INFO] [stdout]     |
[INFO] [stdout] 170 |     let included = include_bytes!("tests/include.in" as [u16; 12]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:181:20
[INFO] [stdout]     |
[INFO] [stdout] 181 |     let included = include_bytes!("tests/include.in" as [u16le; 12]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:191:20
[INFO] [stdout]     |
[INFO] [stdout] 191 |     let included = include_bytes!("tests/include.in" as [u16be; 12]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:207:20
[INFO] [stdout]     |
[INFO] [stdout] 207 |     let included = include_bytes!("tests/include.in" as u32);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:218:20
[INFO] [stdout]     |
[INFO] [stdout] 218 |     let included = include_bytes!("tests/include.in" as u32le);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:228:20
[INFO] [stdout]     |
[INFO] [stdout] 228 |     let included = include_bytes!("tests/include.in" as u32be);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:242:20
[INFO] [stdout]     |
[INFO] [stdout] 242 |     let included = include_bytes!("tests/include.in" as [u32; 12]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:253:20
[INFO] [stdout]     |
[INFO] [stdout] 253 |     let included = include_bytes!("tests/include.in" as [u32le; 12]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:263:20
[INFO] [stdout]     |
[INFO] [stdout] 263 |     let included = include_bytes!("tests/include.in" as [u32be; 12]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:279:20
[INFO] [stdout]     |
[INFO] [stdout] 279 |     let included = include_bytes!("tests/include.in" as [u32; 6]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:290:20
[INFO] [stdout]     |
[INFO] [stdout] 290 |     let included = include_bytes!("tests/include.in" as [u32le; 6]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:300:20
[INFO] [stdout]     |
[INFO] [stdout] 300 |     let included = include_bytes!("tests/include.in" as [u32be; 6]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:316:20
[INFO] [stdout]     |
[INFO] [stdout] 316 |     let included = include_bytes!("tests/include.in" as u64);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:327:20
[INFO] [stdout]     |
[INFO] [stdout] 327 |     let included = include_bytes!("tests/include.in" as u64le);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:337:20
[INFO] [stdout]     |
[INFO] [stdout] 337 |     let included = include_bytes!("tests/include.in" as u64be);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:351:20
[INFO] [stdout]     |
[INFO] [stdout] 351 |     let included = include_bytes!("tests/include.in" as [u64; 6]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:362:20
[INFO] [stdout]     |
[INFO] [stdout] 362 |     let included = include_bytes!("tests/include.in" as [u64le; 6]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:372:20
[INFO] [stdout]     |
[INFO] [stdout] 372 |     let included = include_bytes!("tests/include.in" as [u64be; 6]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:388:20
[INFO] [stdout]     |
[INFO] [stdout] 388 |     let included = include_bytes!("tests/include.in" as [u64; 3]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:399:20
[INFO] [stdout]     |
[INFO] [stdout] 399 |     let included = include_bytes!("tests/include.in" as [u64le; 3]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:409:20
[INFO] [stdout]     |
[INFO] [stdout] 409 |     let included = include_bytes!("tests/include.in" as [u64be; 3]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:425:20
[INFO] [stdout]     |
[INFO] [stdout] 425 |     let included = include_bytes!("tests/include.in" as u128);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:436:20
[INFO] [stdout]     |
[INFO] [stdout] 436 |     let included = include_bytes!("tests/include.in" as u128le);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:446:20
[INFO] [stdout]     |
[INFO] [stdout] 446 |     let included = include_bytes!("tests/include.in" as u128be);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:460:20
[INFO] [stdout]     |
[INFO] [stdout] 460 |     let included = include_bytes!("tests/include.in" as [u128; 3]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:471:20
[INFO] [stdout]     |
[INFO] [stdout] 471 |     let included = include_bytes!("tests/include.in" as [u128le; 3]);
[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: tests/include.in: Cannot open file: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/include.rs:481:20
[INFO] [stdout]     |
[INFO] [stdout] 481 |     let included = include_bytes!("tests/include.in" as [u128be; 3]);
[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 42 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `include-bytes-plus` (test "include") due to 43 previous errors
[INFO] running `Command { std: "docker" "inspect" "a4b7df92fb1d19b92f1ed64ebc689b57bc14ec053957c4635f9c155781e62ce3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a4b7df92fb1d19b92f1ed64ebc689b57bc14ec053957c4635f9c155781e62ce3", kill_on_drop: false }`
[INFO] [stdout] a4b7df92fb1d19b92f1ed64ebc689b57bc14ec053957c4635f9c155781e62ce3
