[INFO] crate brotli-decompressor 2.3.1 is already in cache [INFO] testing brotli-decompressor-2.3.1 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate brotli-decompressor 2.3.1 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate brotli-decompressor 2.3.1 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate brotli-decompressor 2.3.1 [INFO] finished tweaking crates.io crate brotli-decompressor 2.3.1 [INFO] tweaked toml for crates.io crate brotli-decompressor 2.3.1 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate crates.io crate brotli-decompressor 2.3.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 84e1cc38398330eb794394c0ffcfb1b6b2c26e9cfc5971eb927bdfa9d63b612d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "84e1cc38398330eb794394c0ffcfb1b6b2c26e9cfc5971eb927bdfa9d63b612d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "84e1cc38398330eb794394c0ffcfb1b6b2c26e9cfc5971eb927bdfa9d63b612d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84e1cc38398330eb794394c0ffcfb1b6b2c26e9cfc5971eb927bdfa9d63b612d", kill_on_drop: false }` [INFO] [stdout] 84e1cc38398330eb794394c0ffcfb1b6b2c26e9cfc5971eb927bdfa9d63b612d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7a50893acd2775b762dcc217dc7fb8239f4e4cf59890033663eaf3d4dd73013d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7a50893acd2775b762dcc217dc7fb8239f4e4cf59890033663eaf3d4dd73013d", kill_on_drop: false }` [INFO] [stderr] Compiling brotli-decompressor v2.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ffi/mod.rs:37:45 [INFO] [stdout] | [INFO] [stdout] 37 | type BrotliAdditionalErrorData = boxed::Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn any::Any + Send + 'static` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/huffman/mod.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | / core::mem::replace(&mut self.htrees, [INFO] [stdout] 70 | | alloc_u32.alloc_cell(nt)); [INFO] [stdout] | |_____________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/huffman/mod.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | / core::mem::replace(&mut self.codes, [INFO] [stdout] 72 | | alloc_hc.alloc_cell(nt * BROTLI_HUFFMAN_MAX_TABLE_SIZE as usize)); [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:1199:5 [INFO] [stdout] | [INFO] [stdout] 1199 | / mem::replace(&mut s.literal_hgroup.codes, [INFO] [stdout] 1200 | | mem::replace(&mut hcodes, AllocHC::AllocatedMemory::default())); [INFO] [stdout] | |_________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:1201:5 [INFO] [stdout] | [INFO] [stdout] 1201 | / mem::replace(&mut s.literal_hgroup.htrees, [INFO] [stdout] 1202 | | mem::replace(&mut htrees, AllocU32::AllocatedMemory::default())); [INFO] [stdout] | |__________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:1204:5 [INFO] [stdout] | [INFO] [stdout] 1204 | / mem::replace(&mut s.insert_copy_hgroup.codes, [INFO] [stdout] 1205 | | mem::replace(&mut hcodes, AllocHC::AllocatedMemory::default())); [INFO] [stdout] | |_________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:1206:5 [INFO] [stdout] | [INFO] [stdout] 1206 | / mem::replace(&mut s.insert_copy_hgroup.htrees, [INFO] [stdout] 1207 | | mem::replace(&mut htrees, AllocU32::AllocatedMemory::default())); [INFO] [stdout] | |__________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:1209:5 [INFO] [stdout] | [INFO] [stdout] 1209 | / mem::replace(&mut s.distance_hgroup.codes, [INFO] [stdout] 1210 | | mem::replace(&mut hcodes, AllocHC::AllocatedMemory::default())); [INFO] [stdout] | |_________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:1211:5 [INFO] [stdout] | [INFO] [stdout] 1211 | / mem::replace(&mut s.distance_hgroup.htrees, [INFO] [stdout] 1212 | | mem::replace(&mut htrees, AllocU32::AllocatedMemory::default())); [INFO] [stdout] | |__________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:1336:9 [INFO] [stdout] | [INFO] [stdout] 1336 | / mem::replace(&mut s.context_map_table, [INFO] [stdout] 1337 | | mem::replace(&mut local_context_map_table, [INFO] [stdout] 1338 | | AllocHC::AllocatedMemory::default())); [INFO] [stdout] | |________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:1456:5 [INFO] [stdout] | [INFO] [stdout] 1456 | / mem::replace(&mut s.dist_context_map, [INFO] [stdout] 1457 | | mem::replace(&mut context_map_arg, AllocU8::AllocatedMemory::default())); [INFO] [stdout] | |__________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:1460:5 [INFO] [stdout] | [INFO] [stdout] 1460 | / mem::replace(&mut s.context_map, [INFO] [stdout] 1461 | | mem::replace(&mut context_map_arg, AllocU8::AllocatedMemory::default())); [INFO] [stdout] | |__________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:2596:3 [INFO] [stdout] | [INFO] [stdout] 2596 | / core::mem::replace(&mut s.literal_hgroup, [INFO] [stdout] 2597 | | core::mem::replace(&mut saved_literal_hgroup, [INFO] [stdout] 2598 | | HuffmanTreeGroup::::default())); [INFO] [stdout] | |___________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:2600:3 [INFO] [stdout] | [INFO] [stdout] 2600 | / core::mem::replace(&mut s.distance_hgroup, [INFO] [stdout] 2601 | | core::mem::replace(&mut saved_distance_hgroup, [INFO] [stdout] 2602 | | HuffmanTreeGroup::::default())); [INFO] [stdout] | |___________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:2604:3 [INFO] [stdout] | [INFO] [stdout] 2604 | / core::mem::replace(&mut s.insert_copy_hgroup, [INFO] [stdout] 2605 | | core::mem::replace(&mut saved_insert_copy_hgroup, [INFO] [stdout] 2606 | | HuffmanTreeGroup::::default())); [INFO] [stdout] | |___________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:2945:11 [INFO] [stdout] | [INFO] [stdout] 2945 | / mem::replace(&mut s.block_type_length_state.block_type_trees, [INFO] [stdout] 2946 | | new_huffman_table); [INFO] [stdout] | |__________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:2964:11 [INFO] [stdout] | [INFO] [stdout] 2964 | / mem::replace(&mut s.block_type_length_state.block_len_trees, [INFO] [stdout] 2965 | | new_huffman_table); [INFO] [stdout] | |__________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.67s [INFO] running `Command { std: "docker" "inspect" "7a50893acd2775b762dcc217dc7fb8239f4e4cf59890033663eaf3d4dd73013d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a50893acd2775b762dcc217dc7fb8239f4e4cf59890033663eaf3d4dd73013d", kill_on_drop: false }` [INFO] [stdout] 7a50893acd2775b762dcc217dc7fb8239f4e4cf59890033663eaf3d4dd73013d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1ac393044b809bab56dab68ba990e48be970bf9d8392be8dd4e5ab94a5914a7f [INFO] running `Command { std: "docker" "start" "-a" "1ac393044b809bab56dab68ba990e48be970bf9d8392be8dd4e5ab94a5914a7f", kill_on_drop: false }` [INFO] [stderr] Compiling brotli-decompressor v2.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ffi/mod.rs:37:45 [INFO] [stdout] | [INFO] [stdout] 37 | type BrotliAdditionalErrorData = boxed::Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn any::Any + Send + 'static` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/huffman/mod.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | / core::mem::replace(&mut self.htrees, [INFO] [stdout] 70 | | alloc_u32.alloc_cell(nt)); [INFO] [stdout] | |_____________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/huffman/mod.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | / core::mem::replace(&mut self.codes, [INFO] [stdout] 72 | | alloc_hc.alloc_cell(nt * BROTLI_HUFFMAN_MAX_TABLE_SIZE as usize)); [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:1199:5 [INFO] [stdout] | [INFO] [stdout] 1199 | / mem::replace(&mut s.literal_hgroup.codes, [INFO] [stdout] 1200 | | mem::replace(&mut hcodes, AllocHC::AllocatedMemory::default())); [INFO] [stdout] | |_________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:1201:5 [INFO] [stdout] | [INFO] [stdout] 1201 | / mem::replace(&mut s.literal_hgroup.htrees, [INFO] [stdout] 1202 | | mem::replace(&mut htrees, AllocU32::AllocatedMemory::default())); [INFO] [stdout] | |__________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:1204:5 [INFO] [stdout] | [INFO] [stdout] 1204 | / mem::replace(&mut s.insert_copy_hgroup.codes, [INFO] [stdout] 1205 | | mem::replace(&mut hcodes, AllocHC::AllocatedMemory::default())); [INFO] [stdout] | |_________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:1206:5 [INFO] [stdout] | [INFO] [stdout] 1206 | / mem::replace(&mut s.insert_copy_hgroup.htrees, [INFO] [stdout] 1207 | | mem::replace(&mut htrees, AllocU32::AllocatedMemory::default())); [INFO] [stdout] | |__________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:1209:5 [INFO] [stdout] | [INFO] [stdout] 1209 | / mem::replace(&mut s.distance_hgroup.codes, [INFO] [stdout] 1210 | | mem::replace(&mut hcodes, AllocHC::AllocatedMemory::default())); [INFO] [stdout] | |_________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:1211:5 [INFO] [stdout] | [INFO] [stdout] 1211 | / mem::replace(&mut s.distance_hgroup.htrees, [INFO] [stdout] 1212 | | mem::replace(&mut htrees, AllocU32::AllocatedMemory::default())); [INFO] [stdout] | |__________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:1336:9 [INFO] [stdout] | [INFO] [stdout] 1336 | / mem::replace(&mut s.context_map_table, [INFO] [stdout] 1337 | | mem::replace(&mut local_context_map_table, [INFO] [stdout] 1338 | | AllocHC::AllocatedMemory::default())); [INFO] [stdout] | |________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:1456:5 [INFO] [stdout] | [INFO] [stdout] 1456 | / mem::replace(&mut s.dist_context_map, [INFO] [stdout] 1457 | | mem::replace(&mut context_map_arg, AllocU8::AllocatedMemory::default())); [INFO] [stdout] | |__________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:1460:5 [INFO] [stdout] | [INFO] [stdout] 1460 | / mem::replace(&mut s.context_map, [INFO] [stdout] 1461 | | mem::replace(&mut context_map_arg, AllocU8::AllocatedMemory::default())); [INFO] [stdout] | |__________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:2596:3 [INFO] [stdout] | [INFO] [stdout] 2596 | / core::mem::replace(&mut s.literal_hgroup, [INFO] [stdout] 2597 | | core::mem::replace(&mut saved_literal_hgroup, [INFO] [stdout] 2598 | | HuffmanTreeGroup::::default())); [INFO] [stdout] | |___________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:2600:3 [INFO] [stdout] | [INFO] [stdout] 2600 | / core::mem::replace(&mut s.distance_hgroup, [INFO] [stdout] 2601 | | core::mem::replace(&mut saved_distance_hgroup, [INFO] [stdout] 2602 | | HuffmanTreeGroup::::default())); [INFO] [stdout] | |___________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:2604:3 [INFO] [stdout] | [INFO] [stdout] 2604 | / core::mem::replace(&mut s.insert_copy_hgroup, [INFO] [stdout] 2605 | | core::mem::replace(&mut saved_insert_copy_hgroup, [INFO] [stdout] 2606 | | HuffmanTreeGroup::::default())); [INFO] [stdout] | |___________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:2945:11 [INFO] [stdout] | [INFO] [stdout] 2945 | / mem::replace(&mut s.block_type_length_state.block_type_trees, [INFO] [stdout] 2946 | | new_huffman_table); [INFO] [stdout] | |__________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:2964:11 [INFO] [stdout] | [INFO] [stdout] 2964 | / mem::replace(&mut s.block_type_length_state.block_len_trees, [INFO] [stdout] 2965 | | new_huffman_table); [INFO] [stdout] | |__________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [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:314:17 [INFO] [stdout] | [INFO] [stdout] 314 | reader_helper(include_bytes!("../../testdata/64x.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/64x: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:315:44 [INFO] [stdout] | [INFO] [stdout] 315 | ... include_bytes!("../../testdata/64x"), 181) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/random_then_unicode.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:322:17 [INFO] [stdout] | [INFO] [stdout] 322 | reader_helper(include_bytes!("../../testdata/random_then_unicode.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/random_then_unicode: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:323:44 [INFO] [stdout] | [INFO] [stdout] 323 | ... include_bytes!("../../testdata/random_then_unicode"), 121) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/64x.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:383:17 [INFO] [stdout] | [INFO] [stdout] 383 | writer_helper(include_bytes!("../../testdata/64x.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/64x: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:384:44 [INFO] [stdout] | [INFO] [stdout] 384 | ... include_bytes!("../../testdata/64x"), 1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/mapsdatazrh.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:393:17 [INFO] [stdout] | [INFO] [stdout] 393 | writer_helper(include_bytes!("../../testdata/mapsdatazrh.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/mapsdatazrh: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:394:17 [INFO] [stdout] | [INFO] [stdout] 394 | include_bytes!("../../testdata/mapsdatazrh"), 512) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/mapsdatazrh.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:401:27 [INFO] [stdout] | [INFO] [stdout] 401 | writer_early_out_helper(include_bytes!("../../testdata/mapsdatazrh.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/mapsdatazrh: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:402:44 [INFO] [stdout] | [INFO] [stdout] 402 | ... include_bytes!("../../testdata/mapsdatazrh"), 65536, 65536) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/64x.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:519:44 [INFO] [stdout] | [INFO] [stdout] 519 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/64x.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/64x: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:520:44 [INFO] [stdout] | [INFO] [stdout] 520 | ... include_bytes!("../../testdata/64x"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/random1024.br: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:527:44 [INFO] [stdout] | [INFO] [stdout] 527 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/random1024.br"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/random1024: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:528:44 [INFO] [stdout] | [INFO] [stdout] 528 | ... include_bytes!("../../testdata/random1024"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/random1024.br: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:534:44 [INFO] [stdout] | [INFO] [stdout] 534 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/random1024.br"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/random1024: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:535:44 [INFO] [stdout] | [INFO] [stdout] 535 | ... include_bytes!("../../testdata/random1024"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/asyoulik.txt.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:542:44 [INFO] [stdout] | [INFO] [stdout] 542 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/asyoulik.txt.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/asyoulik.txt: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:543:44 [INFO] [stdout] | [INFO] [stdout] 543 | ... include_bytes!("../../testdata/asyoulik.txt"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/64x: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:552:44 [INFO] [stdout] | [INFO] [stdout] 552 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/64x"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/64x: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:553:44 [INFO] [stdout] | [INFO] [stdout] 553 | ... include_bytes!("../../testdata/64x"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/alice29.txt.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:557:36 [INFO] [stdout] | [INFO] [stdout] 557 | static ALICE29_BR: &'static [u8] = include_bytes!("../../testdata/alice29.txt.compressed"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/alice29.txt: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:558:33 [INFO] [stdout] | [INFO] [stdout] 558 | static ALICE29: &'static [u8] = include_bytes!("../../testdata/alice29.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/backward65536.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:576:44 [INFO] [stdout] | [INFO] [stdout] 576 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/backward65536.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/backward65536: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:577:44 [INFO] [stdout] | [INFO] [stdout] 577 | ... include_bytes!("../../testdata/backward65536"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/compressed_file.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:585:44 [INFO] [stdout] | [INFO] [stdout] 585 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/compressed_file.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/compressed_file: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:586:44 [INFO] [stdout] | [INFO] [stdout] 586 | ... include_bytes!("../../testdata/compressed_file"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/compressed_repeated.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:593:44 [INFO] [stdout] | [INFO] [stdout] 593 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/compressed_repeated.\ [INFO] [stdout] | ____________________________________________^ [INFO] [stdout] 594 | | compressed"), [INFO] [stdout] | |_______________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/compressed_repeated: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:595:44 [INFO] [stdout] | [INFO] [stdout] 595 | ... include_bytes!("../../testdata/compressed_repeated"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:602:44 [INFO] [stdout] | [INFO] [stdout] 602 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:603:44 [INFO] [stdout] | [INFO] [stdout] 603 | ... include_bytes!("../../testdata/empty"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty.compressed.00: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:609:44 [INFO] [stdout] | [INFO] [stdout] 609 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.00"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:610:44 [INFO] [stdout] | [INFO] [stdout] 610 | ... include_bytes!("../../testdata/empty"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty.compressed.01: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:616:44 [INFO] [stdout] | [INFO] [stdout] 616 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.01"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:617:44 [INFO] [stdout] | [INFO] [stdout] 617 | ... include_bytes!("../../testdata/empty"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty.compressed.02: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:623:44 [INFO] [stdout] | [INFO] [stdout] 623 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.02"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:624:44 [INFO] [stdout] | [INFO] [stdout] 624 | ... include_bytes!("../../testdata/empty"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty.compressed.03: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:630:44 [INFO] [stdout] | [INFO] [stdout] 630 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.03"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:631:44 [INFO] [stdout] | [INFO] [stdout] 631 | ... include_bytes!("../../testdata/empty"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty.compressed.04: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:637:44 [INFO] [stdout] | [INFO] [stdout] 637 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.04"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:638:44 [INFO] [stdout] | [INFO] [stdout] 638 | ... include_bytes!("../../testdata/empty"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty.compressed.05: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:644:44 [INFO] [stdout] | [INFO] [stdout] 644 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.05"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:645:44 [INFO] [stdout] | [INFO] [stdout] 645 | ... include_bytes!("../../testdata/empty"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty.compressed.06: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:651:44 [INFO] [stdout] | [INFO] [stdout] 651 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.06"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:652:44 [INFO] [stdout] | [INFO] [stdout] 652 | ... include_bytes!("../../testdata/empty"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty.compressed.07: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:658:44 [INFO] [stdout] | [INFO] [stdout] 658 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.07"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:659:44 [INFO] [stdout] | [INFO] [stdout] 659 | ... include_bytes!("../../testdata/empty"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty.compressed.08: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:665:44 [INFO] [stdout] | [INFO] [stdout] 665 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.08"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:666:44 [INFO] [stdout] | [INFO] [stdout] 666 | ... include_bytes!("../../testdata/empty"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty.compressed.09: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:672:44 [INFO] [stdout] | [INFO] [stdout] 672 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.09"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:673:44 [INFO] [stdout] | [INFO] [stdout] 673 | ... include_bytes!("../../testdata/empty"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty.compressed.10: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:679:44 [INFO] [stdout] | [INFO] [stdout] 679 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.10"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:680:44 [INFO] [stdout] | [INFO] [stdout] 680 | ... include_bytes!("../../testdata/empty"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty.compressed.11: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:686:44 [INFO] [stdout] | [INFO] [stdout] 686 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.11"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:687:44 [INFO] [stdout] | [INFO] [stdout] 687 | ... include_bytes!("../../testdata/empty"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty.compressed.12: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:693:44 [INFO] [stdout] | [INFO] [stdout] 693 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.12"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:694:44 [INFO] [stdout] | [INFO] [stdout] 694 | ... include_bytes!("../../testdata/empty"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty.compressed.13: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:700:44 [INFO] [stdout] | [INFO] [stdout] 700 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.13"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:701:44 [INFO] [stdout] | [INFO] [stdout] 701 | ... include_bytes!("../../testdata/empty"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty.compressed.14: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:707:44 [INFO] [stdout] | [INFO] [stdout] 707 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.14"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:708:44 [INFO] [stdout] | [INFO] [stdout] 708 | ... include_bytes!("../../testdata/empty"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty.compressed.15: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:714:44 [INFO] [stdout] | [INFO] [stdout] 714 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.15"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:715:44 [INFO] [stdout] | [INFO] [stdout] 715 | ... include_bytes!("../../testdata/empty"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty.compressed.16: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:721:44 [INFO] [stdout] | [INFO] [stdout] 721 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.16"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:722:44 [INFO] [stdout] | [INFO] [stdout] 722 | ... include_bytes!("../../testdata/empty"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty.compressed.17: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:728:44 [INFO] [stdout] | [INFO] [stdout] 728 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.17"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:729:44 [INFO] [stdout] | [INFO] [stdout] 729 | ... include_bytes!("../../testdata/empty"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty.compressed.18: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:735:44 [INFO] [stdout] | [INFO] [stdout] 735 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/empty.compressed.18"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:736:44 [INFO] [stdout] | [INFO] [stdout] 736 | ... include_bytes!("../../testdata/empty"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/lcet10.txt.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:743:44 [INFO] [stdout] | [INFO] [stdout] 743 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/lcet10.txt.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/lcet10.txt: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:744:44 [INFO] [stdout] | [INFO] [stdout] 744 | ... include_bytes!("../../testdata/lcet10.txt"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/mapsdatazrh.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:751:44 [INFO] [stdout] | [INFO] [stdout] 751 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/mapsdatazrh.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/mapsdatazrh: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:752:44 [INFO] [stdout] | [INFO] [stdout] 752 | ... include_bytes!("../../testdata/mapsdatazrh"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/monkey.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:759:44 [INFO] [stdout] | [INFO] [stdout] 759 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/monkey.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/monkey: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:760:44 [INFO] [stdout] | [INFO] [stdout] 760 | ... include_bytes!("../../testdata/monkey"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/monkey.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:767:44 [INFO] [stdout] | [INFO] [stdout] 767 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/monkey.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/monkey: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:768:44 [INFO] [stdout] | [INFO] [stdout] 768 | ... include_bytes!("../../testdata/monkey"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/monkey.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:775:44 [INFO] [stdout] | [INFO] [stdout] 775 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/monkey.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/monkey: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:776:44 [INFO] [stdout] | [INFO] [stdout] 776 | ... include_bytes!("../../testdata/monkey"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/plrabn12.txt.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:783:44 [INFO] [stdout] | [INFO] [stdout] 783 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/plrabn12.txt.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/plrabn12.txt: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:784:44 [INFO] [stdout] | [INFO] [stdout] 784 | ... include_bytes!("../../testdata/plrabn12.txt"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/random_org_10k.bin.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:791:44 [INFO] [stdout] | [INFO] [stdout] 791 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/random_org_10k.bin.\ [INFO] [stdout] | ____________________________________________^ [INFO] [stdout] 792 | | compressed"), [INFO] [stdout] | |_______________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/random_org_10k.bin: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:793:44 [INFO] [stdout] | [INFO] [stdout] 793 | ... include_bytes!("../../testdata/random_org_10k.bin"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/ukkonooa.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:800:44 [INFO] [stdout] | [INFO] [stdout] 800 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/ukkonooa.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/ukkonooa: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:801:44 [INFO] [stdout] | [INFO] [stdout] 801 | ... include_bytes!("../../testdata/ukkonooa"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/ukkonooa.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:808:44 [INFO] [stdout] | [INFO] [stdout] 808 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/ukkonooa.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/ukkonooa: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:809:44 [INFO] [stdout] | [INFO] [stdout] 809 | ... include_bytes!("../../testdata/ukkonooa"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/ukkonooa.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:816:44 [INFO] [stdout] | [INFO] [stdout] 816 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/ukkonooa.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/ukkonooa: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:817:44 [INFO] [stdout] | [INFO] [stdout] 817 | ... include_bytes!("../../testdata/ukkonooa"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/x.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:824:44 [INFO] [stdout] | [INFO] [stdout] 824 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/x.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/x: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:825:44 [INFO] [stdout] | [INFO] [stdout] 825 | ... include_bytes!("../../testdata/x"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/x.compressed.00: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:831:44 [INFO] [stdout] | [INFO] [stdout] 831 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/x.compressed.00"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/x: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:832:44 [INFO] [stdout] | [INFO] [stdout] 832 | ... include_bytes!("../../testdata/x"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/x.compressed.01: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:838:44 [INFO] [stdout] | [INFO] [stdout] 838 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/x.compressed.01"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/x: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:839:44 [INFO] [stdout] | [INFO] [stdout] 839 | ... include_bytes!("../../testdata/x"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/x.compressed.02: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:845:44 [INFO] [stdout] | [INFO] [stdout] 845 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/x.compressed.02"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/x: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:846:44 [INFO] [stdout] | [INFO] [stdout] 846 | ... include_bytes!("../../testdata/x"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/x.compressed.03: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:852:44 [INFO] [stdout] | [INFO] [stdout] 852 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/x.compressed.03"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/x: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:853:44 [INFO] [stdout] | [INFO] [stdout] 853 | ... include_bytes!("../../testdata/x"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/xyzzy.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:860:44 [INFO] [stdout] | [INFO] [stdout] 860 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/xyzzy.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/xyzzy: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:861:44 [INFO] [stdout] | [INFO] [stdout] 861 | ... include_bytes!("../../testdata/xyzzy"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/zeros.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:868:44 [INFO] [stdout] | [INFO] [stdout] 868 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/zeros.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/zeros: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:869:44 [INFO] [stdout] | [INFO] [stdout] 869 | ... include_bytes!("../../testdata/zeros"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/metablock_reset.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:877:44 [INFO] [stdout] | [INFO] [stdout] 877 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/metablock_reset.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/metablock_reset: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:878:44 [INFO] [stdout] | [INFO] [stdout] 878 | ... include_bytes!("../../testdata/metablock_reset"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/fuzz502.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:885:44 [INFO] [stdout] | [INFO] [stdout] 885 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/fuzz502.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/fuzz502: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:886:44 [INFO] [stdout] | [INFO] [stdout] 886 | ... include_bytes!("../../testdata/fuzz502"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/metablock_reset.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:930:44 [INFO] [stdout] | [INFO] [stdout] 930 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/metablock_reset.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/metablock_reset: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:931:44 [INFO] [stdout] | [INFO] [stdout] 931 | ... include_bytes!("../../testdata/metablock_reset"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/metablock_reset.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:938:44 [INFO] [stdout] | [INFO] [stdout] 938 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/metablock_reset.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/metablock_reset: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:939:44 [INFO] [stdout] | [INFO] [stdout] 939 | ... include_bytes!("../../testdata/metablock_reset"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/metablock_reset.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:946:44 [INFO] [stdout] | [INFO] [stdout] 946 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/metablock_reset.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/metablock_reset: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:947:44 [INFO] [stdout] | [INFO] [stdout] 947 | ... include_bytes!("../../testdata/metablock_reset"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/metablock_reset.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:954:44 [INFO] [stdout] | [INFO] [stdout] 954 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/metablock_reset.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/metablock_reset: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:955:44 [INFO] [stdout] | [INFO] [stdout] 955 | ... include_bytes!("../../testdata/metablock_reset"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/borked.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:963:44 [INFO] [stdout] | [INFO] [stdout] 963 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/borked.compressed"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/empty: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:964:44 [INFO] [stdout] | [INFO] [stdout] 964 | ... include_bytes!("../../testdata/empty"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/ends_with_truncated_dictionary.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:971:44 [INFO] [stdout] | [INFO] [stdout] 971 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/ends_with_truncated_dictionary.\ [INFO] [stdout] | ____________________________________________^ [INFO] [stdout] 972 | | compressed"), [INFO] [stdout] | |_______________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/ends_with_truncated_dictionary: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:973:44 [INFO] [stdout] | [INFO] [stdout] 973 | ... include_bytes!("../../testdata/ends_with_truncated_dictionary"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/random_then_unicode.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:980:44 [INFO] [stdout] | [INFO] [stdout] 980 | assert_decompressed_input_matches_output(include_bytes!("../../testdata/random_then_unicode.\ [INFO] [stdout] | ____________________________________________^ [INFO] [stdout] 981 | | compressed"), [INFO] [stdout] | |_______________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/random_then_unicode: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:982:44 [INFO] [stdout] | [INFO] [stdout] 982 | ... include_bytes!("../../testdata/random_then_unicode"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/rnd_chunk.br: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:988:41 [INFO] [stdout] | [INFO] [stdout] 988 | assert_huge_file_input_matches_output(include_bytes!("../../testdata/rnd_chunk.br"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/rnd_prefix: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:989:41 [INFO] [stdout] | [INFO] [stdout] 989 | ... include_bytes!("../../testdata/rnd_prefix"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/rnd_postfix: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/integration_tests.rs:990:41 [INFO] [stdout] | [INFO] [stdout] 990 | ... include_bytes!("../../testdata/rnd_postfix"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/alice29.txt.compressed: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/tests.rs:98:16 [INFO] [stdout] | [INFO] [stdout] 98 | let in_buf = include_bytes!("../../testdata/alice29.txt.compressed"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/../../testdata/alice29.txt: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/tests.rs:107:15 [INFO] [stdout] | [INFO] [stdout] 107 | let truth = include_bytes!("../../testdata/alice29.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/bin/integration_tests.rs:173:11 [INFO] [stdout] | [INFO] [stdout] 173 | try!(_write_all(&mut w, &output.slice()[..output_offset])); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/bin/integration_tests.rs:196:9 [INFO] [stdout] | [INFO] [stdout] 196 | try!(_write_all(&mut w, &output.slice()[..output_offset])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 125 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `brotli-decompressor`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ffi/mod.rs:37:45 [INFO] [stdout] | [INFO] [stdout] 37 | type BrotliAdditionalErrorData = boxed::Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn any::Any + Send + 'static` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/huffman/mod.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | / core::mem::replace(&mut self.htrees, [INFO] [stdout] 70 | | alloc_u32.alloc_cell(nt)); [INFO] [stdout] | |_____________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/huffman/mod.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | / core::mem::replace(&mut self.codes, [INFO] [stdout] 72 | | alloc_hc.alloc_cell(nt * BROTLI_HUFFMAN_MAX_TABLE_SIZE as usize)); [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:1199:5 [INFO] [stdout] | [INFO] [stdout] 1199 | / mem::replace(&mut s.literal_hgroup.codes, [INFO] [stdout] 1200 | | mem::replace(&mut hcodes, AllocHC::AllocatedMemory::default())); [INFO] [stdout] | |_________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:1201:5 [INFO] [stdout] | [INFO] [stdout] 1201 | / mem::replace(&mut s.literal_hgroup.htrees, [INFO] [stdout] 1202 | | mem::replace(&mut htrees, AllocU32::AllocatedMemory::default())); [INFO] [stdout] | |__________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:1204:5 [INFO] [stdout] | [INFO] [stdout] 1204 | / mem::replace(&mut s.insert_copy_hgroup.codes, [INFO] [stdout] 1205 | | mem::replace(&mut hcodes, AllocHC::AllocatedMemory::default())); [INFO] [stdout] | |_________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:1206:5 [INFO] [stdout] | [INFO] [stdout] 1206 | / mem::replace(&mut s.insert_copy_hgroup.htrees, [INFO] [stdout] 1207 | | mem::replace(&mut htrees, AllocU32::AllocatedMemory::default())); [INFO] [stdout] | |__________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:1209:5 [INFO] [stdout] | [INFO] [stdout] 1209 | / mem::replace(&mut s.distance_hgroup.codes, [INFO] [stdout] 1210 | | mem::replace(&mut hcodes, AllocHC::AllocatedMemory::default())); [INFO] [stdout] | |_________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:1211:5 [INFO] [stdout] | [INFO] [stdout] 1211 | / mem::replace(&mut s.distance_hgroup.htrees, [INFO] [stdout] 1212 | | mem::replace(&mut htrees, AllocU32::AllocatedMemory::default())); [INFO] [stdout] | |__________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:1336:9 [INFO] [stdout] | [INFO] [stdout] 1336 | / mem::replace(&mut s.context_map_table, [INFO] [stdout] 1337 | | mem::replace(&mut local_context_map_table, [INFO] [stdout] 1338 | | AllocHC::AllocatedMemory::default())); [INFO] [stdout] | |________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:1456:5 [INFO] [stdout] | [INFO] [stdout] 1456 | / mem::replace(&mut s.dist_context_map, [INFO] [stdout] 1457 | | mem::replace(&mut context_map_arg, AllocU8::AllocatedMemory::default())); [INFO] [stdout] | |__________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:1460:5 [INFO] [stdout] | [INFO] [stdout] 1460 | / mem::replace(&mut s.context_map, [INFO] [stdout] 1461 | | mem::replace(&mut context_map_arg, AllocU8::AllocatedMemory::default())); [INFO] [stdout] | |__________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:2596:3 [INFO] [stdout] | [INFO] [stdout] 2596 | / core::mem::replace(&mut s.literal_hgroup, [INFO] [stdout] 2597 | | core::mem::replace(&mut saved_literal_hgroup, [INFO] [stdout] 2598 | | HuffmanTreeGroup::::default())); [INFO] [stdout] | |___________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:2600:3 [INFO] [stdout] | [INFO] [stdout] 2600 | / core::mem::replace(&mut s.distance_hgroup, [INFO] [stdout] 2601 | | core::mem::replace(&mut saved_distance_hgroup, [INFO] [stdout] 2602 | | HuffmanTreeGroup::::default())); [INFO] [stdout] | |___________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:2604:3 [INFO] [stdout] | [INFO] [stdout] 2604 | / core::mem::replace(&mut s.insert_copy_hgroup, [INFO] [stdout] 2605 | | core::mem::replace(&mut saved_insert_copy_hgroup, [INFO] [stdout] 2606 | | HuffmanTreeGroup::::default())); [INFO] [stdout] | |___________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:2945:11 [INFO] [stdout] | [INFO] [stdout] 2945 | / mem::replace(&mut s.block_type_length_state.block_type_trees, [INFO] [stdout] 2946 | | new_huffman_table); [INFO] [stdout] | |__________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/decode.rs:2964:11 [INFO] [stdout] | [INFO] [stdout] 2964 | / mem::replace(&mut s.block_type_length_state.block_len_trees, [INFO] [stdout] 2965 | | new_huffman_table); [INFO] [stdout] | |__________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "1ac393044b809bab56dab68ba990e48be970bf9d8392be8dd4e5ab94a5914a7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ac393044b809bab56dab68ba990e48be970bf9d8392be8dd4e5ab94a5914a7f", kill_on_drop: false }` [INFO] [stdout] 1ac393044b809bab56dab68ba990e48be970bf9d8392be8dd4e5ab94a5914a7f