[INFO] fetching crate swf 0.1.2... [INFO] testing swf-0.1.2 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] extracting crate swf 0.1.2 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate swf 0.1.2 on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "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-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b1eea041d7b641dde8aed2bb02259fff5cf3d3273785434ac1b5d44113532041 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b1eea041d7b641dde8aed2bb02259fff5cf3d3273785434ac1b5d44113532041", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b1eea041d7b641dde8aed2bb02259fff5cf3d3273785434ac1b5d44113532041", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1eea041d7b641dde8aed2bb02259fff5cf3d3273785434ac1b5d44113532041", kill_on_drop: false }` [INFO] [stdout] b1eea041d7b641dde8aed2bb02259fff5cf3d3273785434ac1b5d44113532041 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 36bd2d3e61e7f924c2fd6b012892cb2a752dde175ff89e2a65c905bd252ec318 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "36bd2d3e61e7f924c2fd6b012892cb2a752dde175ff89e2a65c905bd252ec318", kill_on_drop: false }` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling rle-decode-fast v1.0.1 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling num-traits v0.2.14 [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 21.75s [INFO] running `Command { std: "docker" "inspect" "36bd2d3e61e7f924c2fd6b012892cb2a752dde175ff89e2a65c905bd252ec318", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36bd2d3e61e7f924c2fd6b012892cb2a752dde175ff89e2a65c905bd252ec318", kill_on_drop: false }` [INFO] [stdout] 36bd2d3e61e7f924c2fd6b012892cb2a752dde175ff89e2a65c905bd252ec318 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9eccaf1eee675c43ac46c320facf66261e1f35b3c82461eeb4f985e9aed11194 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9eccaf1eee675c43ac46c320facf66261e1f35b3c82461eeb4f985e9aed11194", 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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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: `...` 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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 11.71s [INFO] running `Command { std: "docker" "inspect" "9eccaf1eee675c43ac46c320facf66261e1f35b3c82461eeb4f985e9aed11194", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9eccaf1eee675c43ac46c320facf66261e1f35b3c82461eeb4f985e9aed11194", kill_on_drop: false }` [INFO] [stdout] 9eccaf1eee675c43ac46c320facf66261e1f35b3c82461eeb4f985e9aed11194 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d3b74cc8e525f936d3d5ac78c3ee8e4966a54bf1252ba8c3d893627473b46721 [INFO] running `Command { std: "docker" "start" "-a" "d3b74cc8e525f936d3d5ac78c3ee8e4966a54bf1252ba8c3d893627473b46721", 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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] running 41 tests [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: 13 warnings emitted [INFO] [stderr] [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: 13 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/swf-b6680afd2a82540c) [INFO] [stdout] test avm1::read::tests::read_action ... 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_invalid_swf ... ok [INFO] [stdout] test read::tests::read_matrix ... ok [INFO] [stdout] test read::tests::read_line_style ... ok [INFO] [stdout] test read::tests::read_bit ... ok [INFO] [stdout] test avm1::write::tests::write_action ... ok [INFO] [stdout] test read::tests::read_compression_type ... ok [INFO] [stdout] test read::tests::read_fbits ... ok [INFO] [stdout] test read::tests::read_color ... ok [INFO] [stdout] test read::tests::read_fixed8 ... ok [INFO] [stdout] test read::tests::read_encoded_u32 ... ok [INFO] [stdout] test read::tests::read_fill_style ... ok [INFO] [stdout] test read::tests::read_gradient ... 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_sbits ... ok [INFO] [stdout] test read::tests::read_rectangle_zero ... ok [INFO] [stdout] test read::tests::read_ubits ... ok [INFO] [stdout] test write::tests::count_ubits ... ok [INFO] [stdout] test write::tests::write_encoded_u32 ... ok [INFO] [stdout] test write::tests::write_bit ... ok [INFO] [stdout] test write::tests::count_sbits ... ok [INFO] [stdout] test read::tests::read_shape_record ... ok [INFO] [stdout] test read::tests::read_tag_list ... ok [INFO] [stdout] test read::tests::read_shape_styles ... ok [INFO] [stdout] test write::tests::write_matrix ... ok [INFO] [stdout] test write::tests::write_c_string ... ok [INFO] [stdout] test write::tests::write_fixed8 ... ok [INFO] [stdout] test write::tests::write_color ... ok [INFO] [stdout] test write::tests::write_ubits ... ok [INFO] [stdout] test write::tests::write_swfs ... ok [INFO] [stdout] test write::tests::write_sbits ... ok [INFO] [stdout] test write::tests::write_tag_to_buf_list ... ok [INFO] [stdout] test write::tests::write_rectangle_signed ... 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] [stdout] test write::tests::write_tags ... FAILED [INFO] [stderr] error: test failed, to rerun pass '--lib' [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: 0x55a94a96ebb0 - std::backtrace_rs::backtrace::libunwind::trace::h1037ca7e6eeef65c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55a94a96ebb0 - std::backtrace_rs::backtrace::trace_unsynchronized::haaefac1bc3669450 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55a94a96ebb0 - std::sys_common::backtrace::_print_fmt::h863a6f5e6d995885 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55a94a96ebb0 - ::fmt::h767e17e1aa7df6a8 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55a94a991c0c - core::fmt::write::h7aa6cd0067dca82a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/fmt/mod.rs:1110:17 [INFO] [stdout] 5: 0x55a94a96bc25 - std::io::Write::write_fmt::h6f1a9b91376a1376 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/io/mod.rs:1584:15 [INFO] [stdout] 6: 0x55a94a970d1b - std::sys_common::backtrace::_print::h2769edb26a7eb606 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55a94a970d1b - std::sys_common::backtrace::print::ha71f3549862b4cb6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55a94a970d1b - std::panicking::default_hook::{{closure}}::h95488a3bade217f6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55a94a97082c - std::panicking::default_hook::h290aa602c0fb11df [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55a94a9713c1 - std::panicking::rust_panic_with_hook::hf32c4fa635e215f2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55a94a970ec7 - std::panicking::begin_panic_handler::{{closure}}::h95197ccd88846f7a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x55a94a96f08c - std::sys_common::backtrace::__rust_end_short_backtrace::h7641df9566f7b7d0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55a94a970e29 - rust_begin_unwind [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55a94a6d1d8b - std::panicking::begin_panic_fmt::hdc39c0cc0031e534 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:457:5 [INFO] [stdout] 15: 0x55a94a8667c0 - swf::write::tests::write_tags::he08fe194edd5bcb4 [INFO] [stdout] at /opt/rustwide/workdir/src/write.rs:3033:17 [INFO] [stdout] 16: 0x55a94a86626a - swf::write::tests::write_tags::{{closure}}::h1f62515cea439d5e [INFO] [stdout] at /opt/rustwide/workdir/src/write.rs:3026:5 [INFO] [stdout] 17: 0x55a94a83169e - core::ops::function::FnOnce::call_once::h899d8b93f336e3bf [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 18: 0x55a94a90f083 - core::ops::function::FnOnce::call_once::h673fbe3f96486fd2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x55a94a90f083 - test::__rust_begin_short_backtrace::h8eedc24e104ef6a0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:577:5 [INFO] [stdout] 20: 0x55a94a90db30 - as core::ops::function::FnOnce>::call_once::h028d0969d3f94d78 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 21: 0x55a94a90db30 - as core::ops::function::FnOnce<()>>::call_once::h7634b01590b1722b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 22: 0x55a94a90db30 - std::panicking::try::do_call::hf74f869706dec63b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 23: 0x55a94a90db30 - std::panicking::try::hd0b7346ebfaaae44 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 24: 0x55a94a90db30 - std::panic::catch_unwind::hdbf6904f7c253080 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 25: 0x55a94a90db30 - test::run_test_in_process::h87e95a014ac91067 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:600:18 [INFO] [stdout] 26: 0x55a94a90db30 - test::run_test::run_test_inner::{{closure}}::hdd69ae44aaab3470 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:492:39 [INFO] [stdout] 27: 0x55a94a8e8e02 - test::run_test::run_test_inner::{{closure}}::hc159305704d5b68a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:519:37 [INFO] [stdout] 28: 0x55a94a8e8e02 - std::sys_common::backtrace::__rust_begin_short_backtrace::h33d8a8ad5f788fcc [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 29: 0x55a94a8ecb78 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h6181011ddf4b8353 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 30: 0x55a94a8ecb78 - as core::ops::function::FnOnce<()>>::call_once::hf924ea0a0f25a1c0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 31: 0x55a94a8ecb78 - std::panicking::try::do_call::hd58061792d05fa5c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 32: 0x55a94a8ecb78 - std::panicking::try::h3080747417e5af37 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 33: 0x55a94a8ecb78 - std::panic::catch_unwind::hfeba515dcf36cb66 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 34: 0x55a94a8ecb78 - std::thread::Builder::spawn_unchecked::{{closure}}::h29d57a62faff749b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 35: 0x55a94a8ecb78 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h44709d312d2a9c59 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x55a94a975e77 - as core::ops::function::FnOnce>::call_once::h902e2cf6655e1b0c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 37: 0x55a94a975e77 - as core::ops::function::FnOnce>::call_once::h893a5452154309d1 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 38: 0x55a94a975e77 - std::sys::unix::thread::Thread::new::thread_start::hdedcb57c96ab37cd [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 39: 0x7f9c1f366609 - start_thread [INFO] [stdout] 40: 0x7f9c1f138293 - 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: 0x55a94a96ebb0 - std::backtrace_rs::backtrace::libunwind::trace::h1037ca7e6eeef65c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55a94a96ebb0 - std::backtrace_rs::backtrace::trace_unsynchronized::haaefac1bc3669450 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55a94a96ebb0 - std::sys_common::backtrace::_print_fmt::h863a6f5e6d995885 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55a94a96ebb0 - ::fmt::h767e17e1aa7df6a8 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55a94a991c0c - core::fmt::write::h7aa6cd0067dca82a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/fmt/mod.rs:1110:17 [INFO] [stdout] 5: 0x55a94a96bc25 - std::io::Write::write_fmt::h6f1a9b91376a1376 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/io/mod.rs:1584:15 [INFO] [stdout] 6: 0x55a94a970d1b - std::sys_common::backtrace::_print::h2769edb26a7eb606 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55a94a970d1b - std::sys_common::backtrace::print::ha71f3549862b4cb6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55a94a970d1b - std::panicking::default_hook::{{closure}}::h95488a3bade217f6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55a94a97082c - std::panicking::default_hook::h290aa602c0fb11df [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55a94a9713c1 - std::panicking::rust_panic_with_hook::hf32c4fa635e215f2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55a94a970ec7 - std::panicking::begin_panic_handler::{{closure}}::h95197ccd88846f7a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x55a94a96f08c - std::sys_common::backtrace::__rust_end_short_backtrace::h7641df9566f7b7d0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55a94a970e29 - rust_begin_unwind [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55a94a6d2531 - core::panicking::panic_fmt::hbe99dddd3092ba3c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55a94a98fc88 - core::panicking::assert_failed_inner::h4fdb1013d187f202 [INFO] [stdout] 16: 0x55a94a76fafe - core::panicking::assert_failed::hd04702842e454752 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x55a94a864b7d - swf::write::tests::write_fbits::hc704579a223ada05 [INFO] [stdout] at /opt/rustwide/workdir/src/write.rs:2893:9 [INFO] [stdout] 18: 0x55a94a8648aa - swf::write::tests::write_fbits::{{closure}}::h517ebbf3509cae75 [INFO] [stdout] at /opt/rustwide/workdir/src/write.rs:2882:5 [INFO] [stdout] 19: 0x55a94a8313ee - core::ops::function::FnOnce::call_once::h4890a29a83a22294 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55a94a90f083 - core::ops::function::FnOnce::call_once::h673fbe3f96486fd2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55a94a90f083 - test::__rust_begin_short_backtrace::h8eedc24e104ef6a0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:577:5 [INFO] [stdout] 22: 0x55a94a90db30 - as core::ops::function::FnOnce>::call_once::h028d0969d3f94d78 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 23: 0x55a94a90db30 - as core::ops::function::FnOnce<()>>::call_once::h7634b01590b1722b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 24: 0x55a94a90db30 - std::panicking::try::do_call::hf74f869706dec63b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x55a94a90db30 - std::panicking::try::hd0b7346ebfaaae44 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x55a94a90db30 - std::panic::catch_unwind::hdbf6904f7c253080 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 27: 0x55a94a90db30 - test::run_test_in_process::h87e95a014ac91067 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:600:18 [INFO] [stdout] 28: 0x55a94a90db30 - test::run_test::run_test_inner::{{closure}}::hdd69ae44aaab3470 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x55a94a8e8e02 - test::run_test::run_test_inner::{{closure}}::hc159305704d5b68a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x55a94a8e8e02 - std::sys_common::backtrace::__rust_begin_short_backtrace::h33d8a8ad5f788fcc [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x55a94a8ecb78 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h6181011ddf4b8353 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 32: 0x55a94a8ecb78 - as core::ops::function::FnOnce<()>>::call_once::hf924ea0a0f25a1c0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 33: 0x55a94a8ecb78 - std::panicking::try::do_call::hd58061792d05fa5c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x55a94a8ecb78 - std::panicking::try::h3080747417e5af37 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x55a94a8ecb78 - std::panic::catch_unwind::hfeba515dcf36cb66 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 36: 0x55a94a8ecb78 - std::thread::Builder::spawn_unchecked::{{closure}}::h29d57a62faff749b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 37: 0x55a94a8ecb78 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h44709d312d2a9c59 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55a94a975e77 - as core::ops::function::FnOnce>::call_once::h902e2cf6655e1b0c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 39: 0x55a94a975e77 - as core::ops::function::FnOnce>::call_once::h893a5452154309d1 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 40: 0x55a94a975e77 - std::sys::unix::thread::Thread::new::thread_start::hdedcb57c96ab37cd [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 41: 0x7f9c1f366609 - start_thread [INFO] [stdout] 42: 0x7f9c1f138293 - 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.05s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d3b74cc8e525f936d3d5ac78c3ee8e4966a54bf1252ba8c3d893627473b46721", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3b74cc8e525f936d3d5ac78c3ee8e4966a54bf1252ba8c3d893627473b46721", kill_on_drop: false }` [INFO] [stdout] d3b74cc8e525f936d3d5ac78c3ee8e4966a54bf1252ba8c3d893627473b46721