[INFO] fetching crate brotli 8.0.2...
[INFO] testing brotli-8.0.2 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate brotli 8.0.2 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate brotli 8.0.2
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate brotli 8.0.2
[INFO] tweaked toml for crates.io crate brotli 8.0.2 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate brotli 8.0.2 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate brotli 8.0.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cd46e490cfdbd6fa720f5532157ca14aea5656d42e1aabad61be247493587d24
[INFO] running `Command { std: "docker" "start" "-a" "cd46e490cfdbd6fa720f5532157ca14aea5656d42e1aabad61be247493587d24", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cd46e490cfdbd6fa720f5532157ca14aea5656d42e1aabad61be247493587d24", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd46e490cfdbd6fa720f5532157ca14aea5656d42e1aabad61be247493587d24", kill_on_drop: false }`
[INFO] [stdout] cd46e490cfdbd6fa720f5532157ca14aea5656d42e1aabad61be247493587d24
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 467c65d7907189125a416ce9424691e71d04b5160a0aaedd4d217f0b558b7031
[INFO] running `Command { std: "docker" "start" "-a" "467c65d7907189125a416ce9424691e71d04b5160a0aaedd4d217f0b558b7031", kill_on_drop: false }`
[INFO] [stderr]    Compiling brotli-decompressor v5.0.0
[INFO] [stderr]    Compiling brotli v8.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/enc/prior_eval.rs:44:15
[INFO] [stdout]    |
[INFO] [stdout] 44 |         data: &mut [s16],
[INFO] [stdout]    |               ^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 49 |     ) -> CDF {
[INFO] [stdout]    |          ^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 |     ) -> CDF<'_> {
[INFO] [stdout]    |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/enc/stride_eval.rs:48:15
[INFO] [stdout]    |
[INFO] [stdout] 48 |         data: &mut [u16],
[INFO] [stdout]    |               ^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 53 |     ) -> CDF {
[INFO] [stdout]    |          ^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 |     ) -> CDF<'_> {
[INFO] [stdout]    |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.31s
[INFO] running `Command { std: "docker" "inspect" "467c65d7907189125a416ce9424691e71d04b5160a0aaedd4d217f0b558b7031", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "467c65d7907189125a416ce9424691e71d04b5160a0aaedd4d217f0b558b7031", kill_on_drop: false }`
[INFO] [stdout] 467c65d7907189125a416ce9424691e71d04b5160a0aaedd4d217f0b558b7031
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 22aa5e6a560b3cc12855dbeb669c7b51295181c5d392d61968ded5989d8c41fc
[INFO] running `Command { std: "docker" "start" "-a" "22aa5e6a560b3cc12855dbeb669c7b51295181c5d392d61968ded5989d8c41fc", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/enc/prior_eval.rs:44:15
[INFO] [stdout]    |
[INFO] [stdout] 44 |         data: &mut [s16],
[INFO] [stdout]    |               ^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 49 |     ) -> CDF {
[INFO] [stdout]    |          ^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 |     ) -> CDF<'_> {
[INFO] [stdout]    |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/enc/stride_eval.rs:48:15
[INFO] [stdout]    |
[INFO] [stdout] 48 |         data: &mut [u16],
[INFO] [stdout]    |               ^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 53 |     ) -> CDF {
[INFO] [stdout]    |          ^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 |     ) -> CDF<'_> {
[INFO] [stdout]    |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling brotli v8.0.2 (/opt/rustwide/workdir)
[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:346:37
[INFO] [stdout]     |
[INFO] [stdout] 346 | static RANDOM_THEN_UNICODE: &[u8] = include_bytes!("../../testdata/random_then_unicode");
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:439:35
[INFO] [stdout]     |
[INFO] [stdout] 439 |     let c_size = roundtrip_helper(include_bytes!("../../testdata/alice29.txt"), 11, 22, false);
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:448:35
[INFO] [stdout]     |
[INFO] [stdout] 448 |     let c_size = roundtrip_helper(include_bytes!("../../testdata/alice29.txt"), 10, 22, false);
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/../../testdata/quickfox_repeated`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:454:28
[INFO] [stdout]     |
[INFO] [stdout] 454 |     total_roundtrip_helper(include_bytes!("../../testdata/quickfox_repeated"));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:459:28
[INFO] [stdout]     |
[INFO] [stdout] 459 |     total_roundtrip_helper(include_bytes!("../../testdata/alice29.txt"));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:464:28
[INFO] [stdout]     |
[INFO] [stdout] 464 |     total_roundtrip_helper(include_bytes!("../../testdata/asyoulik.txt"));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:561:19
[INFO] [stdout]     |
[INFO] [stdout] 561 |     reader_helper(include_bytes!("../../testdata/64x"), 9, 20);
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:573:19
[INFO] [stdout]     |
[INFO] [stdout] 573 |     reader_helper(include_bytes!("../../testdata/asyoulik.txt"), 9, 20);
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/../../testdata/quickfox_repeated`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:578:19
[INFO] [stdout]     |
[INFO] [stdout] 578 |     reader_helper(include_bytes!("../../testdata/quickfox_repeated"), 9, 20);
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:583:19
[INFO] [stdout]     |
[INFO] [stdout] 583 |     reader_helper(include_bytes!("../../testdata/random_then_unicode"), 9, 20);
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:589:19
[INFO] [stdout]     |
[INFO] [stdout] 589 |     reader_helper(include_bytes!("../../testdata/alice29.txt"), 9, 22);
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:681:9
[INFO] [stdout]     |
[INFO] [stdout] 681 |         include_bytes!("../../testdata/asyoulik.txt"),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:691:30
[INFO] [stdout]     |
[INFO] [stdout] 691 |     into_inner_writer_helper(include_bytes!("../../testdata/asyoulik.txt"), 256, 4, 16);
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:696:19
[INFO] [stdout]     |
[INFO] [stdout] 696 |     writer_helper(include_bytes!("../../testdata/64x"), 17, 9, 20, false);
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/../../testdata/quickfox_repeated`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/bin/integration_tests.rs:702:9
[INFO] [stdout]     |
[INFO] [stdout] 702 |         include_bytes!("../../testdata/quickfox_repeated"),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:713:9
[INFO] [stdout]     |
[INFO] [stdout] 713 |         include_bytes!("../../testdata/random_then_unicode"),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:725:9
[INFO] [stdout]     |
[INFO] [stdout] 725 |         include_bytes!("../../testdata/alice29.txt"),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:991:25
[INFO] [stdout]     |
[INFO] [stdout] 991 |     let original_data = include_bytes!("../../testdata/random_then_unicode");
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1021:26
[INFO] [stdout]      |
[INFO] [stdout] 1021 | static UKKONOOA: &[u8] = include_bytes!("../../testdata/ukkonooa");
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1143:9
[INFO] [stdout]      |
[INFO] [stdout] 1143 |         include_bytes!("../../testdata/64x.compressed"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1144:9
[INFO] [stdout]      |
[INFO] [stdout] 1144 |         include_bytes!("../../testdata/64x"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1153:9
[INFO] [stdout]      |
[INFO] [stdout] 1153 |         include_bytes!("../../testdata/asyoulik.txt.compressed"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1154:9
[INFO] [stdout]      |
[INFO] [stdout] 1154 |         include_bytes!("../../testdata/asyoulik.txt"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1164:9
[INFO] [stdout]      |
[INFO] [stdout] 1164 |         include_bytes!("../../testdata/64x"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1165:9
[INFO] [stdout]      |
[INFO] [stdout] 1165 |         include_bytes!("../../testdata/64x"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1170:28
[INFO] [stdout]      |
[INFO] [stdout] 1170 | static ALICE29_BR: &[u8] = include_bytes!("../../testdata/alice29.txt.compressed");
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1171:25
[INFO] [stdout]      |
[INFO] [stdout] 1171 | static ALICE29: &[u8] = include_bytes!("../../testdata/alice29.txt");
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1191:9
[INFO] [stdout]      |
[INFO] [stdout] 1191 |         include_bytes!("../../testdata/backward65536.compressed"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1192:9
[INFO] [stdout]      |
[INFO] [stdout] 1192 |         include_bytes!("../../testdata/backward65536"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1201:9
[INFO] [stdout]      |
[INFO] [stdout] 1201 |         include_bytes!("../../testdata/compressed_file.compressed"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1202:9
[INFO] [stdout]      |
[INFO] [stdout] 1202 |         include_bytes!("../../testdata/compressed_file"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1211:9
[INFO] [stdout]      |
[INFO] [stdout] 1211 | /         include_bytes!(
[INFO] [stdout] 1212 | |             "../../testdata/compressed_repeated.\
[INFO] [stdout] 1213 | |                                                            compressed"
[INFO] [stdout] 1214 | |         ),
[INFO] [stdout]      | |_________^
[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:1215:9
[INFO] [stdout]      |
[INFO] [stdout] 1215 |         include_bytes!("../../testdata/compressed_repeated"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1224:9
[INFO] [stdout]      |
[INFO] [stdout] 1224 |         include_bytes!("../../testdata/empty.compressed"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1225:9
[INFO] [stdout]      |
[INFO] [stdout] 1225 |         include_bytes!("../../testdata/empty"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1233:9
[INFO] [stdout]      |
[INFO] [stdout] 1233 |         include_bytes!("../../testdata/empty.compressed.00"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1234:9
[INFO] [stdout]      |
[INFO] [stdout] 1234 |         include_bytes!("../../testdata/empty"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1242:9
[INFO] [stdout]      |
[INFO] [stdout] 1242 |         include_bytes!("../../testdata/empty.compressed.01"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1243:9
[INFO] [stdout]      |
[INFO] [stdout] 1243 |         include_bytes!("../../testdata/empty"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1251:9
[INFO] [stdout]      |
[INFO] [stdout] 1251 |         include_bytes!("../../testdata/empty.compressed.02"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1252:9
[INFO] [stdout]      |
[INFO] [stdout] 1252 |         include_bytes!("../../testdata/empty"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1260:9
[INFO] [stdout]      |
[INFO] [stdout] 1260 |         include_bytes!("../../testdata/empty.compressed.03"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1261:9
[INFO] [stdout]      |
[INFO] [stdout] 1261 |         include_bytes!("../../testdata/empty"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1269:9
[INFO] [stdout]      |
[INFO] [stdout] 1269 |         include_bytes!("../../testdata/empty.compressed.04"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1270:9
[INFO] [stdout]      |
[INFO] [stdout] 1270 |         include_bytes!("../../testdata/empty"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1278:9
[INFO] [stdout]      |
[INFO] [stdout] 1278 |         include_bytes!("../../testdata/empty.compressed.05"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1279:9
[INFO] [stdout]      |
[INFO] [stdout] 1279 |         include_bytes!("../../testdata/empty"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1287:9
[INFO] [stdout]      |
[INFO] [stdout] 1287 |         include_bytes!("../../testdata/empty.compressed.06"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1288:9
[INFO] [stdout]      |
[INFO] [stdout] 1288 |         include_bytes!("../../testdata/empty"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1296:9
[INFO] [stdout]      |
[INFO] [stdout] 1296 |         include_bytes!("../../testdata/empty.compressed.07"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1297:9
[INFO] [stdout]      |
[INFO] [stdout] 1297 |         include_bytes!("../../testdata/empty"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1305:9
[INFO] [stdout]      |
[INFO] [stdout] 1305 |         include_bytes!("../../testdata/empty.compressed.08"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1306:9
[INFO] [stdout]      |
[INFO] [stdout] 1306 |         include_bytes!("../../testdata/empty"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1314:9
[INFO] [stdout]      |
[INFO] [stdout] 1314 |         include_bytes!("../../testdata/empty.compressed.09"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1315:9
[INFO] [stdout]      |
[INFO] [stdout] 1315 |         include_bytes!("../../testdata/empty"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1323:9
[INFO] [stdout]      |
[INFO] [stdout] 1323 |         include_bytes!("../../testdata/empty.compressed.10"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1324:9
[INFO] [stdout]      |
[INFO] [stdout] 1324 |         include_bytes!("../../testdata/empty"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1332:9
[INFO] [stdout]      |
[INFO] [stdout] 1332 |         include_bytes!("../../testdata/empty.compressed.11"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1333:9
[INFO] [stdout]      |
[INFO] [stdout] 1333 |         include_bytes!("../../testdata/empty"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1341:9
[INFO] [stdout]      |
[INFO] [stdout] 1341 |         include_bytes!("../../testdata/empty.compressed.12"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1342:9
[INFO] [stdout]      |
[INFO] [stdout] 1342 |         include_bytes!("../../testdata/empty"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1350:9
[INFO] [stdout]      |
[INFO] [stdout] 1350 |         include_bytes!("../../testdata/empty.compressed.13"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1351:9
[INFO] [stdout]      |
[INFO] [stdout] 1351 |         include_bytes!("../../testdata/empty"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1359:9
[INFO] [stdout]      |
[INFO] [stdout] 1359 |         include_bytes!("../../testdata/empty.compressed.14"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1360:9
[INFO] [stdout]      |
[INFO] [stdout] 1360 |         include_bytes!("../../testdata/empty"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1368:9
[INFO] [stdout]      |
[INFO] [stdout] 1368 |         include_bytes!("../../testdata/empty.compressed.15"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1369:9
[INFO] [stdout]      |
[INFO] [stdout] 1369 |         include_bytes!("../../testdata/empty"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1377:9
[INFO] [stdout]      |
[INFO] [stdout] 1377 |         include_bytes!("../../testdata/empty.compressed.16"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1378:9
[INFO] [stdout]      |
[INFO] [stdout] 1378 |         include_bytes!("../../testdata/empty"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1386:9
[INFO] [stdout]      |
[INFO] [stdout] 1386 |         include_bytes!("../../testdata/empty.compressed.17"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1387:9
[INFO] [stdout]      |
[INFO] [stdout] 1387 |         include_bytes!("../../testdata/empty"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1395:9
[INFO] [stdout]      |
[INFO] [stdout] 1395 |         include_bytes!("../../testdata/empty.compressed.18"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:1396:9
[INFO] [stdout]      |
[INFO] [stdout] 1396 |         include_bytes!("../../testdata/empty"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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/test_broccoli.rs:17:37
[INFO] [stdout]    |
[INFO] [stdout] 17 | static RANDOM_THEN_UNICODE: &[u8] = include_bytes!("../../testdata/random_then_unicode");
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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/test_broccoli.rs:18:23
[INFO] [stdout]    |
[INFO] [stdout] 18 | static ALICE: &[u8] = include_bytes!("../../testdata/alice29.txt");
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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/test_broccoli.rs:19:26
[INFO] [stdout]    |
[INFO] [stdout] 19 | static UKKONOOA: &[u8] = include_bytes!("../../testdata/ukkonooa");
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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/test_broccoli.rs:20:27
[INFO] [stdout]    |
[INFO] [stdout] 20 | static ASYOULIKE: &[u8] = include_bytes!("../../testdata/asyoulik.txt");
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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/test_broccoli.rs:21:31
[INFO] [stdout]    |
[INFO] [stdout] 21 | static BACKWARD65536: &[u8] = include_bytes!("../../testdata/backward65536");
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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/test_broccoli.rs:22:26
[INFO] [stdout]    |
[INFO] [stdout] 22 | static DICTWORD: &[u8] = include_bytes!("../../testdata/ends_with_truncated_dictionary");
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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/test_broccoli.rs:23:27
[INFO] [stdout]    |
[INFO] [stdout] 23 | static RANDOM10K: &[u8] = include_bytes!("../../testdata/random_org_10k.bin");
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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/test_broccoli.rs:24:35
[INFO] [stdout]    |
[INFO] [stdout] 24 | static RANDOMTHENUNICODE: &[u8] = include_bytes!("../../testdata/random_then_unicode");
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/../../testdata/quickfox_repeated`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/bin/test_broccoli.rs:25:26
[INFO] [stdout]    |
[INFO] [stdout] 25 | static QUICKFOX: &[u8] = include_bytes!("../../testdata/quickfox_repeated");
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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/test_custom_dict.rs:15:37
[INFO] [stdout]    |
[INFO] [stdout] 15 | static RANDOM_THEN_UNICODE: &[u8] = include_bytes!("../../testdata/random_then_unicode");
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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/test_custom_dict.rs:16:23
[INFO] [stdout]    |
[INFO] [stdout] 16 | static ALICE: &[u8] = include_bytes!("../../testdata/alice29.txt");
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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/test_threading.rs:18:37
[INFO] [stdout]    |
[INFO] [stdout] 18 | static RANDOM_THEN_UNICODE: &[u8] = include_bytes!("../../testdata/random_then_unicode");
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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/test_threading.rs:19:23
[INFO] [stdout]    |
[INFO] [stdout] 19 | static ALICE: &[u8] = include_bytes!("../../testdata/alice29.txt");
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:100:18
[INFO] [stdout]     |
[INFO] [stdout] 100 |     let in_buf = include_bytes!("../../testdata/alice29.txt.compressed");
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:109:17
[INFO] [stdout]     |
[INFO] [stdout] 109 |     let truth = include_bytes!("../../testdata/alice29.txt");
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/bin/integration_tests.rs:998:20
[INFO] [stdout]     |
[INFO] [stdout] 998 |             *dst = src.wrapping_add(iter as u8);
[INFO] [stdout]     |                    ^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `params4` is assigned to, but never used
[INFO] [stdout]    --> src/bin/test_broccoli.rs:337:9
[INFO] [stdout]     |
[INFO] [stdout] 337 |     let mut params4 = params0.clone();
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_params4` instead
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `params4` is never read
[INFO] [stdout]    --> src/bin/test_broccoli.rs:338:5
[INFO] [stdout]     |
[INFO] [stdout] 338 |     params4.quality = 7;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `params4` is never read
[INFO] [stdout]    --> src/bin/test_broccoli.rs:339:5
[INFO] [stdout]     |
[INFO] [stdout] 339 |     params4.lgwin = 14;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `brotli` (bin "brotli" test) due to 89 previous errors; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: couldn't read `src/enc/backward_references/../../../testdata/random_then_unicode`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/enc/backward_references/test.rs:12:37
[INFO] [stdout]    |
[INFO] [stdout] 12 | static RANDOM_THEN_UNICODE: &[u8] = include_bytes!("../../../testdata/random_then_unicode"); //&[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,...
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/enc/../../testdata/alice29.txt`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/enc/encode.rs:3038:21
[INFO] [stdout]      |
[INFO] [stdout] 3038 |         let input = include_bytes!("../../testdata/alice29.txt");
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/enc/../../testdata/64x`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/enc/test.rs:386:26
[INFO] [stdout]     |
[INFO] [stdout] 386 |     test_roundtrip_file!(include_bytes!("../../testdata/64x"), 72, 9, 10, false, 3, 2);
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/enc/../../testdata/ukkonooa`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/enc/test.rs:391:9
[INFO] [stdout]     |
[INFO] [stdout] 391 |         include_bytes!("../../testdata/ukkonooa"),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/enc/../../testdata/backward65536`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/enc/test.rs:403:9
[INFO] [stdout]     |
[INFO] [stdout] 403 |         include_bytes!("../../testdata/backward65536"),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/enc/../../testdata/aaabaaaa`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/enc/test.rs:415:9
[INFO] [stdout]     |
[INFO] [stdout] 415 |         include_bytes!("../../testdata/aaabaaaa"),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/enc/../../testdata/monkey`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/enc/test.rs:427:9
[INFO] [stdout]     |
[INFO] [stdout] 427 |         include_bytes!("../../testdata/monkey"),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/enc/../../testdata/quickfox_repeated`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/enc/test.rs:439:9
[INFO] [stdout]     |
[INFO] [stdout] 439 |         include_bytes!("../../testdata/quickfox_repeated"),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/enc/../../testdata/asyoulik.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/enc/test.rs:452:9
[INFO] [stdout]     |
[INFO] [stdout] 452 |         include_bytes!("../../testdata/asyoulik.txt"),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/enc/../../testdata/asyoulik.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/enc/test.rs:465:9
[INFO] [stdout]     |
[INFO] [stdout] 465 |         include_bytes!("../../testdata/asyoulik.txt"),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/enc/../../testdata/compressed_file`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/enc/test.rs:478:9
[INFO] [stdout]     |
[INFO] [stdout] 478 |         include_bytes!("../../testdata/compressed_file"),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/enc/../../testdata/compressed_repeated`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/enc/test.rs:491:9
[INFO] [stdout]     |
[INFO] [stdout] 491 |         include_bytes!("../../testdata/compressed_repeated"),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/enc/../../testdata/alice29.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/enc/test.rs:504:10
[INFO] [stdout]     |
[INFO] [stdout] 504 |         &include_bytes!("../../testdata/alice29.txt")[..58],
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/enc/../../testdata/alice29.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/enc/test.rs:516:10
[INFO] [stdout]     |
[INFO] [stdout] 516 |         &include_bytes!("../../testdata/alice29.txt")[..2],
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/enc/../../testdata/quickfox`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/enc/test.rs:529:9
[INFO] [stdout]     |
[INFO] [stdout] 529 |         include_bytes!("../../testdata/quickfox"),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `brotli` (lib test) due to 15 previous errors
[INFO] running `Command { std: "docker" "inspect" "22aa5e6a560b3cc12855dbeb669c7b51295181c5d392d61968ded5989d8c41fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22aa5e6a560b3cc12855dbeb669c7b51295181c5d392d61968ded5989d8c41fc", kill_on_drop: false }`
[INFO] [stdout] 22aa5e6a560b3cc12855dbeb669c7b51295181c5d392d61968ded5989d8c41fc
