[INFO] fetching crate swf-headers 0.2.0... [INFO] testing swf-headers-0.2.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate swf-headers 0.2.0 into /workspace/builds/worker-24/source [INFO] validating manifest of crates.io crate swf-headers 0.2.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate swf-headers 0.2.0 [INFO] finished tweaking crates.io crate swf-headers 0.2.0 [INFO] tweaked toml for crates.io crate swf-headers 0.2.0 written to /workspace/builds/worker-24/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded byteorder v0.3.13 [INFO] [stderr] Downloaded lzma v0.2.2 [INFO] [stderr] Downloaded bit_range v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a41d81c4e49352c0b93e03452abc87c500788fd25e388d76fe0048b02c1fcba2 [INFO] running `Command { std: "docker" "start" "-a" "a41d81c4e49352c0b93e03452abc87c500788fd25e388d76fe0048b02c1fcba2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a41d81c4e49352c0b93e03452abc87c500788fd25e388d76fe0048b02c1fcba2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a41d81c4e49352c0b93e03452abc87c500788fd25e388d76fe0048b02c1fcba2", kill_on_drop: false }` [INFO] [stdout] a41d81c4e49352c0b93e03452abc87c500788fd25e388d76fe0048b02c1fcba2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 19c6b4432ea24c2c92a3196829a533c67810c30c941498ee13f1352300e27e13 [INFO] running `Command { std: "docker" "start" "-a" "19c6b4432ea24c2c92a3196829a533c67810c30c941498ee13f1352300e27e13", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling byteorder v0.3.13 [INFO] [stderr] Compiling bit_range v0.1.0 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling lzma v0.2.2 [INFO] [stderr] Compiling flate2 v0.2.20 [INFO] [stderr] Compiling swf-headers v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ByteOrder` in this scope [INFO] [stdout] --> src/error.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | ByteOrder(error) => error.into(), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `error::Error` [INFO] [stdout] --> src/decoded_swf.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use error::Error; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decoded_swf.rs:33:54 [INFO] [stdout] | [INFO] [stdout] 33 | Signature::LzmaCompressed => Inner::Lzma(try!(lzma::Reader::from(file))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:75:25 [INFO] [stdout] | [INFO] [stdout] 75 | Self::read_from(try!(File::open(path))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:110:25 [INFO] [stdout] | [INFO] [stdout] 110 | let sig = match try!(file.read_u8()) as char { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:118:16 [INFO] [stdout] | [INFO] [stdout] 118 | match (try!(file.read_u8()), try!(file.read_u8())) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:118:38 [INFO] [stdout] | [INFO] [stdout] 118 | match (try!(file.read_u8()), try!(file.read_u8())) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:124:23 [INFO] [stdout] | [INFO] [stdout] 124 | let version = try!(file.read_u8()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:126:27 [INFO] [stdout] | [INFO] [stdout] 126 | let file_length = try!(file.read_u32::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:130:27 [INFO] [stdout] | [INFO] [stdout] 130 | let mut decoded = try!(DecodedSwf::decompress(file, sig)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:133:31 [INFO] [stdout] | [INFO] [stdout] 133 | let (width, height) = try!(parse_rect(&mut decoded)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:137:32 [INFO] [stdout] | [INFO] [stdout] 137 | let frame_rate_lower = try!(decoded.read_u8()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:138:32 [INFO] [stdout] | [INFO] [stdout] 138 | let frame_rate_upper = try!(decoded.read_u8()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:144:27 [INFO] [stdout] | [INFO] [stdout] 144 | let frame_count = try!(decoded.read_u16::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:187:22 [INFO] [stdout] | [INFO] [stdout] 187 | let first_byte = try!(file.read_u8()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:195:20 [INFO] [stdout] | [INFO] [stdout] 195 | bytes.push(try!(file.read_u8())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0531`. [INFO] [stdout] [INFO] [stderr] error: could not compile `swf-headers` due to 2 previous errors; 15 warnings emitted [INFO] running `Command { std: "docker" "inspect" "19c6b4432ea24c2c92a3196829a533c67810c30c941498ee13f1352300e27e13", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19c6b4432ea24c2c92a3196829a533c67810c30c941498ee13f1352300e27e13", kill_on_drop: false }` [INFO] [stdout] 19c6b4432ea24c2c92a3196829a533c67810c30c941498ee13f1352300e27e13