[INFO] cloning repository https://github.com/image-rs/lzw
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/image-rs/lzw" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimage-rs%2Flzw", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimage-rs%2Flzw'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c3acff9f31ac56cc8811b61d4cb7a155f1f97172
[INFO] testing image-rs/lzw against master#1ef7943ee607160a564655b6596f83670ef95df5 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimage-rs%2Flzw" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/image-rs/lzw
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/image-rs/lzw
[INFO] tweaked toml for git repo https://github.com/image-rs/lzw written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/image-rs/lzw on toolchain 1ef7943ee607160a564655b6596f83670ef95df5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/image-rs/lzw already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_derive v1.0.138
[INFO] [stderr]   Downloaded plotters-backend v0.3.4
[INFO] [stderr]   Downloaded plotters-svg v0.3.2
[INFO] [stderr]   Downloaded serde_cbor v0.11.2
[INFO] [stderr]   Downloaded semver v1.0.12
[INFO] [stderr]   Downloaded criterion-plot v0.4.4
[INFO] [stderr]   Downloaded crossbeam-channel v0.5.5
[INFO] [stderr]   Downloaded tokio v1.19.2
[INFO] [stderr]   Downloaded criterion v0.3.6
[INFO] [stderr]   Downloaded serde v1.0.138
[INFO] [stderr]   Downloaded plotters v0.3.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8481a361b8d6a6c8c8fb51eb4000e4a14da2623d8a0e3bcad02c31e0484032d1
[INFO] running `Command { std: "docker" "start" "-a" "8481a361b8d6a6c8c8fb51eb4000e4a14da2623d8a0e3bcad02c31e0484032d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8481a361b8d6a6c8c8fb51eb4000e4a14da2623d8a0e3bcad02c31e0484032d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8481a361b8d6a6c8c8fb51eb4000e4a14da2623d8a0e3bcad02c31e0484032d1", kill_on_drop: false }`
[INFO] [stdout] 8481a361b8d6a6c8c8fb51eb4000e4a14da2623d8a0e3bcad02c31e0484032d1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7ef0008fd248cd5d18afdf2a3f47e27165a14f486563826401b3699a70b58279
[INFO] running `Command { std: "docker" "start" "-a" "7ef0008fd248cd5d18afdf2a3f47e27165a14f486563826401b3699a70b58279", kill_on_drop: false }`
[INFO] [stderr]    Compiling weezl v0.1.11 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
[INFO] running `Command { std: "docker" "inspect" "7ef0008fd248cd5d18afdf2a3f47e27165a14f486563826401b3699a70b58279", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ef0008fd248cd5d18afdf2a3f47e27165a14f486563826401b3699a70b58279", kill_on_drop: false }`
[INFO] [stdout] 7ef0008fd248cd5d18afdf2a3f47e27165a14f486563826401b3699a70b58279
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5f31ea637e726f0c878b5a9b55659245d7fd6a4abdfe3515148ad7d9c97ab2f3
[INFO] running `Command { std: "docker" "start" "-a" "5f31ea637e726f0c878b5a9b55659245d7fd6a4abdfe3515148ad7d9c97ab2f3", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling once_cell v1.13.0
[INFO] [stderr]    Compiling serde v1.0.138
[INFO] [stderr]    Compiling crossbeam-utils v0.8.10
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling semver v1.0.12
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.9
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling either v1.7.0
[INFO] [stderr]    Compiling serde_json v1.0.82
[INFO] [stderr]    Compiling ryu v1.0.10
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.5
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling cast v0.2.7
[INFO] [stderr]    Compiling serde_derive v1.0.138
[INFO] [stderr]    Compiling itoa v1.0.2
[INFO] [stderr]    Compiling plotters-backend v0.3.4
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling mio v0.8.4
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling plotters-svg v0.3.2
[INFO] [stderr]    Compiling itertools v0.10.3
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling plotters v0.3.2
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling criterion-plot v0.4.4
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling csv v1.1.6
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling tokio v1.19.2
[INFO] [stderr]    Compiling criterion v0.3.6
[INFO] [stderr]    Compiling tokio-util v0.6.10
[INFO] [stderr]    Compiling weezl v0.1.11 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 59.24s
[INFO] running `Command { std: "docker" "inspect" "5f31ea637e726f0c878b5a9b55659245d7fd6a4abdfe3515148ad7d9c97ab2f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f31ea637e726f0c878b5a9b55659245d7fd6a4abdfe3515148ad7d9c97ab2f3", kill_on_drop: false }`
[INFO] [stdout] 5f31ea637e726f0c878b5a9b55659245d7fd6a4abdfe3515148ad7d9c97ab2f3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ff41583d57214969891b9cc2f1579ed10d77f0e25ab61ccf60fb1e5c5cc671ed
[INFO] running `Command { std: "docker" "start" "-a" "ff41583d57214969891b9cc2f1579ed10d77f0e25ab61ccf60fb1e5c5cc671ed", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/weezl-85c2508ece34ea1a)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test decode::tests::invalid_code_size_low ... ok
[INFO] [stdout] test decode::tests::invalid_code_size_high - should panic ... ok
[INFO] [stdout] test encode::tests::invalid_code_size_low - should panic ... ok
[INFO] [stdout] test encode::tests::invalid_code_size_high - should panic ... ok
[INFO] [stdout] test encode::tests::invalid_input_rejected ... ok
[INFO] [stdout] test tests::stable_send ... ok
[INFO] [stdout] test encode::tests::reset ... ok
[INFO] [stdout] test encode::tests::into_stream_buffer_small_alloc ... ok
[INFO] [stdout] test encode::tests::into_stream_buffer_no_alloc ... ok
[INFO] [stdout] test decode::tests::into_stream_buffer_no_alloc ... ok
[INFO] [stdout] test decode::tests::into_stream_buffer_small_alloc ... ok
[INFO] [stdout] test decode::tests::reset ... ok
[INFO] [stderr]      Running unittests bin/lzw.rs (/opt/rustwide/target/debug/deps/lzw-85344de9a0ba2f3c)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/end_of_buffer.rs (/opt/rustwide/target/debug/deps/end_of_buffer-795c363d4ceebd48)
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.90s
[INFO] [stderr]      Running tests/implicit_reset.rs (/opt/rustwide/target/debug/deps/implicit_reset-322428ab0d06e29d)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test stop_after_end_of_buffer ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test read_from_mangled ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.28s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/roundtrip.rs (/opt/rustwide/target/debug/deps/roundtrip-ec4d8a0996b70c9e)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test roundtrip_all_lsb has been running for over 60 seconds
[INFO] [stdout] test roundtrip_all_lsb_tiny has been running for over 60 seconds
[INFO] [stdout] test roundtrip_all_msb has been running for over 60 seconds
[INFO] [stdout] test roundtrip_all_msb_tiny has been running for over 60 seconds
[INFO] [stdout] test roundtrip_all_msb ... FAILED
[INFO] [stdout] test roundtrip_all_lsb ... FAILED
[INFO] [stdout] test roundtrip_all_msb_tiny ... FAILED
[INFO] [stdout] test roundtrip_all_lsb_tiny ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- roundtrip_all_msb stdout ----
[INFO] [stdout] Roundtrip test Gif Msb 2
[INFO] [stdout] Roundtrip test Gif Msb 3
[INFO] [stdout] Roundtrip test Gif Msb 4
[INFO] [stdout] Roundtrip test Gif Msb 5
[INFO] [stdout] Roundtrip test Gif Msb 6
[INFO] [stdout] Roundtrip test Gif Msb 7
[INFO] [stdout] Roundtrip test Tiff Msb 2
[INFO] [stdout] 
[INFO] [stdout] thread 'roundtrip_all_msb' (37) panicked at src/decode.rs:909:17:
[INFO] [stdout] Table: false, code_size: 12, next_code: 4095, table_condition: 4094
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x555e77147262 - std::backtrace_rs::backtrace::libunwind::trace::h786de35fecf3582f
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x555e77147262 - std::backtrace_rs::backtrace::trace_unsynchronized::h4a7da1a2a64387f1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x555e77147262 - std::sys::backtrace::_print_fmt::h6bd7d500070c788c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x555e77147262 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h6d82c1afff976903
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x555e7715735f - core::fmt::rt::Argument::fmt::hc4ce6d643d397690
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x555e7715735f - core::fmt::write::hb1e7ca88b6a3936e
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x555e77114c03 - std::io::default_write_fmt::haffd49d96f1984a8
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x555e77114c03 - std::io::Write::write_fmt::h027871c57cf57c01
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x555e77120ad2 - std::sys::backtrace::BacktraceLock::print::ha2430613ee79d059
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x555e771255af - std::panicking::default_hook::{{closure}}::hdbd2db9e5c303cf6
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x555e77125441 - std::panicking::default_hook::hed93c70cba5fdcf0
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x555e770d220e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hd0ee8b569efc6a07
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x555e770d220e - test::test_main_with_exit_callback::{{closure}}::hf10864b576ecd15d
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x555e77125bbf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h3a55ca34534c0d00
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x555e77125bbf - std::panicking::panic_with_hook::h3862d766c2cec19b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x555e77125a1a - std::panicking::panic_handler::{{closure}}::hb95eb402b5e28ee1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x555e77120c09 - std::sys::backtrace::__rust_end_short_backtrace::hf73a26dc1835d85a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x555e77108ddd - __rustc[6ed5915ee467787]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x555e7715ee00 - core::panicking::panic_fmt::h3454303eb8e6f7cd
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x555e770facab - <weezl::decode::DecodeState<C,CgC> as weezl::decode::Stateful>::advance::h9e9ded3fa670fb83
[INFO] [stdout]                                at /opt/rustwide/workdir/src/decode.rs:909:17
[INFO] [stdout]   20:     0x555e770f4c52 - weezl::decode::Decoder::decode_bytes::h549ce5de05bd949e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/decode.rs:330:20
[INFO] [stdout]   21:     0x555e770aca18 - weezl::decode::IntoStream<W>::decode_part::{{closure}}::h69fcbe37a06c9f22
[INFO] [stdout]                                at /opt/rustwide/workdir/src/decode.rs:503:34
[INFO] [stdout]   22:     0x555e770ae1f7 - <core::iter::sources::repeat_with::RepeatWith<F> as core::iter::traits::iterator::Iterator>::try_fold::h8f86bb3fbbee8d1b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/sources/repeat_with.rs:112:24
[INFO] [stdout]   23:     0x555e770aa0a9 - <core::iter::adapters::scan::Scan<I,St,F> as core::iter::traits::iterator::Iterator>::try_fold::hb346af9a92d0d768
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/adapters/scan.rs:76:19
[INFO] [stdout]   24:     0x555e770a9f59 - <core::iter::adapters::fuse::Fuse<I> as core::iter::adapters::fuse::FuseImpl<I>>::try_fold::h4344074429876ea4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/adapters/fuse.rs:317:24
[INFO] [stdout]   25:     0x555e770a99b8 - <core::iter::adapters::fuse::Fuse<I> as core::iter::traits::iterator::Iterator>::try_fold::h0e218c523605ace4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/adapters/fuse.rs:89:9
[INFO] [stdout]   26:     0x555e770a9ad0 - <core::iter::adapters::GenericShunt<I,R> as core::iter::traits::iterator::Iterator>::try_fold::h7d99cc86628aa85b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/adapters/mod.rs:192:14
[INFO] [stdout]   27:     0x555e770a99e9 - <core::iter::adapters::GenericShunt<I,R> as core::iter::traits::iterator::Iterator>::fold::hb84ba36b7b9886ae
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/mod.rs:380:18
[INFO] [stdout]   28:     0x555e770ab766 - core::iter::traits::iterator::Iterator::for_each::hae76b8b989c027e8
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/traits/iterator.rs:828:14
[INFO] [stdout]   29:     0x555e770af547 - core::unit::<impl core::iter::traits::collect::FromIterator<()> for ()>::from_iter::hd795a0ccd9b0e607
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/unit.rs:17:26
[INFO] [stdout]   30:     0x555e770ae3eb - core::iter::traits::iterator::Iterator::collect::h4d2f18685b9d70ab
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/traits/iterator.rs:2028:9
[INFO] [stdout]   31:     0x555e770ae3eb - <core::result::Result<V,E> as core::iter::traits::collect::FromIterator<core::result::Result<A,E>>>::from_iter::{{closure}}::h20a33b22543a3526
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/result.rs:2151:51
[INFO] [stdout]   32:     0x555e770aba3e - core::iter::adapters::try_process::h75b9442cd08e5455
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/adapters/mod.rs:160:17
[INFO] [stdout]   33:     0x555e770ae3ab - <core::result::Result<V,E> as core::iter::traits::collect::FromIterator<core::result::Result<A,E>>>::from_iter::h55db2cc458cc25b4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/result.rs:2151:9
[INFO] [stdout]   34:     0x555e770ab736 - core::iter::traits::iterator::Iterator::collect::h80db9db5312e4771
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/traits/iterator.rs:2028:9
[INFO] [stdout]   35:     0x555e770ac8b1 - weezl::decode::IntoStream<W>::decode_part::h4bf893d346003251
[INFO] [stdout]                                at /opt/rustwide/workdir/src/decode.rs:553:14
[INFO] [stdout]   36:     0x555e770ac5ab - weezl::decode::IntoStream<W>::decode_all::h9f4b1ca498d2dc70
[INFO] [stdout]                                at /opt/rustwide/workdir/src/decode.rs:440:14
[INFO] [stdout]   37:     0x555e770b1694 - roundtrip::assert_roundtrips::hcb79faf80adaa783
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/roundtrip.rs:84:52
[INFO] [stdout]   38:     0x555e770b1209 - roundtrip::roundtrip_all::h6d2e5a9933d6bf93
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/roundtrip.rs:56:13
[INFO] [stdout]   39:     0x555e770b197d - roundtrip::roundtrip_all_msb::h3c04f89550e9d303
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/roundtrip.rs:28:5
[INFO] [stdout]   40:     0x555e770b1997 - roundtrip::roundtrip_all_msb::{{closure}}::h81583961aeb54056
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/roundtrip.rs:27:23
[INFO] [stdout]   41:     0x555e770aafc6 - core::ops::function::FnOnce::call_once::h66a52e29a8cb186c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x555e770d1feb - core::ops::function::FnOnce::call_once::ha729ee35d2fab541
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x555e770d1feb - test::__rust_begin_short_backtrace::ha40f4db8207e1111
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:663:18
[INFO] [stdout]   44:     0x555e770e606d - test::run_test_in_process::{{closure}}::hc1b77cda5d44f0f3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:74
[INFO] [stdout]   45:     0x555e770e606d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h1dbea1de64785521
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   46:     0x555e770e606d - std::panicking::catch_unwind::do_call::hd5febe9affd5a1b3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   47:     0x555e770e606d - std::panicking::catch_unwind::h51ea89627559b6f4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   48:     0x555e770e606d - std::panic::catch_unwind::hb8b8c2367cae3d66
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   49:     0x555e770e606d - test::run_test_in_process::ha5b55801407ea100
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:27
[INFO] [stdout]   50:     0x555e770e606d - test::run_test::{{closure}}::h0b9d4072b527abf5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:607:43
[INFO] [stdout]   51:     0x555e770bf584 - test::run_test::{{closure}}::hb1056b5731205822
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:637:41
[INFO] [stdout]   52:     0x555e770bf584 - std::sys::backtrace::__rust_begin_short_backtrace::hb61ff5a34023c7ef
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   53:     0x555e770c2eba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hb0a83c0e8b353cff
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   54:     0x555e770c2eba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hb4f32cb008535298
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   55:     0x555e770c2eba - std::panicking::catch_unwind::do_call::h16d110e4fc35789a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   56:     0x555e770c2eba - std::panicking::catch_unwind::hea9118f355699c4b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   57:     0x555e770c2eba - std::panic::catch_unwind::hf4b3c2a06d3f42f5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   58:     0x555e770c2eba - std::thread::Builder::spawn_unchecked_::{{closure}}::h3f4cb733a52d53d5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   59:     0x555e770c2eba - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4052f0967b37caeb
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   60:     0x555e7711c00f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h7ec433abd3f148b4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   61:     0x555e7711c00f - std::sys::thread::unix::Thread::new::thread_start::he514622d3d7ba65c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   62:     0x776213ed8aa4 - <unknown>
[INFO] [stdout]   63:     0x776213f65a64 - clone
[INFO] [stdout]   64:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- roundtrip_all_lsb stdout ----
[INFO] [stdout] Roundtrip test Gif Lsb 2
[INFO] [stdout] Roundtrip test Gif Lsb 3
[INFO] [stdout] Roundtrip test Gif Lsb 4
[INFO] [stdout] Roundtrip test Gif Lsb 5
[INFO] [stdout] Roundtrip test Gif Lsb 6
[INFO] [stdout] Roundtrip test Gif Lsb 7
[INFO] [stdout] Roundtrip test Tiff Lsb 2
[INFO] [stdout] 
[INFO] [stdout] thread 'roundtrip_all_lsb' (35) panicked at src/decode.rs:909:17:
[INFO] [stdout] Table: false, code_size: 12, next_code: 4095, table_condition: 4094
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x555e77147262 - std::backtrace_rs::backtrace::libunwind::trace::h786de35fecf3582f
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x555e77147262 - std::backtrace_rs::backtrace::trace_unsynchronized::h4a7da1a2a64387f1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x555e77147262 - std::sys::backtrace::_print_fmt::h6bd7d500070c788c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x555e77147262 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h6d82c1afff976903
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x555e7715735f - core::fmt::rt::Argument::fmt::hc4ce6d643d397690
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x555e7715735f - core::fmt::write::hb1e7ca88b6a3936e
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x555e77114c03 - std::io::default_write_fmt::haffd49d96f1984a8
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x555e77114c03 - std::io::Write::write_fmt::h027871c57cf57c01
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x555e77120ad2 - std::sys::backtrace::BacktraceLock::print::ha2430613ee79d059
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x555e771255af - std::panicking::default_hook::{{closure}}::hdbd2db9e5c303cf6
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x555e77125441 - std::panicking::default_hook::hed93c70cba5fdcf0
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x555e770d220e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hd0ee8b569efc6a07
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x555e770d220e - test::test_main_with_exit_callback::{{closure}}::hf10864b576ecd15d
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x555e77125bbf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h3a55ca34534c0d00
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x555e77125bbf - std::panicking::panic_with_hook::h3862d766c2cec19b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x555e77125a1a - std::panicking::panic_handler::{{closure}}::hb95eb402b5e28ee1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x555e77120c09 - std::sys::backtrace::__rust_end_short_backtrace::hf73a26dc1835d85a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x555e77108ddd - __rustc[6ed5915ee467787]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x555e7715ee00 - core::panicking::panic_fmt::h3454303eb8e6f7cd
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x555e770f8ecb - <weezl::decode::DecodeState<C,CgC> as weezl::decode::Stateful>::advance::h63db1cc9abdbae55
[INFO] [stdout]                                at /opt/rustwide/workdir/src/decode.rs:909:17
[INFO] [stdout]   20:     0x555e770f4c52 - weezl::decode::Decoder::decode_bytes::h549ce5de05bd949e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/decode.rs:330:20
[INFO] [stdout]   21:     0x555e770aca18 - weezl::decode::IntoStream<W>::decode_part::{{closure}}::h69fcbe37a06c9f22
[INFO] [stdout]                                at /opt/rustwide/workdir/src/decode.rs:503:34
[INFO] [stdout]   22:     0x555e770ae1f7 - <core::iter::sources::repeat_with::RepeatWith<F> as core::iter::traits::iterator::Iterator>::try_fold::h8f86bb3fbbee8d1b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/sources/repeat_with.rs:112:24
[INFO] [stdout]   23:     0x555e770aa0a9 - <core::iter::adapters::scan::Scan<I,St,F> as core::iter::traits::iterator::Iterator>::try_fold::hb346af9a92d0d768
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/adapters/scan.rs:76:19
[INFO] [stdout]   24:     0x555e770a9f59 - <core::iter::adapters::fuse::Fuse<I> as core::iter::adapters::fuse::FuseImpl<I>>::try_fold::h4344074429876ea4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/adapters/fuse.rs:317:24
[INFO] [stdout]   25:     0x555e770a99b8 - <core::iter::adapters::fuse::Fuse<I> as core::iter::traits::iterator::Iterator>::try_fold::h0e218c523605ace4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/adapters/fuse.rs:89:9
[INFO] [stdout]   26:     0x555e770a9ad0 - <core::iter::adapters::GenericShunt<I,R> as core::iter::traits::iterator::Iterator>::try_fold::h7d99cc86628aa85b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/adapters/mod.rs:192:14
[INFO] [stdout]   27:     0x555e770a99e9 - <core::iter::adapters::GenericShunt<I,R> as core::iter::traits::iterator::Iterator>::fold::hb84ba36b7b9886ae
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/mod.rs:380:18
[INFO] [stdout]   28:     0x555e770ab766 - core::iter::traits::iterator::Iterator::for_each::hae76b8b989c027e8
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/traits/iterator.rs:828:14
[INFO] [stdout]   29:     0x555e770af547 - core::unit::<impl core::iter::traits::collect::FromIterator<()> for ()>::from_iter::hd795a0ccd9b0e607
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/unit.rs:17:26
[INFO] [stdout]   30:     0x555e770ae3eb - core::iter::traits::iterator::Iterator::collect::h4d2f18685b9d70ab
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/traits/iterator.rs:2028:9
[INFO] [stdout]   31:     0x555e770ae3eb - <core::result::Result<V,E> as core::iter::traits::collect::FromIterator<core::result::Result<A,E>>>::from_iter::{{closure}}::h20a33b22543a3526
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/result.rs:2151:51
[INFO] [stdout]   32:     0x555e770aba3e - core::iter::adapters::try_process::h75b9442cd08e5455
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/adapters/mod.rs:160:17
[INFO] [stdout]   33:     0x555e770ae3ab - <core::result::Result<V,E> as core::iter::traits::collect::FromIterator<core::result::Result<A,E>>>::from_iter::h55db2cc458cc25b4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/result.rs:2151:9
[INFO] [stdout]   34:     0x555e770ab736 - core::iter::traits::iterator::Iterator::collect::h80db9db5312e4771
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/traits/iterator.rs:2028:9
[INFO] [stdout]   35:     0x555e770ac8b1 - weezl::decode::IntoStream<W>::decode_part::h4bf893d346003251
[INFO] [stdout]                                at /opt/rustwide/workdir/src/decode.rs:553:14
[INFO] [stdout]   36:     0x555e770ac5ab - weezl::decode::IntoStream<W>::decode_all::h9f4b1ca498d2dc70
[INFO] [stdout]                                at /opt/rustwide/workdir/src/decode.rs:440:14
[INFO] [stdout]   37:     0x555e770b1694 - roundtrip::assert_roundtrips::hcb79faf80adaa783
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/roundtrip.rs:84:52
[INFO] [stdout]   38:     0x555e770b1209 - roundtrip::roundtrip_all::h6d2e5a9933d6bf93
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/roundtrip.rs:56:13
[INFO] [stdout]   39:     0x555e770b1930 - roundtrip::roundtrip_all_lsb::hb81a7fd468005c20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/roundtrip.rs:23:5
[INFO] [stdout]   40:     0x555e770b1957 - roundtrip::roundtrip_all_lsb::{{closure}}::h6f3b7aedb472fa5e
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/roundtrip.rs:22:23
[INFO] [stdout]   41:     0x555e770aaf86 - core::ops::function::FnOnce::call_once::h5a0f24c3689fd522
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x555e770d1feb - core::ops::function::FnOnce::call_once::ha729ee35d2fab541
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x555e770d1feb - test::__rust_begin_short_backtrace::ha40f4db8207e1111
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:663:18
[INFO] [stdout]   44:     0x555e770e606d - test::run_test_in_process::{{closure}}::hc1b77cda5d44f0f3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:74
[INFO] [stdout]   45:     0x555e770e606d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h1dbea1de64785521
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   46:     0x555e770e606d - std::panicking::catch_unwind::do_call::hd5febe9affd5a1b3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   47:     0x555e770e606d - std::panicking::catch_unwind::h51ea89627559b6f4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   48:     0x555e770e606d - std::panic::catch_unwind::hb8b8c2367cae3d66
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   49:     0x555e770e606d - test::run_test_in_process::ha5b55801407ea100
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:27
[INFO] [stdout]   50:     0x555e770e606d - test::run_test::{{closure}}::h0b9d4072b527abf5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:607:43
[INFO] [stdout]   51:     0x555e770bf584 - test::run_test::{{closure}}::hb1056b5731205822
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:637:41
[INFO] [stdout]   52:     0x555e770bf584 - std::sys::backtrace::__rust_begin_short_backtrace::hb61ff5a34023c7ef
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   53:     0x555e770c2eba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hb0a83c0e8b353cff
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   54:     0x555e770c2eba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hb4f32cb008535298
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   55:     0x555e770c2eba - std::panicking::catch_unwind::do_call::h16d110e4fc35789a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   56:     0x555e770c2eba - std::panicking::catch_unwind::hea9118f355699c4b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   57:     0x555e770c2eba - std::panic::catch_unwind::hf4b3c2a06d3f42f5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   58:     0x555e770c2eba - std::thread::Builder::spawn_unchecked_::{{closure}}::h3f4cb733a52d53d5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   59:     0x555e770c2eba - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4052f0967b37caeb
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   60:     0x555e7711c00f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h7ec433abd3f148b4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   61:     0x555e7711c00f - std::sys::thread::unix::Thread::new::thread_start::he514622d3d7ba65c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   62:     0x776213ed8aa4 - <unknown>
[INFO] [stdout]   63:     0x776213f65a64 - clone
[INFO] [stdout]   64:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- roundtrip_all_msb_tiny stdout ----
[INFO] [stdout] Roundtrip test Gif Msb 2
[INFO] [stdout] Roundtrip test Gif Msb 3
[INFO] [stdout] Roundtrip test Gif Msb 4
[INFO] [stdout] Roundtrip test Gif Msb 5
[INFO] [stdout] Roundtrip test Gif Msb 6
[INFO] [stdout] Roundtrip test Gif Msb 7
[INFO] [stdout] Roundtrip test Tiff Msb 2
[INFO] [stdout] 
[INFO] [stdout] thread 'roundtrip_all_msb_tiny' (38) panicked at src/decode.rs:909:17:
[INFO] [stdout] Table: false, code_size: 12, next_code: 4095, table_condition: 4094
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x555e77147262 - std::backtrace_rs::backtrace::libunwind::trace::h786de35fecf3582f
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x555e77147262 - std::backtrace_rs::backtrace::trace_unsynchronized::h4a7da1a2a64387f1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x555e77147262 - std::sys::backtrace::_print_fmt::h6bd7d500070c788c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x555e77147262 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h6d82c1afff976903
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x555e7715735f - core::fmt::rt::Argument::fmt::hc4ce6d643d397690
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x555e7715735f - core::fmt::write::hb1e7ca88b6a3936e
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x555e77114c03 - std::io::default_write_fmt::haffd49d96f1984a8
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x555e77114c03 - std::io::Write::write_fmt::h027871c57cf57c01
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x555e77120ad2 - std::sys::backtrace::BacktraceLock::print::ha2430613ee79d059
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x555e771255af - std::panicking::default_hook::{{closure}}::hdbd2db9e5c303cf6
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x555e77125441 - std::panicking::default_hook::hed93c70cba5fdcf0
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x555e770d220e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hd0ee8b569efc6a07
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x555e770d220e - test::test_main_with_exit_callback::{{closure}}::hf10864b576ecd15d
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x555e77125bbf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h3a55ca34534c0d00
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x555e77125bbf - std::panicking::panic_with_hook::h3862d766c2cec19b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x555e77125a1a - std::panicking::panic_handler::{{closure}}::hb95eb402b5e28ee1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x555e77120c09 - std::sys::backtrace::__rust_end_short_backtrace::hf73a26dc1835d85a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x555e77108ddd - __rustc[6ed5915ee467787]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x555e7715ee00 - core::panicking::panic_fmt::h3454303eb8e6f7cd
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x555e770facab - <weezl::decode::DecodeState<C,CgC> as weezl::decode::Stateful>::advance::h9e9ded3fa670fb83
[INFO] [stdout]                                at /opt/rustwide/workdir/src/decode.rs:909:17
[INFO] [stdout]   20:     0x555e770f4c52 - weezl::decode::Decoder::decode_bytes::h549ce5de05bd949e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/decode.rs:330:20
[INFO] [stdout]   21:     0x555e770aca18 - weezl::decode::IntoStream<W>::decode_part::{{closure}}::h69fcbe37a06c9f22
[INFO] [stdout]                                at /opt/rustwide/workdir/src/decode.rs:503:34
[INFO] [stdout]   22:     0x555e770ae1f7 - <core::iter::sources::repeat_with::RepeatWith<F> as core::iter::traits::iterator::Iterator>::try_fold::h8f86bb3fbbee8d1b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/sources/repeat_with.rs:112:24
[INFO] [stdout]   23:     0x555e770aa0a9 - <core::iter::adapters::scan::Scan<I,St,F> as core::iter::traits::iterator::Iterator>::try_fold::hb346af9a92d0d768
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/adapters/scan.rs:76:19
[INFO] [stdout]   24:     0x555e770a9f59 - <core::iter::adapters::fuse::Fuse<I> as core::iter::adapters::fuse::FuseImpl<I>>::try_fold::h4344074429876ea4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/adapters/fuse.rs:317:24
[INFO] [stdout]   25:     0x555e770a99b8 - <core::iter::adapters::fuse::Fuse<I> as core::iter::traits::iterator::Iterator>::try_fold::h0e218c523605ace4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/adapters/fuse.rs:89:9
[INFO] [stdout]   26:     0x555e770a9ad0 - <core::iter::adapters::GenericShunt<I,R> as core::iter::traits::iterator::Iterator>::try_fold::h7d99cc86628aa85b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/adapters/mod.rs:192:14
[INFO] [stdout]   27:     0x555e770a99e9 - <core::iter::adapters::GenericShunt<I,R> as core::iter::traits::iterator::Iterator>::fold::hb84ba36b7b9886ae
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/mod.rs:380:18
[INFO] [stdout]   28:     0x555e770ab766 - core::iter::traits::iterator::Iterator::for_each::hae76b8b989c027e8
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/traits/iterator.rs:828:14
[INFO] [stdout]   29:     0x555e770af547 - core::unit::<impl core::iter::traits::collect::FromIterator<()> for ()>::from_iter::hd795a0ccd9b0e607
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/unit.rs:17:26
[INFO] [stdout]   30:     0x555e770ae3eb - core::iter::traits::iterator::Iterator::collect::h4d2f18685b9d70ab
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/traits/iterator.rs:2028:9
[INFO] [stdout]   31:     0x555e770ae3eb - <core::result::Result<V,E> as core::iter::traits::collect::FromIterator<core::result::Result<A,E>>>::from_iter::{{closure}}::h20a33b22543a3526
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/result.rs:2151:51
[INFO] [stdout]   32:     0x555e770aba3e - core::iter::adapters::try_process::h75b9442cd08e5455
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/adapters/mod.rs:160:17
[INFO] [stdout]   33:     0x555e770ae3ab - <core::result::Result<V,E> as core::iter::traits::collect::FromIterator<core::result::Result<A,E>>>::from_iter::h55db2cc458cc25b4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/result.rs:2151:9
[INFO] [stdout]   34:     0x555e770ab736 - core::iter::traits::iterator::Iterator::collect::h80db9db5312e4771
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/traits/iterator.rs:2028:9
[INFO] [stdout]   35:     0x555e770ac8b1 - weezl::decode::IntoStream<W>::decode_part::h4bf893d346003251
[INFO] [stdout]                                at /opt/rustwide/workdir/src/decode.rs:553:14
[INFO] [stdout]   36:     0x555e770ac5ab - weezl::decode::IntoStream<W>::decode_all::h9f4b1ca498d2dc70
[INFO] [stdout]                                at /opt/rustwide/workdir/src/decode.rs:440:14
[INFO] [stdout]   37:     0x555e770b1694 - roundtrip::assert_roundtrips::hcb79faf80adaa783
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/roundtrip.rs:84:52
[INFO] [stdout]   38:     0x555e770b1209 - roundtrip::roundtrip_all::h6d2e5a9933d6bf93
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/roundtrip.rs:56:13
[INFO] [stdout]   39:     0x555e770b1a0d - roundtrip::roundtrip_all_msb_tiny::h66ef7ac483556e97
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/roundtrip.rs:18:5
[INFO] [stdout]   40:     0x555e770b1a27 - roundtrip::roundtrip_all_msb_tiny::{{closure}}::hc5feec9e34b33db0
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/roundtrip.rs:17:28
[INFO] [stdout]   41:     0x555e770ab006 - core::ops::function::FnOnce::call_once::h8178ed50d4b729c9
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x555e770d1feb - core::ops::function::FnOnce::call_once::ha729ee35d2fab541
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x555e770d1feb - test::__rust_begin_short_backtrace::ha40f4db8207e1111
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:663:18
[INFO] [stdout]   44:     0x555e770e606d - test::run_test_in_process::{{closure}}::hc1b77cda5d44f0f3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:74
[INFO] [stdout]   45:     0x555e770e606d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h1dbea1de64785521
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   46:     0x555e770e606d - std::panicking::catch_unwind::do_call::hd5febe9affd5a1b3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   47:     0x555e770e606d - std::panicking::catch_unwind::h51ea89627559b6f4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   48:     0x555e770e606d - std::panic::catch_unwind::hb8b8c2367cae3d66
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   49:     0x555e770e606d - test::run_test_in_process::ha5b55801407ea100
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:27
[INFO] [stdout]   50:     0x555e770e606d - test::run_test::{{closure}}::h0b9d4072b527abf5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:607:43
[INFO] [stdout]   51:     0x555e770bf584 - test::run_test::{{closure}}::hb1056b5731205822
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:637:41
[INFO] [stdout]   52:     0x555e770bf584 - std::sys::backtrace::__rust_begin_short_backtrace::hb61ff5a34023c7ef
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   53:     0x555e770c2eba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hb0a83c0e8b353cff
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   54:     0x555e770c2eba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hb4f32cb008535298
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   55:     0x555e770c2eba - std::panicking::catch_unwind::do_call::h16d110e4fc35789a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   56:     0x555e770c2eba - std::panicking::catch_unwind::hea9118f355699c4b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   57:     0x555e770c2eba - std::panic::catch_unwind::hf4b3c2a06d3f42f5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   58:     0x555e770c2eba - std::thread::Builder::spawn_unchecked_::{{closure}}::h3f4cb733a52d53d5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   59:     0x555e770c2eba - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4052f0967b37caeb
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   60:     0x555e7711c00f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h7ec433abd3f148b4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   61:     0x555e7711c00f - std::sys::thread::unix::Thread::new::thread_start::he514622d3d7ba65c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   62:     0x776213ed8aa4 - <unknown>
[INFO] [stdout]   63:     0x776213f65a64 - clone
[INFO] [stdout]   64:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- roundtrip_all_lsb_tiny stdout ----
[INFO] [stdout] Roundtrip test Gif Lsb 2
[INFO] [stdout] Roundtrip test Gif Lsb 3
[INFO] [stdout] Roundtrip test Gif Lsb 4
[INFO] [stdout] Roundtrip test Gif Lsb 5
[INFO] [stdout] Roundtrip test Gif Lsb 6
[INFO] [stdout] Roundtrip test Gif Lsb 7
[INFO] [stdout] Roundtrip test Tiff Lsb 2
[INFO] [stdout] 
[INFO] [stdout] thread 'roundtrip_all_lsb_tiny' (36) panicked at src/decode.rs:909:17:
[INFO] [stdout] Table: false, code_size: 12, next_code: 4095, table_condition: 4094
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x555e77147262 - std::backtrace_rs::backtrace::libunwind::trace::h786de35fecf3582f
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x555e77147262 - std::backtrace_rs::backtrace::trace_unsynchronized::h4a7da1a2a64387f1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x555e77147262 - std::sys::backtrace::_print_fmt::h6bd7d500070c788c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x555e77147262 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h6d82c1afff976903
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x555e7715735f - core::fmt::rt::Argument::fmt::hc4ce6d643d397690
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x555e7715735f - core::fmt::write::hb1e7ca88b6a3936e
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x555e77114c03 - std::io::default_write_fmt::haffd49d96f1984a8
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x555e77114c03 - std::io::Write::write_fmt::h027871c57cf57c01
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x555e77120ad2 - std::sys::backtrace::BacktraceLock::print::ha2430613ee79d059
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x555e771255af - std::panicking::default_hook::{{closure}}::hdbd2db9e5c303cf6
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x555e77125441 - std::panicking::default_hook::hed93c70cba5fdcf0
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x555e770d220e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hd0ee8b569efc6a07
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x555e770d220e - test::test_main_with_exit_callback::{{closure}}::hf10864b576ecd15d
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x555e77125bbf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h3a55ca34534c0d00
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x555e77125bbf - std::panicking::panic_with_hook::h3862d766c2cec19b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x555e77125a1a - std::panicking::panic_handler::{{closure}}::hb95eb402b5e28ee1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x555e77120c09 - std::sys::backtrace::__rust_end_short_backtrace::hf73a26dc1835d85a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x555e77108ddd - __rustc[6ed5915ee467787]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x555e7715ee00 - core::panicking::panic_fmt::h3454303eb8e6f7cd
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x555e770f8ecb - <weezl::decode::DecodeState<C,CgC> as weezl::decode::Stateful>::advance::h63db1cc9abdbae55
[INFO] [stdout]                                at /opt/rustwide/workdir/src/decode.rs:909:17
[INFO] [stdout]   20:     0x555e770f4c52 - weezl::decode::Decoder::decode_bytes::h549ce5de05bd949e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/decode.rs:330:20
[INFO] [stdout]   21:     0x555e770aca18 - weezl::decode::IntoStream<W>::decode_part::{{closure}}::h69fcbe37a06c9f22
[INFO] [stdout]                                at /opt/rustwide/workdir/src/decode.rs:503:34
[INFO] [stdout]   22:     0x555e770ae1f7 - <core::iter::sources::repeat_with::RepeatWith<F> as core::iter::traits::iterator::Iterator>::try_fold::h8f86bb3fbbee8d1b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/sources/repeat_with.rs:112:24
[INFO] [stdout]   23:     0x555e770aa0a9 - <core::iter::adapters::scan::Scan<I,St,F> as core::iter::traits::iterator::Iterator>::try_fold::hb346af9a92d0d768
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/adapters/scan.rs:76:19
[INFO] [stdout]   24:     0x555e770a9f59 - <core::iter::adapters::fuse::Fuse<I> as core::iter::adapters::fuse::FuseImpl<I>>::try_fold::h4344074429876ea4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/adapters/fuse.rs:317:24
[INFO] [stdout]   25:     0x555e770a99b8 - <core::iter::adapters::fuse::Fuse<I> as core::iter::traits::iterator::Iterator>::try_fold::h0e218c523605ace4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/adapters/fuse.rs:89:9
[INFO] [stdout]   26:     0x555e770a9ad0 - <core::iter::adapters::GenericShunt<I,R> as core::iter::traits::iterator::Iterator>::try_fold::h7d99cc86628aa85b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/adapters/mod.rs:192:14
[INFO] [stdout]   27:     0x555e770a99e9 - <core::iter::adapters::GenericShunt<I,R> as core::iter::traits::iterator::Iterator>::fold::hb84ba36b7b9886ae
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/mod.rs:380:18
[INFO] [stdout]   28:     0x555e770ab766 - core::iter::traits::iterator::Iterator::for_each::hae76b8b989c027e8
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/traits/iterator.rs:828:14
[INFO] [stdout]   29:     0x555e770af547 - core::unit::<impl core::iter::traits::collect::FromIterator<()> for ()>::from_iter::hd795a0ccd9b0e607
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/unit.rs:17:26
[INFO] [stdout]   30:     0x555e770ae3eb - core::iter::traits::iterator::Iterator::collect::h4d2f18685b9d70ab
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/traits/iterator.rs:2028:9
[INFO] [stdout]   31:     0x555e770ae3eb - <core::result::Result<V,E> as core::iter::traits::collect::FromIterator<core::result::Result<A,E>>>::from_iter::{{closure}}::h20a33b22543a3526
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/result.rs:2151:51
[INFO] [stdout]   32:     0x555e770aba3e - core::iter::adapters::try_process::h75b9442cd08e5455
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/adapters/mod.rs:160:17
[INFO] [stdout]   33:     0x555e770ae3ab - <core::result::Result<V,E> as core::iter::traits::collect::FromIterator<core::result::Result<A,E>>>::from_iter::h55db2cc458cc25b4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/result.rs:2151:9
[INFO] [stdout]   34:     0x555e770ab736 - core::iter::traits::iterator::Iterator::collect::h80db9db5312e4771
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/iter/traits/iterator.rs:2028:9
[INFO] [stdout]   35:     0x555e770ac8b1 - weezl::decode::IntoStream<W>::decode_part::h4bf893d346003251
[INFO] [stdout]                                at /opt/rustwide/workdir/src/decode.rs:553:14
[INFO] [stdout]   36:     0x555e770ac5ab - weezl::decode::IntoStream<W>::decode_all::h9f4b1ca498d2dc70
[INFO] [stdout]                                at /opt/rustwide/workdir/src/decode.rs:440:14
[INFO] [stdout]   37:     0x555e770b1694 - roundtrip::assert_roundtrips::hcb79faf80adaa783
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/roundtrip.rs:84:52
[INFO] [stdout]   38:     0x555e770b1209 - roundtrip::roundtrip_all::h6d2e5a9933d6bf93
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/roundtrip.rs:56:13
[INFO] [stdout]   39:     0x555e770b19c0 - roundtrip::roundtrip_all_lsb_tiny::h103fcbb5aa17f80a
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/roundtrip.rs:13:5
[INFO] [stdout]   40:     0x555e770b19e7 - roundtrip::roundtrip_all_lsb_tiny::{{closure}}::hd4c97bea26a60050
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/roundtrip.rs:12:28
[INFO] [stdout]   41:     0x555e770ab056 - core::ops::function::FnOnce::call_once::hc0e15a34abd0a949
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x555e770d1feb - core::ops::function::FnOnce::call_once::ha729ee35d2fab541
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x555e770d1feb - test::__rust_begin_short_backtrace::ha40f4db8207e1111
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:663:18
[INFO] [stdout]   44:     0x555e770e606d - test::run_test_in_process::{{closure}}::hc1b77cda5d44f0f3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:74
[INFO] [stdout]   45:     0x555e770e606d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h1dbea1de64785521
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   46:     0x555e770e606d - std::panicking::catch_unwind::do_call::hd5febe9affd5a1b3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   47:     0x555e770e606d - std::panicking::catch_unwind::h51ea89627559b6f4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   48:     0x555e770e606d - std::panic::catch_unwind::hb8b8c2367cae3d66
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   49:     0x555e770e606d - test::run_test_in_process::ha5b55801407ea100
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:27
[INFO] [stdout]   50:     0x555e770e606d - test::run_test::{{closure}}::h0b9d4072b527abf5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:607:43
[INFO] [stdout]   51:     0x555e770bf584 - test::run_test::{{closure}}::hb1056b5731205822
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:637:41
[INFO] [stdout]   52:     0x555e770bf584 - std::sys::backtrace::__rust_begin_short_backtrace::hb61ff5a34023c7ef
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   53:     0x555e770c2eba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hb0a83c0e8b353cff
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   54:     0x555e770c2eba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hb4f32cb008535298
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   55:     0x555e770c2eba - std::panicking::catch_unwind::do_call::h16d110e4fc35789a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   56:     0x555e770c2eba - std::panicking::catch_unwind::hea9118f355699c4b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   57:     0x555e770c2eba - std::panic::catch_unwind::hf4b3c2a06d3f42f5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   58:     0x555e770c2eba - std::thread::Builder::spawn_unchecked_::{{closure}}::h3f4cb733a52d53d5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   59:     0x555e770c2eba - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4052f0967b37caeb
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   60:     0x555e7711c00f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h7ec433abd3f148b4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   61:     0x555e7711c00f - std::sys::thread::unix::Thread::new::thread_start::he514622d3d7ba65c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   62:     0x776213ed8aa4 - <unknown>
[INFO] [stdout]   63:     0x776213f65a64 - clone
[INFO] [stdout]   64:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     roundtrip_all_lsb
[INFO] [stdout]     roundtrip_all_lsb_tiny
[INFO] [stdout]     roundtrip_all_msb
[INFO] [stdout]     roundtrip_all_msb_tiny
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 190.99s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test roundtrip`
[INFO] running `Command { std: "docker" "inspect" "ff41583d57214969891b9cc2f1579ed10d77f0e25ab61ccf60fb1e5c5cc671ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff41583d57214969891b9cc2f1579ed10d77f0e25ab61ccf60fb1e5c5cc671ed", kill_on_drop: false }`
[INFO] [stdout] ff41583d57214969891b9cc2f1579ed10d77f0e25ab61ccf60fb1e5c5cc671ed
