[INFO] fetching crate brotli-decompressor 2.5.1...
[INFO] checking brotli-decompressor-2.5.1 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate brotli-decompressor 2.5.1 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate brotli-decompressor 2.5.1 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 brotli-decompressor 2.5.1
[INFO] finished tweaking crates.io crate brotli-decompressor 2.5.1
[INFO] tweaked toml for crates.io crate brotli-decompressor 2.5.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] crate crates.io crate brotli-decompressor 2.5.1 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-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] b5c1271531c72d8452991a297733552aa78f99f213b344ac98ae28f085eee10a
[INFO] running `Command { std: "docker" "start" "-a" "b5c1271531c72d8452991a297733552aa78f99f213b344ac98ae28f085eee10a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b5c1271531c72d8452991a297733552aa78f99f213b344ac98ae28f085eee10a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b5c1271531c72d8452991a297733552aa78f99f213b344ac98ae28f085eee10a", kill_on_drop: false }`
[INFO] [stdout] b5c1271531c72d8452991a297733552aa78f99f213b344ac98ae28f085eee10a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 4b4add3a0f6dad40c45e4640f42b57c610cfabde57692c5cff81d0ec99afb3c4
[INFO] running `Command { std: "docker" "start" "-a" "4b4add3a0f6dad40c45e4640f42b57c610cfabde57692c5cff81d0ec99afb3c4", kill_on_drop: false }`
[INFO] [stderr]     Checking alloc-no-stdlib v2.0.4
[INFO] [stderr]     Checking alloc-stdlib v0.2.2
[INFO] [stderr]     Checking brotli-decompressor v2.5.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read src/bin/../../testdata/64x.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:318:17
[INFO] [stdout]     |
[INFO] [stdout] 318 |   reader_helper(include_bytes!("../../testdata/64x.compressed"),
[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 src/bin/../../testdata/64x: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:319:44
[INFO] [stdout]     |
[INFO] [stdout] 319 | ...                   include_bytes!("../../testdata/64x"), 181)
[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 src/bin/../../testdata/reducetostream.map.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:326:17
[INFO] [stdout]     |
[INFO] [stdout] 326 |   reader_helper(include_bytes!("../../testdata/reducetostream.map.compressed"),
[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 src/bin/../../testdata/reducetostream.map: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:327:44
[INFO] [stdout]     |
[INFO] [stdout] 327 | ...                   include_bytes!("../../testdata/reducetostream.map"), 8192)
[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 src/bin/../../testdata/random_then_unicode.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:333:17
[INFO] [stdout]     |
[INFO] [stdout] 333 |   reader_helper(include_bytes!("../../testdata/random_then_unicode.compressed"),
[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 src/bin/../../testdata/random_then_unicode: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:334:44
[INFO] [stdout]     |
[INFO] [stdout] 334 | ...                   include_bytes!("../../testdata/random_then_unicode"), 121)
[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 src/bin/../../testdata/64x.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:394:17
[INFO] [stdout]     |
[INFO] [stdout] 394 |   writer_helper(include_bytes!("../../testdata/64x.compressed"),
[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 src/bin/../../testdata/64x: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:395:44
[INFO] [stdout]     |
[INFO] [stdout] 395 | ...                   include_bytes!("../../testdata/64x"), 1)
[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 src/bin/../../testdata/mapsdatazrh.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:404:17
[INFO] [stdout]     |
[INFO] [stdout] 404 |   writer_helper(include_bytes!("../../testdata/mapsdatazrh.compressed"),
[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 src/bin/../../testdata/mapsdatazrh: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:405:17
[INFO] [stdout]     |
[INFO] [stdout] 405 |                 include_bytes!("../../testdata/mapsdatazrh"), 512)
[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 src/bin/../../testdata/mapsdatazrh.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:412:27
[INFO] [stdout]     |
[INFO] [stdout] 412 |   writer_early_out_helper(include_bytes!("../../testdata/mapsdatazrh.compressed"),
[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 src/bin/../../testdata/mapsdatazrh: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:413:44
[INFO] [stdout]     |
[INFO] [stdout] 413 | ...                   include_bytes!("../../testdata/mapsdatazrh"), 65536, 65536)
[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 src/bin/../../testdata/64x.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:530:44
[INFO] [stdout]     |
[INFO] [stdout] 530 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/64x.compressed"),
[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 src/bin/../../testdata/64x: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:531:44
[INFO] [stdout]     |
[INFO] [stdout] 531 | ...                   include_bytes!("../../testdata/64x"),
[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 src/bin/../../testdata/random1024.br: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:538:44
[INFO] [stdout]     |
[INFO] [stdout] 538 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/random1024.br"),
[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 src/bin/../../testdata/random1024: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:539:44
[INFO] [stdout]     |
[INFO] [stdout] 539 | ...                   include_bytes!("../../testdata/random1024"),
[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 src/bin/../../testdata/random1024.br: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:545:44
[INFO] [stdout]     |
[INFO] [stdout] 545 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/random1024.br"),
[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 src/bin/../../testdata/random1024: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:546:44
[INFO] [stdout]     |
[INFO] [stdout] 546 | ...                   include_bytes!("../../testdata/random1024"),
[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 src/bin/../../testdata/asyoulik.txt.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:553:44
[INFO] [stdout]     |
[INFO] [stdout] 553 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/asyoulik.txt.compressed"),
[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 src/bin/../../testdata/asyoulik.txt: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:554:44
[INFO] [stdout]     |
[INFO] [stdout] 554 | ...                   include_bytes!("../../testdata/asyoulik.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: couldn't read src/bin/../../testdata/64x: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:563:44
[INFO] [stdout]     |
[INFO] [stdout] 563 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/64x"),
[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 src/bin/../../testdata/64x: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:564:44
[INFO] [stdout]     |
[INFO] [stdout] 564 | ...                   include_bytes!("../../testdata/64x"),
[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 src/bin/../../testdata/alice29.txt.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:568:36
[INFO] [stdout]     |
[INFO] [stdout] 568 | static ALICE29_BR: &'static [u8] = include_bytes!("../../testdata/alice29.txt.compressed");
[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 src/bin/../../testdata/alice29.txt: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:569:33
[INFO] [stdout]     |
[INFO] [stdout] 569 | static ALICE29: &'static [u8] = include_bytes!("../../testdata/alice29.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: couldn't read src/bin/../../testdata/backward65536.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:587:44
[INFO] [stdout]     |
[INFO] [stdout] 587 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/backward65536.compressed"),
[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 src/bin/../../testdata/backward65536: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:588:44
[INFO] [stdout]     |
[INFO] [stdout] 588 | ...                   include_bytes!("../../testdata/backward65536"),
[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 src/bin/../../testdata/compressed_file.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:596:44
[INFO] [stdout]     |
[INFO] [stdout] 596 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/compressed_file.compressed"),
[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 src/bin/../../testdata/compressed_file: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:597:44
[INFO] [stdout]     |
[INFO] [stdout] 597 | ...                   include_bytes!("../../testdata/compressed_file"),
[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 src/bin/../../testdata/compressed_repeated.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:604:44
[INFO] [stdout]     |
[INFO] [stdout] 604 |     assert_decompressed_input_matches_output(include_bytes!("../../testdata/compressed_repeated.\
[INFO] [stdout]     |  ____________________________________________^
[INFO] [stdout] 605 | |                                                            compressed"),
[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 src/bin/../../testdata/compressed_repeated: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:606:44
[INFO] [stdout]     |
[INFO] [stdout] 606 | ...                   include_bytes!("../../testdata/compressed_repeated"),
[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 src/bin/../../testdata/empty.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:613:44
[INFO] [stdout]     |
[INFO] [stdout] 613 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:614:44
[INFO] [stdout]     |
[INFO] [stdout] 614 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.00: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:620:44
[INFO] [stdout]     |
[INFO] [stdout] 620 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.00"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:621:44
[INFO] [stdout]     |
[INFO] [stdout] 621 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.01: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:627:44
[INFO] [stdout]     |
[INFO] [stdout] 627 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.01"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:628:44
[INFO] [stdout]     |
[INFO] [stdout] 628 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.02: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:634:44
[INFO] [stdout]     |
[INFO] [stdout] 634 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.02"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:635:44
[INFO] [stdout]     |
[INFO] [stdout] 635 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.03: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:641:44
[INFO] [stdout]     |
[INFO] [stdout] 641 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.03"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:642:44
[INFO] [stdout]     |
[INFO] [stdout] 642 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.04: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:648:44
[INFO] [stdout]     |
[INFO] [stdout] 648 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.04"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:649:44
[INFO] [stdout]     |
[INFO] [stdout] 649 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.05: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:655:44
[INFO] [stdout]     |
[INFO] [stdout] 655 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.05"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:656:44
[INFO] [stdout]     |
[INFO] [stdout] 656 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.06: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:662:44
[INFO] [stdout]     |
[INFO] [stdout] 662 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.06"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:663:44
[INFO] [stdout]     |
[INFO] [stdout] 663 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.07: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:669:44
[INFO] [stdout]     |
[INFO] [stdout] 669 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.07"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:670:44
[INFO] [stdout]     |
[INFO] [stdout] 670 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.08: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:676:44
[INFO] [stdout]     |
[INFO] [stdout] 676 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.08"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:677:44
[INFO] [stdout]     |
[INFO] [stdout] 677 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.09: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:683:44
[INFO] [stdout]     |
[INFO] [stdout] 683 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.09"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:684:44
[INFO] [stdout]     |
[INFO] [stdout] 684 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.10: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:690:44
[INFO] [stdout]     |
[INFO] [stdout] 690 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.10"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:691:44
[INFO] [stdout]     |
[INFO] [stdout] 691 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.11: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:697:44
[INFO] [stdout]     |
[INFO] [stdout] 697 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.11"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:698:44
[INFO] [stdout]     |
[INFO] [stdout] 698 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.12: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:704:44
[INFO] [stdout]     |
[INFO] [stdout] 704 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.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: couldn't read src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:705:44
[INFO] [stdout]     |
[INFO] [stdout] 705 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.13: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:711:44
[INFO] [stdout]     |
[INFO] [stdout] 711 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.13"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:712:44
[INFO] [stdout]     |
[INFO] [stdout] 712 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.14: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:718:44
[INFO] [stdout]     |
[INFO] [stdout] 718 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.14"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:719:44
[INFO] [stdout]     |
[INFO] [stdout] 719 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.15: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:725:44
[INFO] [stdout]     |
[INFO] [stdout] 725 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.15"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:726:44
[INFO] [stdout]     |
[INFO] [stdout] 726 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.16: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:732:44
[INFO] [stdout]     |
[INFO] [stdout] 732 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.16"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:733:44
[INFO] [stdout]     |
[INFO] [stdout] 733 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.17: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:739:44
[INFO] [stdout]     |
[INFO] [stdout] 739 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.17"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:740:44
[INFO] [stdout]     |
[INFO] [stdout] 740 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.18: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:746:44
[INFO] [stdout]     |
[INFO] [stdout] 746 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.18"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:747:44
[INFO] [stdout]     |
[INFO] [stdout] 747 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/lcet10.txt.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:754:44
[INFO] [stdout]     |
[INFO] [stdout] 754 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/lcet10.txt.compressed"),
[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 src/bin/../../testdata/lcet10.txt: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:755:44
[INFO] [stdout]     |
[INFO] [stdout] 755 | ...                   include_bytes!("../../testdata/lcet10.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: couldn't read src/bin/../../testdata/mapsdatazrh.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:762:44
[INFO] [stdout]     |
[INFO] [stdout] 762 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/mapsdatazrh.compressed"),
[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 src/bin/../../testdata/mapsdatazrh: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:763:44
[INFO] [stdout]     |
[INFO] [stdout] 763 | ...                   include_bytes!("../../testdata/mapsdatazrh"),
[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 src/bin/../../testdata/monkey.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:770:44
[INFO] [stdout]     |
[INFO] [stdout] 770 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/monkey.compressed"),
[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 src/bin/../../testdata/monkey: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:771:44
[INFO] [stdout]     |
[INFO] [stdout] 771 | ...                   include_bytes!("../../testdata/monkey"),
[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 src/bin/../../testdata/monkey.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:778:44
[INFO] [stdout]     |
[INFO] [stdout] 778 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/monkey.compressed"),
[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 src/bin/../../testdata/monkey: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:779:44
[INFO] [stdout]     |
[INFO] [stdout] 779 | ...                   include_bytes!("../../testdata/monkey"),
[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 src/bin/../../testdata/monkey.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:786:44
[INFO] [stdout]     |
[INFO] [stdout] 786 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/monkey.compressed"),
[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 src/bin/../../testdata/monkey: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:787:44
[INFO] [stdout]     |
[INFO] [stdout] 787 | ...                   include_bytes!("../../testdata/monkey"),
[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 src/bin/../../testdata/plrabn12.txt.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:794:44
[INFO] [stdout]     |
[INFO] [stdout] 794 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/plrabn12.txt.compressed"),
[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 src/bin/../../testdata/plrabn12.txt: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:795:44
[INFO] [stdout]     |
[INFO] [stdout] 795 | ...                   include_bytes!("../../testdata/plrabn12.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: couldn't read src/bin/../../testdata/random_org_10k.bin.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:802:44
[INFO] [stdout]     |
[INFO] [stdout] 802 |     assert_decompressed_input_matches_output(include_bytes!("../../testdata/random_org_10k.bin.\
[INFO] [stdout]     |  ____________________________________________^
[INFO] [stdout] 803 | |                                                            compressed"),
[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 src/bin/../../testdata/random_org_10k.bin: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:804:44
[INFO] [stdout]     |
[INFO] [stdout] 804 | ...                   include_bytes!("../../testdata/random_org_10k.bin"),
[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 src/bin/../../testdata/ukkonooa.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:811:44
[INFO] [stdout]     |
[INFO] [stdout] 811 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/ukkonooa.compressed"),
[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 src/bin/../../testdata/ukkonooa: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:812:44
[INFO] [stdout]     |
[INFO] [stdout] 812 | ...                   include_bytes!("../../testdata/ukkonooa"),
[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 src/bin/../../testdata/ukkonooa.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:819:44
[INFO] [stdout]     |
[INFO] [stdout] 819 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/ukkonooa.compressed"),
[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 src/bin/../../testdata/ukkonooa: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:820:44
[INFO] [stdout]     |
[INFO] [stdout] 820 | ...                   include_bytes!("../../testdata/ukkonooa"),
[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 src/bin/../../testdata/ukkonooa.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:827:44
[INFO] [stdout]     |
[INFO] [stdout] 827 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/ukkonooa.compressed"),
[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 src/bin/../../testdata/ukkonooa: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:828:44
[INFO] [stdout]     |
[INFO] [stdout] 828 | ...                   include_bytes!("../../testdata/ukkonooa"),
[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 src/bin/../../testdata/x.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:835:44
[INFO] [stdout]     |
[INFO] [stdout] 835 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/x.compressed"),
[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 src/bin/../../testdata/x: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:836:44
[INFO] [stdout]     |
[INFO] [stdout] 836 | ...                   include_bytes!("../../testdata/x"),
[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 src/bin/../../testdata/x.compressed.00: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:842:44
[INFO] [stdout]     |
[INFO] [stdout] 842 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/x.compressed.00"),
[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 src/bin/../../testdata/x: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:843:44
[INFO] [stdout]     |
[INFO] [stdout] 843 | ...                   include_bytes!("../../testdata/x"),
[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 src/bin/../../testdata/x.compressed.01: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:849:44
[INFO] [stdout]     |
[INFO] [stdout] 849 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/x.compressed.01"),
[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 src/bin/../../testdata/x: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:850:44
[INFO] [stdout]     |
[INFO] [stdout] 850 | ...                   include_bytes!("../../testdata/x"),
[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 src/bin/../../testdata/x.compressed.02: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:856:44
[INFO] [stdout]     |
[INFO] [stdout] 856 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/x.compressed.02"),
[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 src/bin/../../testdata/x: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:857:44
[INFO] [stdout]     |
[INFO] [stdout] 857 | ...                   include_bytes!("../../testdata/x"),
[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 src/bin/../../testdata/x.compressed.03: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:863:44
[INFO] [stdout]     |
[INFO] [stdout] 863 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/x.compressed.03"),
[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 src/bin/../../testdata/x: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:864:44
[INFO] [stdout]     |
[INFO] [stdout] 864 | ...                   include_bytes!("../../testdata/x"),
[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 src/bin/../../testdata/xyzzy.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:871:44
[INFO] [stdout]     |
[INFO] [stdout] 871 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/xyzzy.compressed"),
[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 src/bin/../../testdata/xyzzy: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:872:44
[INFO] [stdout]     |
[INFO] [stdout] 872 | ...                   include_bytes!("../../testdata/xyzzy"),
[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 src/bin/../../testdata/zeros.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:879:44
[INFO] [stdout]     |
[INFO] [stdout] 879 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/zeros.compressed"),
[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 src/bin/../../testdata/zeros: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:880:44
[INFO] [stdout]     |
[INFO] [stdout] 880 | ...                   include_bytes!("../../testdata/zeros"),
[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 src/bin/../../testdata/metablock_reset.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:888:44
[INFO] [stdout]     |
[INFO] [stdout] 888 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/metablock_reset.compressed"),
[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 src/bin/../../testdata/metablock_reset: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:889:44
[INFO] [stdout]     |
[INFO] [stdout] 889 | ...                   include_bytes!("../../testdata/metablock_reset"),
[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 src/bin/../../testdata/fuzz502.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:896:44
[INFO] [stdout]     |
[INFO] [stdout] 896 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/fuzz502.compressed"),
[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 src/bin/../../testdata/fuzz502: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:897:44
[INFO] [stdout]     |
[INFO] [stdout] 897 | ...                   include_bytes!("../../testdata/fuzz502"),
[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 src/bin/../../testdata/metablock_reset.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:941:44
[INFO] [stdout]     |
[INFO] [stdout] 941 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/metablock_reset.compressed"),
[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 src/bin/../../testdata/metablock_reset: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:942:44
[INFO] [stdout]     |
[INFO] [stdout] 942 | ...                   include_bytes!("../../testdata/metablock_reset"),
[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 src/bin/../../testdata/metablock_reset.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:949:44
[INFO] [stdout]     |
[INFO] [stdout] 949 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/metablock_reset.compressed"),
[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 src/bin/../../testdata/metablock_reset: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:950:44
[INFO] [stdout]     |
[INFO] [stdout] 950 | ...                   include_bytes!("../../testdata/metablock_reset"),
[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 src/bin/../../testdata/metablock_reset.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:957:44
[INFO] [stdout]     |
[INFO] [stdout] 957 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/metablock_reset.compressed"),
[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 src/bin/../../testdata/metablock_reset: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:958:44
[INFO] [stdout]     |
[INFO] [stdout] 958 | ...                   include_bytes!("../../testdata/metablock_reset"),
[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 src/bin/../../testdata/metablock_reset.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:965:44
[INFO] [stdout]     |
[INFO] [stdout] 965 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/metablock_reset.compressed"),
[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 src/bin/../../testdata/metablock_reset: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:966:44
[INFO] [stdout]     |
[INFO] [stdout] 966 | ...                   include_bytes!("../../testdata/metablock_reset"),
[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 src/bin/../../testdata/borked.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:974:44
[INFO] [stdout]     |
[INFO] [stdout] 974 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/borked.compressed"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:975:44
[INFO] [stdout]     |
[INFO] [stdout] 975 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/ends_with_truncated_dictionary.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:982:44
[INFO] [stdout]     |
[INFO] [stdout] 982 |     assert_decompressed_input_matches_output(include_bytes!("../../testdata/ends_with_truncated_dictionary.\
[INFO] [stdout]     |  ____________________________________________^
[INFO] [stdout] 983 | |                                                            compressed"),
[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 src/bin/../../testdata/ends_with_truncated_dictionary: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:984:44
[INFO] [stdout]     |
[INFO] [stdout] 984 | ...                   include_bytes!("../../testdata/ends_with_truncated_dictionary"),
[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 src/bin/../../testdata/random_then_unicode.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:991:44
[INFO] [stdout]     |
[INFO] [stdout] 991 |     assert_decompressed_input_matches_output(include_bytes!("../../testdata/random_then_unicode.\
[INFO] [stdout]     |  ____________________________________________^
[INFO] [stdout] 992 | |                                                            compressed"),
[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 src/bin/../../testdata/random_then_unicode: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:993:44
[INFO] [stdout]     |
[INFO] [stdout] 993 | ...                   include_bytes!("../../testdata/random_then_unicode"),
[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 src/bin/../../testdata/rnd_chunk.br: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:999:41
[INFO] [stdout]     |
[INFO] [stdout] 999 |   assert_huge_file_input_matches_output(include_bytes!("../../testdata/rnd_chunk.br"),
[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 src/bin/../../testdata/rnd_prefix: No such file or directory (os error 2)
[INFO] [stdout]     --> src/bin/integration_tests.rs:1000:41
[INFO] [stdout]      |
[INFO] [stdout] 1000 | ...                   include_bytes!("../../testdata/rnd_prefix"),
[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 src/bin/../../testdata/rnd_postfix: No such file or directory (os error 2)
[INFO] [stdout]     --> src/bin/integration_tests.rs:1001:41
[INFO] [stdout]      |
[INFO] [stdout] 1001 | ...                   include_bytes!("../../testdata/rnd_postfix"),
[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 src/bin/../../testdata/alice29.txt.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/tests.rs:182:16
[INFO] [stdout]     |
[INFO] [stdout] 182 |   let in_buf = include_bytes!("../../testdata/alice29.txt.compressed");
[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 src/bin/../../testdata/alice29.txt: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/tests.rs:191:15
[INFO] [stdout]     |
[INFO] [stdout] 191 |   let truth = include_bytes!("../../testdata/alice29.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 127 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `brotli-decompressor` (bin "brotli-decompressor" test) due to 128 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "4b4add3a0f6dad40c45e4640f42b57c610cfabde57692c5cff81d0ec99afb3c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b4add3a0f6dad40c45e4640f42b57c610cfabde57692c5cff81d0ec99afb3c4", kill_on_drop: false }`
[INFO] [stdout] 4b4add3a0f6dad40c45e4640f42b57c610cfabde57692c5cff81d0ec99afb3c4
[INFO] checking brotli-decompressor-2.5.1 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate brotli-decompressor 2.5.1 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate brotli-decompressor 2.5.1 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 brotli-decompressor 2.5.1
[INFO] finished tweaking crates.io crate brotli-decompressor 2.5.1
[INFO] tweaked toml for crates.io crate brotli-decompressor 2.5.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] crate crates.io crate brotli-decompressor 2.5.1 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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 68c6c37eedf9c03293bacaacafaf39722c85e96ee96507ceb30cd5f1886a3817
[INFO] running `Command { std: "docker" "start" "-a" "68c6c37eedf9c03293bacaacafaf39722c85e96ee96507ceb30cd5f1886a3817", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "68c6c37eedf9c03293bacaacafaf39722c85e96ee96507ceb30cd5f1886a3817", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "68c6c37eedf9c03293bacaacafaf39722c85e96ee96507ceb30cd5f1886a3817", kill_on_drop: false }`
[INFO] [stdout] 68c6c37eedf9c03293bacaacafaf39722c85e96ee96507ceb30cd5f1886a3817
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 59ba555ce29649ec8592b969d9486c525dfbf0affc909af4d3c7dbf2d2b0110e
[INFO] running `Command { std: "docker" "start" "-a" "59ba555ce29649ec8592b969d9486c525dfbf0affc909af4d3c7dbf2d2b0110e", kill_on_drop: false }`
[INFO] [stderr]     Checking alloc-no-stdlib v2.0.4
[INFO] [stderr]     Checking alloc-stdlib v0.2.2
[INFO] [stderr]     Checking brotli-decompressor v2.5.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read src/bin/../../testdata/64x.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:318:17
[INFO] [stdout]     |
[INFO] [stdout] 318 |   reader_helper(include_bytes!("../../testdata/64x.compressed"),
[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 src/bin/../../testdata/64x: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:319:44
[INFO] [stdout]     |
[INFO] [stdout] 319 | ...                   include_bytes!("../../testdata/64x"), 181)
[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 src/bin/../../testdata/reducetostream.map.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:326:17
[INFO] [stdout]     |
[INFO] [stdout] 326 |   reader_helper(include_bytes!("../../testdata/reducetostream.map.compressed"),
[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 src/bin/../../testdata/reducetostream.map: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:327:44
[INFO] [stdout]     |
[INFO] [stdout] 327 | ...                   include_bytes!("../../testdata/reducetostream.map"), 8192)
[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 src/bin/../../testdata/random_then_unicode.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:333:17
[INFO] [stdout]     |
[INFO] [stdout] 333 |   reader_helper(include_bytes!("../../testdata/random_then_unicode.compressed"),
[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 src/bin/../../testdata/random_then_unicode: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:334:44
[INFO] [stdout]     |
[INFO] [stdout] 334 | ...                   include_bytes!("../../testdata/random_then_unicode"), 121)
[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 src/bin/../../testdata/64x.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:394:17
[INFO] [stdout]     |
[INFO] [stdout] 394 |   writer_helper(include_bytes!("../../testdata/64x.compressed"),
[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 src/bin/../../testdata/64x: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:395:44
[INFO] [stdout]     |
[INFO] [stdout] 395 | ...                   include_bytes!("../../testdata/64x"), 1)
[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 src/bin/../../testdata/mapsdatazrh.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:404:17
[INFO] [stdout]     |
[INFO] [stdout] 404 |   writer_helper(include_bytes!("../../testdata/mapsdatazrh.compressed"),
[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 src/bin/../../testdata/mapsdatazrh: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:405:17
[INFO] [stdout]     |
[INFO] [stdout] 405 |                 include_bytes!("../../testdata/mapsdatazrh"), 512)
[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 src/bin/../../testdata/mapsdatazrh.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:412:27
[INFO] [stdout]     |
[INFO] [stdout] 412 |   writer_early_out_helper(include_bytes!("../../testdata/mapsdatazrh.compressed"),
[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 src/bin/../../testdata/mapsdatazrh: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:413:44
[INFO] [stdout]     |
[INFO] [stdout] 413 | ...                   include_bytes!("../../testdata/mapsdatazrh"), 65536, 65536)
[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 src/bin/../../testdata/64x.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:530:44
[INFO] [stdout]     |
[INFO] [stdout] 530 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/64x.compressed"),
[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 src/bin/../../testdata/64x: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:531:44
[INFO] [stdout]     |
[INFO] [stdout] 531 | ...                   include_bytes!("../../testdata/64x"),
[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 src/bin/../../testdata/random1024.br: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:538:44
[INFO] [stdout]     |
[INFO] [stdout] 538 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/random1024.br"),
[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 src/bin/../../testdata/random1024: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:539:44
[INFO] [stdout]     |
[INFO] [stdout] 539 | ...                   include_bytes!("../../testdata/random1024"),
[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 src/bin/../../testdata/random1024.br: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:545:44
[INFO] [stdout]     |
[INFO] [stdout] 545 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/random1024.br"),
[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 src/bin/../../testdata/random1024: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:546:44
[INFO] [stdout]     |
[INFO] [stdout] 546 | ...                   include_bytes!("../../testdata/random1024"),
[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 src/bin/../../testdata/asyoulik.txt.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:553:44
[INFO] [stdout]     |
[INFO] [stdout] 553 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/asyoulik.txt.compressed"),
[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 src/bin/../../testdata/asyoulik.txt: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:554:44
[INFO] [stdout]     |
[INFO] [stdout] 554 | ...                   include_bytes!("../../testdata/asyoulik.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: couldn't read src/bin/../../testdata/64x: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:563:44
[INFO] [stdout]     |
[INFO] [stdout] 563 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/64x"),
[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 src/bin/../../testdata/64x: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:564:44
[INFO] [stdout]     |
[INFO] [stdout] 564 | ...                   include_bytes!("../../testdata/64x"),
[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 src/bin/../../testdata/alice29.txt.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:568:36
[INFO] [stdout]     |
[INFO] [stdout] 568 | static ALICE29_BR: &'static [u8] = include_bytes!("../../testdata/alice29.txt.compressed");
[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 src/bin/../../testdata/alice29.txt: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:569:33
[INFO] [stdout]     |
[INFO] [stdout] 569 | static ALICE29: &'static [u8] = include_bytes!("../../testdata/alice29.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: couldn't read src/bin/../../testdata/backward65536.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:587:44
[INFO] [stdout]     |
[INFO] [stdout] 587 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/backward65536.compressed"),
[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 src/bin/../../testdata/backward65536: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:588:44
[INFO] [stdout]     |
[INFO] [stdout] 588 | ...                   include_bytes!("../../testdata/backward65536"),
[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 src/bin/../../testdata/compressed_file.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:596:44
[INFO] [stdout]     |
[INFO] [stdout] 596 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/compressed_file.compressed"),
[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 src/bin/../../testdata/compressed_file: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:597:44
[INFO] [stdout]     |
[INFO] [stdout] 597 | ...                   include_bytes!("../../testdata/compressed_file"),
[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 src/bin/../../testdata/compressed_repeated.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:604:44
[INFO] [stdout]     |
[INFO] [stdout] 604 |     assert_decompressed_input_matches_output(include_bytes!("../../testdata/compressed_repeated.\
[INFO] [stdout]     |  ____________________________________________^
[INFO] [stdout] 605 | |                                                            compressed"),
[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 src/bin/../../testdata/compressed_repeated: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:606:44
[INFO] [stdout]     |
[INFO] [stdout] 606 | ...                   include_bytes!("../../testdata/compressed_repeated"),
[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 src/bin/../../testdata/empty.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:613:44
[INFO] [stdout]     |
[INFO] [stdout] 613 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:614:44
[INFO] [stdout]     |
[INFO] [stdout] 614 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.00: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:620:44
[INFO] [stdout]     |
[INFO] [stdout] 620 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.00"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:621:44
[INFO] [stdout]     |
[INFO] [stdout] 621 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.01: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:627:44
[INFO] [stdout]     |
[INFO] [stdout] 627 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.01"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:628:44
[INFO] [stdout]     |
[INFO] [stdout] 628 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.02: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:634:44
[INFO] [stdout]     |
[INFO] [stdout] 634 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.02"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:635:44
[INFO] [stdout]     |
[INFO] [stdout] 635 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.03: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:641:44
[INFO] [stdout]     |
[INFO] [stdout] 641 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.03"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:642:44
[INFO] [stdout]     |
[INFO] [stdout] 642 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.04: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:648:44
[INFO] [stdout]     |
[INFO] [stdout] 648 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.04"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:649:44
[INFO] [stdout]     |
[INFO] [stdout] 649 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.05: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:655:44
[INFO] [stdout]     |
[INFO] [stdout] 655 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.05"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:656:44
[INFO] [stdout]     |
[INFO] [stdout] 656 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.06: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:662:44
[INFO] [stdout]     |
[INFO] [stdout] 662 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.06"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:663:44
[INFO] [stdout]     |
[INFO] [stdout] 663 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.07: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:669:44
[INFO] [stdout]     |
[INFO] [stdout] 669 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.07"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:670:44
[INFO] [stdout]     |
[INFO] [stdout] 670 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.08: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:676:44
[INFO] [stdout]     |
[INFO] [stdout] 676 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.08"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:677:44
[INFO] [stdout]     |
[INFO] [stdout] 677 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.09: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:683:44
[INFO] [stdout]     |
[INFO] [stdout] 683 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.09"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:684:44
[INFO] [stdout]     |
[INFO] [stdout] 684 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.10: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:690:44
[INFO] [stdout]     |
[INFO] [stdout] 690 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.10"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:691:44
[INFO] [stdout]     |
[INFO] [stdout] 691 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.11: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:697:44
[INFO] [stdout]     |
[INFO] [stdout] 697 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.11"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:698:44
[INFO] [stdout]     |
[INFO] [stdout] 698 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.12: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:704:44
[INFO] [stdout]     |
[INFO] [stdout] 704 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.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: couldn't read src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:705:44
[INFO] [stdout]     |
[INFO] [stdout] 705 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.13: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:711:44
[INFO] [stdout]     |
[INFO] [stdout] 711 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.13"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:712:44
[INFO] [stdout]     |
[INFO] [stdout] 712 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.14: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:718:44
[INFO] [stdout]     |
[INFO] [stdout] 718 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.14"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:719:44
[INFO] [stdout]     |
[INFO] [stdout] 719 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.15: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:725:44
[INFO] [stdout]     |
[INFO] [stdout] 725 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.15"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:726:44
[INFO] [stdout]     |
[INFO] [stdout] 726 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.16: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:732:44
[INFO] [stdout]     |
[INFO] [stdout] 732 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.16"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:733:44
[INFO] [stdout]     |
[INFO] [stdout] 733 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.17: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:739:44
[INFO] [stdout]     |
[INFO] [stdout] 739 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.17"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:740:44
[INFO] [stdout]     |
[INFO] [stdout] 740 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/empty.compressed.18: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:746:44
[INFO] [stdout]     |
[INFO] [stdout] 746 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.18"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:747:44
[INFO] [stdout]     |
[INFO] [stdout] 747 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/lcet10.txt.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:754:44
[INFO] [stdout]     |
[INFO] [stdout] 754 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/lcet10.txt.compressed"),
[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 src/bin/../../testdata/lcet10.txt: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:755:44
[INFO] [stdout]     |
[INFO] [stdout] 755 | ...                   include_bytes!("../../testdata/lcet10.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: couldn't read src/bin/../../testdata/mapsdatazrh.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:762:44
[INFO] [stdout]     |
[INFO] [stdout] 762 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/mapsdatazrh.compressed"),
[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 src/bin/../../testdata/mapsdatazrh: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:763:44
[INFO] [stdout]     |
[INFO] [stdout] 763 | ...                   include_bytes!("../../testdata/mapsdatazrh"),
[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 src/bin/../../testdata/monkey.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:770:44
[INFO] [stdout]     |
[INFO] [stdout] 770 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/monkey.compressed"),
[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 src/bin/../../testdata/monkey: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:771:44
[INFO] [stdout]     |
[INFO] [stdout] 771 | ...                   include_bytes!("../../testdata/monkey"),
[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 src/bin/../../testdata/monkey.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:778:44
[INFO] [stdout]     |
[INFO] [stdout] 778 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/monkey.compressed"),
[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 src/bin/../../testdata/monkey: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:779:44
[INFO] [stdout]     |
[INFO] [stdout] 779 | ...                   include_bytes!("../../testdata/monkey"),
[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 src/bin/../../testdata/monkey.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:786:44
[INFO] [stdout]     |
[INFO] [stdout] 786 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/monkey.compressed"),
[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 src/bin/../../testdata/monkey: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:787:44
[INFO] [stdout]     |
[INFO] [stdout] 787 | ...                   include_bytes!("../../testdata/monkey"),
[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 src/bin/../../testdata/plrabn12.txt.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:794:44
[INFO] [stdout]     |
[INFO] [stdout] 794 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/plrabn12.txt.compressed"),
[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 src/bin/../../testdata/plrabn12.txt: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:795:44
[INFO] [stdout]     |
[INFO] [stdout] 795 | ...                   include_bytes!("../../testdata/plrabn12.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: couldn't read src/bin/../../testdata/random_org_10k.bin.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:802:44
[INFO] [stdout]     |
[INFO] [stdout] 802 |     assert_decompressed_input_matches_output(include_bytes!("../../testdata/random_org_10k.bin.\
[INFO] [stdout]     |  ____________________________________________^
[INFO] [stdout] 803 | |                                                            compressed"),
[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 src/bin/../../testdata/random_org_10k.bin: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:804:44
[INFO] [stdout]     |
[INFO] [stdout] 804 | ...                   include_bytes!("../../testdata/random_org_10k.bin"),
[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 src/bin/../../testdata/ukkonooa.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:811:44
[INFO] [stdout]     |
[INFO] [stdout] 811 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/ukkonooa.compressed"),
[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 src/bin/../../testdata/ukkonooa: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:812:44
[INFO] [stdout]     |
[INFO] [stdout] 812 | ...                   include_bytes!("../../testdata/ukkonooa"),
[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 src/bin/../../testdata/ukkonooa.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:819:44
[INFO] [stdout]     |
[INFO] [stdout] 819 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/ukkonooa.compressed"),
[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 src/bin/../../testdata/ukkonooa: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:820:44
[INFO] [stdout]     |
[INFO] [stdout] 820 | ...                   include_bytes!("../../testdata/ukkonooa"),
[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 src/bin/../../testdata/ukkonooa.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:827:44
[INFO] [stdout]     |
[INFO] [stdout] 827 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/ukkonooa.compressed"),
[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 src/bin/../../testdata/ukkonooa: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:828:44
[INFO] [stdout]     |
[INFO] [stdout] 828 | ...                   include_bytes!("../../testdata/ukkonooa"),
[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 src/bin/../../testdata/x.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:835:44
[INFO] [stdout]     |
[INFO] [stdout] 835 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/x.compressed"),
[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 src/bin/../../testdata/x: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:836:44
[INFO] [stdout]     |
[INFO] [stdout] 836 | ...                   include_bytes!("../../testdata/x"),
[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 src/bin/../../testdata/x.compressed.00: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:842:44
[INFO] [stdout]     |
[INFO] [stdout] 842 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/x.compressed.00"),
[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 src/bin/../../testdata/x: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:843:44
[INFO] [stdout]     |
[INFO] [stdout] 843 | ...                   include_bytes!("../../testdata/x"),
[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 src/bin/../../testdata/x.compressed.01: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:849:44
[INFO] [stdout]     |
[INFO] [stdout] 849 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/x.compressed.01"),
[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 src/bin/../../testdata/x: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:850:44
[INFO] [stdout]     |
[INFO] [stdout] 850 | ...                   include_bytes!("../../testdata/x"),
[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 src/bin/../../testdata/x.compressed.02: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:856:44
[INFO] [stdout]     |
[INFO] [stdout] 856 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/x.compressed.02"),
[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 src/bin/../../testdata/x: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:857:44
[INFO] [stdout]     |
[INFO] [stdout] 857 | ...                   include_bytes!("../../testdata/x"),
[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 src/bin/../../testdata/x.compressed.03: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:863:44
[INFO] [stdout]     |
[INFO] [stdout] 863 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/x.compressed.03"),
[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 src/bin/../../testdata/x: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:864:44
[INFO] [stdout]     |
[INFO] [stdout] 864 | ...                   include_bytes!("../../testdata/x"),
[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 src/bin/../../testdata/xyzzy.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:871:44
[INFO] [stdout]     |
[INFO] [stdout] 871 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/xyzzy.compressed"),
[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 src/bin/../../testdata/xyzzy: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:872:44
[INFO] [stdout]     |
[INFO] [stdout] 872 | ...                   include_bytes!("../../testdata/xyzzy"),
[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 src/bin/../../testdata/zeros.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:879:44
[INFO] [stdout]     |
[INFO] [stdout] 879 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/zeros.compressed"),
[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 src/bin/../../testdata/zeros: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:880:44
[INFO] [stdout]     |
[INFO] [stdout] 880 | ...                   include_bytes!("../../testdata/zeros"),
[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 src/bin/../../testdata/metablock_reset.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:888:44
[INFO] [stdout]     |
[INFO] [stdout] 888 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/metablock_reset.compressed"),
[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 src/bin/../../testdata/metablock_reset: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:889:44
[INFO] [stdout]     |
[INFO] [stdout] 889 | ...                   include_bytes!("../../testdata/metablock_reset"),
[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 src/bin/../../testdata/fuzz502.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:896:44
[INFO] [stdout]     |
[INFO] [stdout] 896 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/fuzz502.compressed"),
[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 src/bin/../../testdata/fuzz502: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:897:44
[INFO] [stdout]     |
[INFO] [stdout] 897 | ...                   include_bytes!("../../testdata/fuzz502"),
[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 src/bin/../../testdata/metablock_reset.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:941:44
[INFO] [stdout]     |
[INFO] [stdout] 941 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/metablock_reset.compressed"),
[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 src/bin/../../testdata/metablock_reset: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:942:44
[INFO] [stdout]     |
[INFO] [stdout] 942 | ...                   include_bytes!("../../testdata/metablock_reset"),
[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 src/bin/../../testdata/metablock_reset.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:949:44
[INFO] [stdout]     |
[INFO] [stdout] 949 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/metablock_reset.compressed"),
[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 src/bin/../../testdata/metablock_reset: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:950:44
[INFO] [stdout]     |
[INFO] [stdout] 950 | ...                   include_bytes!("../../testdata/metablock_reset"),
[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 src/bin/../../testdata/metablock_reset.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:957:44
[INFO] [stdout]     |
[INFO] [stdout] 957 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/metablock_reset.compressed"),
[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 src/bin/../../testdata/metablock_reset: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:958:44
[INFO] [stdout]     |
[INFO] [stdout] 958 | ...                   include_bytes!("../../testdata/metablock_reset"),
[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 src/bin/../../testdata/metablock_reset.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:965:44
[INFO] [stdout]     |
[INFO] [stdout] 965 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/metablock_reset.compressed"),
[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 src/bin/../../testdata/metablock_reset: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:966:44
[INFO] [stdout]     |
[INFO] [stdout] 966 | ...                   include_bytes!("../../testdata/metablock_reset"),
[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 src/bin/../../testdata/borked.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:974:44
[INFO] [stdout]     |
[INFO] [stdout] 974 |   assert_decompressed_input_matches_output(include_bytes!("../../testdata/borked.compressed"),
[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 src/bin/../../testdata/empty: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:975:44
[INFO] [stdout]     |
[INFO] [stdout] 975 | ...                   include_bytes!("../../testdata/empty"),
[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 src/bin/../../testdata/ends_with_truncated_dictionary.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:982:44
[INFO] [stdout]     |
[INFO] [stdout] 982 |     assert_decompressed_input_matches_output(include_bytes!("../../testdata/ends_with_truncated_dictionary.\
[INFO] [stdout]     |  ____________________________________________^
[INFO] [stdout] 983 | |                                                            compressed"),
[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 src/bin/../../testdata/ends_with_truncated_dictionary: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:984:44
[INFO] [stdout]     |
[INFO] [stdout] 984 | ...                   include_bytes!("../../testdata/ends_with_truncated_dictionary"),
[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 src/bin/../../testdata/random_then_unicode.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:991:44
[INFO] [stdout]     |
[INFO] [stdout] 991 |     assert_decompressed_input_matches_output(include_bytes!("../../testdata/random_then_unicode.\
[INFO] [stdout]     |  ____________________________________________^
[INFO] [stdout] 992 | |                                                            compressed"),
[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 src/bin/../../testdata/random_then_unicode: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:993:44
[INFO] [stdout]     |
[INFO] [stdout] 993 | ...                   include_bytes!("../../testdata/random_then_unicode"),
[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 src/bin/../../testdata/rnd_chunk.br: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:999:41
[INFO] [stdout]     |
[INFO] [stdout] 999 |   assert_huge_file_input_matches_output(include_bytes!("../../testdata/rnd_chunk.br"),
[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 src/bin/../../testdata/rnd_prefix: No such file or directory (os error 2)
[INFO] [stdout]     --> src/bin/integration_tests.rs:1000:41
[INFO] [stdout]      |
[INFO] [stdout] 1000 | ...                   include_bytes!("../../testdata/rnd_prefix"),
[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 src/bin/../../testdata/rnd_postfix: No such file or directory (os error 2)
[INFO] [stdout]     --> src/bin/integration_tests.rs:1001:41
[INFO] [stdout]      |
[INFO] [stdout] 1001 | ...                   include_bytes!("../../testdata/rnd_postfix"),
[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 src/bin/../../testdata/alice29.txt.compressed: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/tests.rs:182:16
[INFO] [stdout]     |
[INFO] [stdout] 182 |   let in_buf = include_bytes!("../../testdata/alice29.txt.compressed");
[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 src/bin/../../testdata/alice29.txt: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/tests.rs:191:15
[INFO] [stdout]     |
[INFO] [stdout] 191 |   let truth = include_bytes!("../../testdata/alice29.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 127 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `brotli-decompressor` (bin "brotli-decompressor" test) due to 128 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "59ba555ce29649ec8592b969d9486c525dfbf0affc909af4d3c7dbf2d2b0110e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "59ba555ce29649ec8592b969d9486c525dfbf0affc909af4d3c7dbf2d2b0110e", kill_on_drop: false }`
[INFO] [stdout] 59ba555ce29649ec8592b969d9486c525dfbf0affc909af4d3c7dbf2d2b0110e
