[INFO] fetching crate swf 0.1.2... [INFO] testing swf-0.1.2 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate swf 0.1.2 into /workspace/builds/worker-91/source [INFO] validating manifest of crates.io crate swf 0.1.2 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "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-91/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "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" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/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" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 148c7ddde1cb54de041a90bd0946b6434f50aac5b27c44d5c9ef1a76e1e78382 [INFO] running `Command { std: "docker" "start" "-a" "148c7ddde1cb54de041a90bd0946b6434f50aac5b27c44d5c9ef1a76e1e78382", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "148c7ddde1cb54de041a90bd0946b6434f50aac5b27c44d5c9ef1a76e1e78382", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "148c7ddde1cb54de041a90bd0946b6434f50aac5b27c44d5c9ef1a76e1e78382", kill_on_drop: false }` [INFO] [stdout] 148c7ddde1cb54de041a90bd0946b6434f50aac5b27c44d5c9ef1a76e1e78382 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/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" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 10455c1c4f7a923207b7125d19c9c703598410e5e80e0e4cb7db1c11b9aa90c1 [INFO] running `Command { std: "docker" "start" "-a" "10455c1c4f7a923207b7125d19c9c703598410e5e80e0e4cb7db1c11b9aa90c1", kill_on_drop: false }` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling crc32fast v1.2.1 [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 libflate v0.1.27 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.74s [INFO] running `Command { std: "docker" "inspect" "10455c1c4f7a923207b7125d19c9c703598410e5e80e0e4cb7db1c11b9aa90c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10455c1c4f7a923207b7125d19c9c703598410e5e80e0e4cb7db1c11b9aa90c1", kill_on_drop: false }` [INFO] [stdout] 10455c1c4f7a923207b7125d19c9c703598410e5e80e0e4cb7db1c11b9aa90c1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/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" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a6265d0ad2b34b300227f4879487ffa21c89cf3e255d28dc8908abaa1e413d12 [INFO] running `Command { std: "docker" "start" "-a" "a6265d0ad2b34b300227f4879487ffa21c89cf3e255d28dc8908abaa1e413d12", kill_on_drop: false }` [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.24s [INFO] running `Command { std: "docker" "inspect" "a6265d0ad2b34b300227f4879487ffa21c89cf3e255d28dc8908abaa1e413d12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6265d0ad2b34b300227f4879487ffa21c89cf3e255d28dc8908abaa1e413d12", kill_on_drop: false }` [INFO] [stdout] a6265d0ad2b34b300227f4879487ffa21c89cf3e255d28dc8908abaa1e413d12 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/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" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5e56c66793a0288991cad04d489eca13af5eca25ffc61e0bd59055ac4f67df6d [INFO] running `Command { std: "docker" "start" "-a" "5e56c66793a0288991cad04d489eca13af5eca25ffc61e0bd59055ac4f67df6d", 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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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.10s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/swf-415c2ea6e9b85819) [INFO] [stdout] [INFO] [stdout] running 41 tests [INFO] [stdout] test avm1::read::tests::read_action ... ok [INFO] [stdout] test avm1::write::tests::write_action ... ok [INFO] [stdout] test read::tests::read_c_string ... ok [INFO] [stdout] test read::tests::read_bit ... ok [INFO] [stdout] test avm2::write::tests::write_abc ... ok [INFO] [stdout] test avm2::read::tests::read_abc ... ok [INFO] [stdout] test read::tests::read_fbits ... ok [INFO] [stdout] test read::tests::read_invalid_swf ... ok [INFO] [stdout] test read::tests::read_matrix ... ok [INFO] [stdout] test read::tests::read_color ... ok [INFO] [stdout] test read::tests::read_rectangle_signed ... ok [INFO] [stdout] test read::tests::read_gradient ... ok [INFO] [stdout] test read::tests::read_encoded_u32 ... ok [INFO] [stdout] test read::tests::read_sbits ... ok [INFO] [stdout] test read::tests::read_rectangle_zero ... ok [INFO] [stdout] test read::tests::read_compression_type ... ok [INFO] [stdout] test read::tests::read_shape_record ... ok [INFO] [stdout] test read::tests::read_line_style ... ok [INFO] [stdout] test read::tests::read_fixed8 ... ok [INFO] [stdout] test read::tests::read_fill_style ... ok [INFO] [stdout] test read::tests::read_tag_list ... ok [INFO] [stdout] test write::tests::write_matrix ... ok [INFO] [stdout] test read::tests::read_shape_styles ... ok [INFO] [stdout] test write::tests::write_ubits ... ok [INFO] [stdout] test write::tests::write_encoded_u32 ... ok [INFO] [stdout] test write::tests::write_c_string ... ok [INFO] [stdout] test read::tests::read_ubits ... ok [INFO] [stdout] test write::tests::write_fixed8 ... ok [INFO] [stdout] test write::tests::write_bit ... ok [INFO] [stdout] test write::tests::count_ubits ... ok [INFO] [stdout] test write::tests::count_sbits ... ok [INFO] [stdout] test write::tests::write_sbits ... ok [INFO] [stdout] test write::tests::write_rectangle_zero ... ok [INFO] [stdout] test write::tests::write_rectangle_signed ... ok [INFO] [stdout] test write::tests::write_color ... ok [INFO] [stdout] test write::tests::write_swfs ... ok [INFO] [stdout] test write::tests::write_tag_to_buf_list ... 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_tags ... FAILED [INFO] [stdout] test write::tests::write_fbits ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [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: 0x55c22c7c84cc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55c22c7c84cc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c22c7c84cc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55c22c7c84cc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55c22c7ebf3c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55c22c7c5115 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55c22c7ca180 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55c22c7ca180 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55c22c7ca180 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55c22c7c9d72 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55c22c7ca834 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55c22c7ca310 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:521:13 [INFO] [stdout] 12: 0x55c22c7c8994 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55c22c7ca279 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x55c22c52cf2b - std::panicking::begin_panic_fmt::h32ac317c038a272d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:460:5 [INFO] [stdout] 15: 0x55c22c654d48 - swf::write::tests::write_tags::h154b595e1ec081f5 [INFO] [stdout] at /opt/rustwide/workdir/src/write.rs:3033:17 [INFO] [stdout] 16: 0x55c22c65480a - swf::write::tests::write_tags::{{closure}}::h66c5dbbd5e505c24 [INFO] [stdout] at /opt/rustwide/workdir/src/write.rs:3026:5 [INFO] [stdout] 17: 0x55c22c5dabbe - core::ops::function::FnOnce::call_once::h320b46bbd69573de [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 18: 0x55c22c771323 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x55c22c771323 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 20: 0x55c22c76fda8 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 21: 0x55c22c76fda8 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 22: 0x55c22c76fda8 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 23: 0x55c22c76fda8 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 24: 0x55c22c76fda8 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 25: 0x55c22c76fda8 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 26: 0x55c22c76fda8 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 27: 0x55c22c73d8fe - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 28: 0x55c22c73d8fe - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 29: 0x55c22c742198 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 30: 0x55c22c742198 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 31: 0x55c22c742198 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 32: 0x55c22c742198 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 33: 0x55c22c742198 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 34: 0x55c22c742198 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 35: 0x55c22c742198 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x55c22c7cf4e3 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 37: 0x55c22c7cf4e3 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 38: 0x55c22c7cf4e3 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 39: 0x7f6a2cc0f609 - start_thread [INFO] [stdout] 40: 0x7f6a2c9e1293 - clone [INFO] [stdout] 41: 0x0 - [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: 0x55c22c7c84cc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55c22c7c84cc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c22c7c84cc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55c22c7c84cc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55c22c7ebf3c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55c22c7c5115 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55c22c7ca180 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55c22c7ca180 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55c22c7ca180 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55c22c7c9d72 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55c22c7ca834 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55c22c7ca310 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:521:13 [INFO] [stdout] 12: 0x55c22c7c8994 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55c22c7ca279 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x55c22c52d6e1 - core::panicking::panic_fmt::hf9de31d4acbce4db [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:101:14 [INFO] [stdout] 15: 0x55c22c7ea4b8 - core::panicking::assert_failed_inner::h62e8cb2847a6e7ec [INFO] [stdout] 16: 0x55c22c69a38e - core::panicking::assert_failed::hb38c2334fb55cd5e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:140:5 [INFO] [stdout] 17: 0x55c22c653180 - swf::write::tests::write_fbits::hb53110cd256baf70 [INFO] [stdout] at /opt/rustwide/workdir/src/write.rs:2893:9 [INFO] [stdout] 18: 0x55c22c652eca - swf::write::tests::write_fbits::{{closure}}::h1e04c3414841d72b [INFO] [stdout] at /opt/rustwide/workdir/src/write.rs:2882:5 [INFO] [stdout] 19: 0x55c22c5dae1e - core::ops::function::FnOnce::call_once::h65ebe553a88bba11 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55c22c771323 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55c22c771323 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x55c22c76fda8 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 23: 0x55c22c76fda8 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55c22c76fda8 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 25: 0x55c22c76fda8 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 26: 0x55c22c76fda8 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 27: 0x55c22c76fda8 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x55c22c76fda8 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x55c22c73d8fe - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x55c22c73d8fe - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x55c22c742198 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 32: 0x55c22c742198 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55c22c742198 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 34: 0x55c22c742198 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 35: 0x55c22c742198 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 36: 0x55c22c742198 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 37: 0x55c22c742198 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55c22c7cf4e3 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 39: 0x55c22c7cf4e3 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 40: 0x55c22c7cf4e3 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 41: 0x7f6a2cc0f609 - start_thread [INFO] [stdout] 42: 0x7f6a2c9e1293 - clone [INFO] [stdout] 43: 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.16s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5e56c66793a0288991cad04d489eca13af5eca25ffc61e0bd59055ac4f67df6d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e56c66793a0288991cad04d489eca13af5eca25ffc61e0bd59055ac4f67df6d", kill_on_drop: false }` [INFO] [stdout] 5e56c66793a0288991cad04d489eca13af5eca25ffc61e0bd59055ac4f67df6d