[INFO] fetching crate brotli 8.0.1... [INFO] testing brotli-8.0.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate brotli 8.0.1 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate brotli 8.0.1 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate brotli 8.0.1 [INFO] tweaked toml for crates.io crate brotli 8.0.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate brotli 8.0.1 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate brotli 8.0.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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dab33c92d0dbf46195d5aad836fe0e864afdee6c4f02615ce022294dc5fb7559 [INFO] running `Command { std: "docker" "start" "-a" "dab33c92d0dbf46195d5aad836fe0e864afdee6c4f02615ce022294dc5fb7559", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dab33c92d0dbf46195d5aad836fe0e864afdee6c4f02615ce022294dc5fb7559", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dab33c92d0dbf46195d5aad836fe0e864afdee6c4f02615ce022294dc5fb7559", kill_on_drop: false }` [INFO] [stdout] dab33c92d0dbf46195d5aad836fe0e864afdee6c4f02615ce022294dc5fb7559 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 5c931256139a86fbd414ae053d138ccd9127cece2a7e539b0092b906ba1f41e0 [INFO] running `Command { std: "docker" "start" "-a" "5c931256139a86fbd414ae053d138ccd9127cece2a7e539b0092b906ba1f41e0", kill_on_drop: false }` [INFO] [stderr] Compiling alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling alloc-stdlib v0.2.2 [INFO] [stderr] Compiling brotli-decompressor v5.0.0 [INFO] [stderr] Compiling brotli v8.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/enc/prior_eval.rs:44:15 [INFO] [stdout] | [INFO] [stdout] 44 | data: &mut [s16], [INFO] [stdout] | ^^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 49 | ) -> CDF { [INFO] [stdout] | --- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 49 | ) -> CDF<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/enc/stride_eval.rs:48:15 [INFO] [stdout] | [INFO] [stdout] 48 | data: &mut [u16], [INFO] [stdout] | ^^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 53 | ) -> CDF { [INFO] [stdout] | --- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 53 | ) -> CDF<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.63s [INFO] running `Command { std: "docker" "inspect" "5c931256139a86fbd414ae053d138ccd9127cece2a7e539b0092b906ba1f41e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c931256139a86fbd414ae053d138ccd9127cece2a7e539b0092b906ba1f41e0", kill_on_drop: false }` [INFO] [stdout] 5c931256139a86fbd414ae053d138ccd9127cece2a7e539b0092b906ba1f41e0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] b7435fa1157379bedc5df1e111799f15c0ceb9fe6c7e6c1937e942ea829e4fea [INFO] running `Command { std: "docker" "start" "-a" "b7435fa1157379bedc5df1e111799f15c0ceb9fe6c7e6c1937e942ea829e4fea", kill_on_drop: false }` [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/enc/prior_eval.rs:44:15 [INFO] [stdout] | [INFO] [stdout] 44 | data: &mut [s16], [INFO] [stdout] | ^^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 49 | ) -> CDF { [INFO] [stdout] | --- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 49 | ) -> CDF<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/enc/stride_eval.rs:48:15 [INFO] [stdout] | [INFO] [stdout] 48 | data: &mut [u16], [INFO] [stdout] | ^^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 53 | ) -> CDF { [INFO] [stdout] | --- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 53 | ) -> CDF<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling brotli v8.0.1 (/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: 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,15,16... [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` (bin "brotli" test) due to 88 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `brotli` (lib test) due to 15 previous errors [INFO] running `Command { std: "docker" "inspect" "b7435fa1157379bedc5df1e111799f15c0ceb9fe6c7e6c1937e942ea829e4fea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b7435fa1157379bedc5df1e111799f15c0ceb9fe6c7e6c1937e942ea829e4fea", kill_on_drop: false }` [INFO] [stdout] b7435fa1157379bedc5df1e111799f15c0ceb9fe6c7e6c1937e942ea829e4fea