[INFO] fetching crate swf 0.1.2... [INFO] testing swf-0.1.2 against 1.55.0 for beta-1.56-1 [INFO] extracting crate swf 0.1.2 into /workspace/builds/worker-27/source [INFO] validating manifest of crates.io crate swf 0.1.2 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate swf 0.1.2 [INFO] finished tweaking crates.io crate swf 0.1.2 [INFO] tweaked toml for crates.io crate swf 0.1.2 written to /workspace/builds/worker-27/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0246cecf250b03fff0d3a939e50a71d88d269a3f77665a04030f0bd22bcd0a83 [INFO] running `Command { std: "docker" "start" "-a" "0246cecf250b03fff0d3a939e50a71d88d269a3f77665a04030f0bd22bcd0a83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0246cecf250b03fff0d3a939e50a71d88d269a3f77665a04030f0bd22bcd0a83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0246cecf250b03fff0d3a939e50a71d88d269a3f77665a04030f0bd22bcd0a83", kill_on_drop: false }` [INFO] [stdout] 0246cecf250b03fff0d3a939e50a71d88d269a3f77665a04030f0bd22bcd0a83 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0ec28fd09bb72ca6329cc3979c602a27c4f5fa9b60dcedc353f5127ae48b0c29 [INFO] running `Command { std: "docker" "start" "-a" "0ec28fd09bb72ca6329cc3979c602a27c4f5fa9b60dcedc353f5127ae48b0c29", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling rle-decode-fast v1.0.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling libflate v0.1.27 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling swf v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/avm1/read.rs:196:59 [INFO] [stdout] | [INFO] [stdout] 196 | (&mut action_reader.inner as &mut Read).take(code_length.into()), [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/avm1/read.rs:261:38 [INFO] [stdout] | [INFO] [stdout] 261 | (&mut self.inner as &mut Read).take(code_length.into()), [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/avm1/read.rs:286:38 [INFO] [stdout] | [INFO] [stdout] 286 | (&mut self.inner as &mut Read).take(code_length.into()), [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/avm1/read.rs:317:42 [INFO] [stdout] | [INFO] [stdout] 317 | (&mut self.inner as &mut Read).take(try_length.into()), [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/avm1/read.rs:324:42 [INFO] [stdout] | [INFO] [stdout] 324 | (&mut self.inner as &mut Read).take(catch_length.into()), [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/avm1/read.rs:331:42 [INFO] [stdout] | [INFO] [stdout] 331 | (&mut self.inner as &mut Read).take(finally_length.into()), [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/read.rs:50:86 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn read_swf_header<'a, R: Read + 'a>(mut input: R) -> Result<(Header, Reader>)> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Read + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/read.rs:57:33 [INFO] [stdout] | [INFO] [stdout] 57 | let decompressed_input: Box = match compression { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/read.rs:84:63 [INFO] [stdout] | [INFO] [stdout] 84 | fn make_zlib_reader<'a, R: Read + 'a>(input: R) -> Result> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Read + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/read.rs:117:64 [INFO] [stdout] | [INFO] [stdout] 117 | fn make_lzma_reader<'a, R: Read + 'a>(_input: R) -> Result> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Read + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/read.rs:570:63 [INFO] [stdout] | [INFO] [stdout] 570 | Reader::new(&mut tag_reader.input as &mut Read, self.version); [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/read.rs:1521:17 [INFO] [stdout] | [INFO] [stdout] 1521 | 0x40...0x43 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/read.rs:1701:17 [INFO] [stdout] | [INFO] [stdout] 1701 | 0x40...0x43 => FillStyle::Bitmap { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 35.21s [INFO] running `Command { std: "docker" "inspect" "0ec28fd09bb72ca6329cc3979c602a27c4f5fa9b60dcedc353f5127ae48b0c29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ec28fd09bb72ca6329cc3979c602a27c4f5fa9b60dcedc353f5127ae48b0c29", kill_on_drop: false }` [INFO] [stdout] 0ec28fd09bb72ca6329cc3979c602a27c4f5fa9b60dcedc353f5127ae48b0c29 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1c59aee786703d2ede7769f8e43c3d509439f672ad7eb173ddb056e2cba9693d [INFO] running `Command { std: "docker" "start" "-a" "1c59aee786703d2ede7769f8e43c3d509439f672ad7eb173ddb056e2cba9693d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/avm1/read.rs:196:59 [INFO] [stdout] | [INFO] [stdout] 196 | (&mut action_reader.inner as &mut Read).take(code_length.into()), [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/avm1/read.rs:261:38 [INFO] [stdout] | [INFO] [stdout] 261 | (&mut self.inner as &mut Read).take(code_length.into()), [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/avm1/read.rs:286:38 [INFO] [stdout] | [INFO] [stdout] 286 | (&mut self.inner as &mut Read).take(code_length.into()), [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/avm1/read.rs:317:42 [INFO] [stdout] | [INFO] [stdout] 317 | (&mut self.inner as &mut Read).take(try_length.into()), [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/avm1/read.rs:324:42 [INFO] [stdout] | [INFO] [stdout] 324 | (&mut self.inner as &mut Read).take(catch_length.into()), [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/avm1/read.rs:331:42 [INFO] [stdout] | [INFO] [stdout] 331 | (&mut self.inner as &mut Read).take(finally_length.into()), [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/read.rs:50:86 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn read_swf_header<'a, R: Read + 'a>(mut input: R) -> Result<(Header, Reader>)> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Read + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/read.rs:57:33 [INFO] [stdout] | [INFO] [stdout] 57 | let decompressed_input: Box = match compression { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/read.rs:84:63 [INFO] [stdout] | [INFO] [stdout] 84 | fn make_zlib_reader<'a, R: Read + 'a>(input: R) -> Result> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Read + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/read.rs:117:64 [INFO] [stdout] | [INFO] [stdout] 117 | fn make_lzma_reader<'a, R: Read + 'a>(_input: R) -> Result> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Read + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/read.rs:570:63 [INFO] [stdout] | [INFO] [stdout] 570 | Reader::new(&mut tag_reader.input as &mut Read, self.version); [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/read.rs:1521:17 [INFO] [stdout] | [INFO] [stdout] 1521 | 0x40...0x43 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/read.rs:1701:17 [INFO] [stdout] | [INFO] [stdout] 1701 | 0x40...0x43 => FillStyle::Bitmap { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling swf v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/avm1/read.rs:196:59 [INFO] [stdout] | [INFO] [stdout] 196 | (&mut action_reader.inner as &mut Read).take(code_length.into()), [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/avm1/read.rs:261:38 [INFO] [stdout] | [INFO] [stdout] 261 | (&mut self.inner as &mut Read).take(code_length.into()), [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/avm1/read.rs:286:38 [INFO] [stdout] | [INFO] [stdout] 286 | (&mut self.inner as &mut Read).take(code_length.into()), [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/avm1/read.rs:317:42 [INFO] [stdout] | [INFO] [stdout] 317 | (&mut self.inner as &mut Read).take(try_length.into()), [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/avm1/read.rs:324:42 [INFO] [stdout] | [INFO] [stdout] 324 | (&mut self.inner as &mut Read).take(catch_length.into()), [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/avm1/read.rs:331:42 [INFO] [stdout] | [INFO] [stdout] 331 | (&mut self.inner as &mut Read).take(finally_length.into()), [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/read.rs:50:86 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn read_swf_header<'a, R: Read + 'a>(mut input: R) -> Result<(Header, Reader>)> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Read + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/read.rs:57:33 [INFO] [stdout] | [INFO] [stdout] 57 | let decompressed_input: Box = match compression { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/read.rs:84:63 [INFO] [stdout] | [INFO] [stdout] 84 | fn make_zlib_reader<'a, R: Read + 'a>(input: R) -> Result> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Read + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/read.rs:117:64 [INFO] [stdout] | [INFO] [stdout] 117 | fn make_lzma_reader<'a, R: Read + 'a>(_input: R) -> Result> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Read + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/read.rs:570:63 [INFO] [stdout] | [INFO] [stdout] 570 | Reader::new(&mut tag_reader.input as &mut Read, self.version); [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/read.rs:1521:17 [INFO] [stdout] | [INFO] [stdout] 1521 | 0x40...0x43 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/read.rs:1701:17 [INFO] [stdout] | [INFO] [stdout] 1701 | 0x40...0x43 => FillStyle::Bitmap { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.38s [INFO] running `Command { std: "docker" "inspect" "1c59aee786703d2ede7769f8e43c3d509439f672ad7eb173ddb056e2cba9693d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c59aee786703d2ede7769f8e43c3d509439f672ad7eb173ddb056e2cba9693d", kill_on_drop: false }` [INFO] [stdout] 1c59aee786703d2ede7769f8e43c3d509439f672ad7eb173ddb056e2cba9693d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 54da6541dc599254528913af251ac302ec39e00a5346a494e9f0af72ac06fd85 [INFO] running `Command { std: "docker" "start" "-a" "54da6541dc599254528913af251ac302ec39e00a5346a494e9f0af72ac06fd85", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/avm1/read.rs:196:59 [INFO] [stderr] | [INFO] [stderr] 196 | (&mut action_reader.inner as &mut Read).take(code_length.into()), [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/avm1/read.rs:261:38 [INFO] [stderr] | [INFO] [stderr] 261 | (&mut self.inner as &mut Read).take(code_length.into()), [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/avm1/read.rs:286:38 [INFO] [stderr] | [INFO] [stderr] 286 | (&mut self.inner as &mut Read).take(code_length.into()), [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/avm1/read.rs:317:42 [INFO] [stderr] | [INFO] [stderr] 317 | (&mut self.inner as &mut Read).take(try_length.into()), [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/avm1/read.rs:324:42 [INFO] [stderr] | [INFO] [stderr] 324 | (&mut self.inner as &mut Read).take(catch_length.into()), [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/avm1/read.rs:331:42 [INFO] [stderr] | [INFO] [stderr] 331 | (&mut self.inner as &mut Read).take(finally_length.into()), [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/read.rs:50:86 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn read_swf_header<'a, R: Read + 'a>(mut input: R) -> Result<(Header, Reader>)> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Read + 'a` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/read.rs:57:33 [INFO] [stderr] | [INFO] [stderr] 57 | let decompressed_input: Box = match compression { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/read.rs:84:63 [INFO] [stderr] | [INFO] [stderr] 84 | fn make_zlib_reader<'a, R: Read + 'a>(input: R) -> Result> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Read + 'a` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/read.rs:117:64 [INFO] [stderr] | [INFO] [stderr] 117 | fn make_lzma_reader<'a, R: Read + 'a>(_input: R) -> Result> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Read + 'a` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/read.rs:570:63 [INFO] [stderr] | [INFO] [stderr] 570 | Reader::new(&mut tag_reader.input as &mut Read, self.version); [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/read.rs:1521:17 [INFO] [stderr] | [INFO] [stderr] 1521 | 0x40...0x43 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/read.rs:1701:17 [INFO] [stderr] | [INFO] [stderr] 1701 | 0x40...0x43 => FillStyle::Bitmap { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `swf` (lib) generated 13 warnings [INFO] [stderr] warning: `swf` (lib test) generated 13 warnings (13 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/swf-b40c2849ea3fce4b) [INFO] [stdout] [INFO] [stdout] running 41 tests [INFO] [stdout] test read::tests::read_bit ... ok [INFO] [stdout] test read::tests::read_encoded_u32 ... ok [INFO] [stdout] test read::tests::read_fixed8 ... ok [INFO] [stdout] test read::tests::read_gradient ... ok [INFO] [stdout] test read::tests::read_color ... ok [INFO] [stdout] test avm1::read::tests::read_action ... ok [INFO] [stdout] test read::tests::read_fill_style ... ok [INFO] [stdout] test read::tests::read_compression_type ... ok [INFO] [stdout] test avm2::write::tests::write_abc ... ok [INFO] [stdout] test read::tests::read_invalid_swf ... ok [INFO] [stdout] test read::tests::read_shape_styles ... ok [INFO] [stdout] test write::tests::count_sbits ... ok [INFO] [stdout] test write::tests::count_ubits ... ok [INFO] [stdout] test read::tests::read_c_string ... ok [INFO] [stdout] test read::tests::read_rectangle_signed ... ok [INFO] [stdout] test read::tests::read_shape_record ... ok [INFO] [stdout] test read::tests::read_matrix ... ok [INFO] [stdout] test read::tests::read_tag_list ... ok [INFO] [stdout] test read::tests::read_rectangle_zero ... ok [INFO] [stdout] test write::tests::write_color ... ok [INFO] [stdout] test write::tests::write_c_string ... ok [INFO] [stdout] test write::tests::write_bit ... ok [INFO] [stdout] test read::tests::read_ubits ... ok [INFO] [stdout] test read::tests::read_line_style ... ok [INFO] [stdout] test avm1::write::tests::write_action ... ok [INFO] [stdout] test read::tests::read_sbits ... ok [INFO] [stdout] test read::tests::read_fbits ... ok [INFO] [stdout] test write::tests::write_rectangle_signed ... ok [INFO] [stdout] test write::tests::write_matrix ... ok [INFO] [stdout] test write::tests::write_tag_to_buf_list ... ok [INFO] [stdout] test write::tests::write_encoded_u32 ... ok [INFO] [stdout] test write::tests::write_fixed8 ... ok [INFO] [stdout] test write::tests::write_sbits ... ok [INFO] [stdout] test write::tests::write_ubits ... ok [INFO] [stdout] test write::tests::write_swfs ... ok [INFO] [stdout] test avm2::read::tests::read_abc ... ok [INFO] [stdout] test write::tests::write_rectangle_zero ... ok [INFO] [stdout] test read::tests::read_tags ... ok [INFO] [stdout] test read::tests::read_swfs ... ok [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] [stdout] test write::tests::write_fbits ... FAILED [INFO] [stdout] test write::tests::write_tags ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- write::tests::write_fbits stdout ---- [INFO] [stdout] thread 'write::tests::write_fbits' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `[64, 0, 0, 0, 0]`, [INFO] [stdout] right: `[64, 0, 48, 0, 0]`', src/write.rs:2893:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5592fccdcde0 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5592fccdcde0 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5592fccdcde0 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5592fccdcde0 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5592fccffe2c - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5592fccd9e95 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x5592fccdef4b - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5592fccdef4b - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5592fccdef4b - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5592fccdea5c - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5592fccdf614 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5592fccdf0f7 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x5592fccdd2dc - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5592fccdf059 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x5592fca42431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5592fccfdeb8 - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x5592fcbe039e - core::panicking::assert_failed::h6a95745ea9bd397e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x5592fcb1362d - swf::write::tests::write_fbits::h2b83488a367263e6 [INFO] [stdout] at /opt/rustwide/workdir/src/write.rs:2893:9 [INFO] [stdout] 18: 0x5592fcb1335a - swf::write::tests::write_fbits::{{closure}}::h93dfb37ad9ab8d25 [INFO] [stdout] at /opt/rustwide/workdir/src/write.rs:2882:5 [INFO] [stdout] 19: 0x5592fcae425e - core::ops::function::FnOnce::call_once::ha1acd2fa69640bc2 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5592fcc89b33 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5592fcc89b33 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x5592fcc885e8 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x5592fcc885e8 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x5592fcc885e8 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x5592fcc885e8 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x5592fcc885e8 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x5592fcc885e8 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x5592fcc885e8 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x5592fcc56d7d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x5592fcc56d7d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x5592fcc5b558 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x5592fcc5b558 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x5592fcc5b558 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x5592fcc5b558 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x5592fcc5b558 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x5592fcc5b558 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x5592fcc5b558 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x5592fcce4187 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x5592fcce4187 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x5592fcce4187 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f738611e609 - start_thread [INFO] [stdout] 42: 0x7f7385ef0293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- write::tests::write_tags stdout ---- [INFO] [stdout] thread 'write::tests::write_tags' panicked at 'Error reading tag. [INFO] [stdout] Tag: [INFO] [stdout] DefineMorphShape(DefineMorphShape { version: 1, id: 1, has_non_scaling_strokes: true, has_scaling_strokes: false, start: MorphShape { shape_bounds: Rectangle { x_min: Twips(300), x_max: Twips(1300), y_min: Twips(300), y_max: Twips(1300) }, edge_bounds: Rectangle { x_min: Twips(300), x_max: Twips(1300), y_min: Twips(300), y_max: Twips(1300) }, fill_styles: [LinearGradient(Gradient { matrix: Matrix { translate_x: Twips(800), translate_y: Twips(800), scale_x: 0.024429321, scale_y: 0.024429321, rotate_skew_0: 0.024429321, rotate_skew_1: -0.024429321 }, spread: Pad, interpolation: RGB, records: [GradientRecord { ratio: 0, color: Color { r: 255, g: 255, b: 255, a: 255 } }, GradientRecord { ratio: 255, color: Color { r: 0, g: 0, b: 0, a: 255 } }] })], line_styles: [LineStyle { width: Twips(200), color: Color { r: 0, g: 255, b: 0, a: 255 }, start_cap: Round, end_cap: Round, join_style: Round, fill_style: None, allow_scale_x: false, allow_scale_y: false, is_pixel_hinted: false, allow_close: true }], shape: [StyleChange(StyleChangeData { move_to: Some((Twips(400), Twips(400))), fill_style_0: None, fill_style_1: None, line_style: Some(1), new_styles: None }), StraightEdge { delta_x: Twips(800), delta_y: Twips(0) }, StraightEdge { delta_x: Twips(0), delta_y: Twips(800) }, StraightEdge { delta_x: Twips(-800), delta_y: Twips(0) }, StraightEdge { delta_x: Twips(0), delta_y: Twips(-800) }, StyleChange(StyleChangeData { move_to: None, fill_style_0: Some(1), fill_style_1: None, line_style: None, new_styles: None }), StraightEdge { delta_x: Twips(800), delta_y: Twips(0) }, StraightEdge { delta_x: Twips(0), delta_y: Twips(800) }, StraightEdge { delta_x: Twips(-800), delta_y: Twips(0) }, StraightEdge { delta_x: Twips(0), delta_y: Twips(-800) }] }, end: MorphShape { shape_bounds: Rectangle { x_min: Twips(380), x_max: Twips(1501), y_min: Twips(167), y_max: Twips(1220) }, edge_bounds: Rectangle { x_min: Twips(380), x_max: Twips(1501), y_min: Twips(167), y_max: Twips(1220) }, fill_styles: [LinearGradient(Gradient { matrix: Matrix { translate_x: Twips(968), translate_y: Twips(693), scale_x: 0.0058898926, scale_y: 0.030914307, rotate_skew_0: 0.0, rotate_skew_1: 0.0 }, spread: Pad, interpolation: RGB, records: [GradientRecord { ratio: 56, color: Color { r: 255, g: 0, b: 0, a: 255 } }, GradientRecord { ratio: 157, color: Color { r: 0, g: 0, b: 255, a: 255 } }] })], line_styles: [LineStyle { width: Twips(40), color: Color { r: 255, g: 255, b: 0, a: 255 }, start_cap: Round, end_cap: Round, join_style: Round, fill_style: None, allow_scale_x: false, allow_scale_y: false, is_pixel_hinted: false, allow_close: true }], shape: [StyleChange(StyleChangeData { move_to: Some((Twips(400), Twips(1200))), fill_style_0: None, fill_style_1: None, line_style: None, new_styles: None }), StraightEdge { delta_x: Twips(348), delta_y: Twips(-1013) }, StraightEdge { delta_x: Twips(452), delta_y: Twips(213) }, CurvedEdge { control_delta_x: Twips(563), control_delta_y: Twips(382), anchor_delta_x: Twips(-563), anchor_delta_y: Twips(418) }, CurvedEdge { control_delta_x: Twips(-381), control_delta_y: Twips(-440), anchor_delta_x: Twips(-419), anchor_delta_y: Twips(440) }, StraightEdge { delta_x: Twips(348), delta_y: Twips(-1013) }, StraightEdge { delta_x: Twips(452), delta_y: Twips(213) }, CurvedEdge { control_delta_x: Twips(563), control_delta_y: Twips(382), anchor_delta_x: Twips(-563), anchor_delta_y: Twips(418) }, CurvedEdge { control_delta_x: Twips(-381), control_delta_y: Twips(-440), anchor_delta_x: Twips(-419), anchor_delta_y: Twips(440) }] } }) [INFO] [stdout] [INFO] [stdout] Wrote: [INFO] [stdout] [191, 11, 146, 0, 0, 0, 1, 0, 96, 150, 40, 160, 150, 40, 160, 96, 190, 46, 232, 83, 166, 32, 81, 0, 0, 0, 1, 16, 177, 144, 89, 6, 198, 65, 0, 5, 178, 6, 64, 176, 96, 159, 168, 183, 144, 173, 64, 2, 0, 255, 255, 255, 255, 56, 255, 0, 0, 255, 255, 0, 0, 0, 255, 157, 0, 0, 255, 255, 1, 200, 0, 40, 0, 0, 255, 0, 255, 255, 255, 0, 255, 17, 37, 76, 131, 33, 228, 100, 28, 172, 131, 146, 112, 114, 206, 0, 188, 140, 131, 149, 144, 114, 78, 14, 89, 192, 0, 0, 5, 131, 32, 150, 28, 202, 228, 11, 226, 226, 26, 180, 163, 50, 253, 115, 77, 21, 20, 28, 145, 46, 183, 28, 202, 228, 11, 226, 226, 26, 180, 163, 50, 253, 115, 77, 21, 20, 28, 145, 46, 183, 0, 0] [INFO] [stdout] [INFO] [stdout] Expected: [INFO] [stdout] [191, 11, 146, 0, 0, 0, 1, 0, 96, 150, 40, 160, 150, 40, 160, 96, 190, 46, 232, 83, 166, 32, 81, 0, 0, 0, 1, 16, 177, 144, 89, 6, 198, 65, 155, 245, 178, 6, 64, 176, 96, 159, 168, 183, 144, 173, 64, 2, 0, 255, 255, 255, 255, 56, 255, 0, 0, 255, 255, 0, 0, 0, 255, 157, 0, 0, 255, 255, 1, 200, 0, 40, 0, 0, 255, 0, 255, 255, 255, 0, 255, 17, 37, 76, 131, 33, 228, 100, 28, 172, 131, 146, 112, 114, 206, 0, 188, 140, 131, 149, 144, 114, 78, 14, 89, 192, 0, 0, 5, 131, 32, 150, 28, 202, 228, 11, 226, 226, 26, 180, 163, 50, 253, 115, 77, 21, 20, 28, 145, 46, 183, 28, 202, 228, 11, 226, 226, 26, 180, 163, 50, 253, 115, 77, 21, 20, 28, 145, 46, 183, 0, 0]', src/write.rs:3033:17 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5592fccdcde0 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5592fccdcde0 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5592fccdcde0 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5592fccdcde0 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5592fccffe2c - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5592fccd9e95 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x5592fccdef4b - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5592fccdef4b - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5592fccdef4b - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5592fccdea5c - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5592fccdf614 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5592fccdf0f7 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x5592fccdd2dc - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5592fccdf059 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x5592fca41c8b - std::panicking::begin_panic_fmt::h7ab3d84aa4ae32a2 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:457:5 [INFO] [stdout] 15: 0x5592fcb15270 - swf::write::tests::write_tags::hc4d63316ece405cd [INFO] [stdout] at /opt/rustwide/workdir/src/write.rs:3033:17 [INFO] [stdout] 16: 0x5592fcb14d1a - swf::write::tests::write_tags::{{closure}}::h41445921f83ada9b [INFO] [stdout] at /opt/rustwide/workdir/src/write.rs:3026:5 [INFO] [stdout] 17: 0x5592fcae405e - core::ops::function::FnOnce::call_once::h600d3a880f0f2802 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 18: 0x5592fcc89b33 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5592fcc89b33 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 20: 0x5592fcc885e8 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 21: 0x5592fcc885e8 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 22: 0x5592fcc885e8 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 23: 0x5592fcc885e8 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 24: 0x5592fcc885e8 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 25: 0x5592fcc885e8 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 26: 0x5592fcc885e8 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 27: 0x5592fcc56d7d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 28: 0x5592fcc56d7d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 29: 0x5592fcc5b558 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 30: 0x5592fcc5b558 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 31: 0x5592fcc5b558 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 32: 0x5592fcc5b558 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 33: 0x5592fcc5b558 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 34: 0x5592fcc5b558 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 35: 0x5592fcc5b558 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x5592fcce4187 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 37: 0x5592fcce4187 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 38: 0x5592fcce4187 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 39: 0x7f738611e609 - start_thread [INFO] [stdout] 40: 0x7f7385ef0293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] write::tests::write_fbits [INFO] [stdout] write::tests::write_tags [INFO] [stdout] [INFO] [stdout] test result: FAILED. 39 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "54da6541dc599254528913af251ac302ec39e00a5346a494e9f0af72ac06fd85", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54da6541dc599254528913af251ac302ec39e00a5346a494e9f0af72ac06fd85", kill_on_drop: false }` [INFO] [stdout] 54da6541dc599254528913af251ac302ec39e00a5346a494e9f0af72ac06fd85