[INFO] fetching crate include-bytes-plus 1.1.0...
[INFO] checking include-bytes-plus-1.1.0 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate include-bytes-plus 1.1.0 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate include-bytes-plus 1.1.0 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "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-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "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" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1d535177afe85be9a9ad1a31af62c63049ad2b6c2af3d85a1cb9be299820407e
[INFO] running `Command { std: "docker" "start" "-a" "1d535177afe85be9a9ad1a31af62c63049ad2b6c2af3d85a1cb9be299820407e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d535177afe85be9a9ad1a31af62c63049ad2b6c2af3d85a1cb9be299820407e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d535177afe85be9a9ad1a31af62c63049ad2b6c2af3d85a1cb9be299820407e", kill_on_drop: false }`
[INFO] [stdout] 1d535177afe85be9a9ad1a31af62c63049ad2b6c2af3d85a1cb9be299820407e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 69a9eb74a674481917fc372d4726810a52f5b8eda341019fb12189569a14975f
[INFO] running `Command { std: "docker" "start" "-a" "69a9eb74a674481917fc372d4726810a52f5b8eda341019fb12189569a14975f", 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" "69a9eb74a674481917fc372d4726810a52f5b8eda341019fb12189569a14975f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "69a9eb74a674481917fc372d4726810a52f5b8eda341019fb12189569a14975f", kill_on_drop: false }`
[INFO] [stdout] 69a9eb74a674481917fc372d4726810a52f5b8eda341019fb12189569a14975f
