[INFO] cloning repository https://github.com/comp500/miniworld [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/comp500/miniworld" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcomp500%2Fminiworld", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcomp500%2Fminiworld'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1b6beb25def764b33c0e45bf7e0df24f2c7929d7 [INFO] testing comp500/miniworld against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcomp500%2Fminiworld" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/comp500/miniworld on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/comp500/miniworld [INFO] finished tweaking git repo https://github.com/comp500/miniworld [INFO] tweaked toml for git repo https://github.com/comp500/miniworld written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/comp500/miniworld already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7a3b25276042b3f95165ae3f59faf7c57181fed9bb736b410d9c861f239f6f52 [INFO] running `Command { std: "docker" "start" "-a" "7a3b25276042b3f95165ae3f59faf7c57181fed9bb736b410d9c861f239f6f52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7a3b25276042b3f95165ae3f59faf7c57181fed9bb736b410d9c861f239f6f52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a3b25276042b3f95165ae3f59faf7c57181fed9bb736b410d9c861f239f6f52", kill_on_drop: false }` [INFO] [stdout] 7a3b25276042b3f95165ae3f59faf7c57181fed9bb736b410d9c861f239f6f52 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a3cfb64337ff4be734bac707a6e3d3bcb6811d35522000f84e2fc10324646969 [INFO] running `Command { std: "docker" "start" "-a" "a3cfb64337ff4be734bac707a6e3d3bcb6811d35522000f84e2fc10324646969", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.76 [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling syn v1.0.39 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling either v1.6.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling serde_derive v1.0.115 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling siphasher v0.3.3 [INFO] [stderr] Compiling serde v1.0.115 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.9 [INFO] [stderr] Compiling gimli v0.22.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling rayon-core v1.8.0 [INFO] [stderr] Compiling object v0.20.0 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling pkg-config v0.3.18 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.1 [INFO] [stderr] Compiling anyhow v1.0.32 [INFO] [stderr] Compiling firestorm v0.3.0 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling bitbit v0.2.0 [INFO] [stderr] Compiling gibbon v0.1.3 [INFO] [stderr] Compiling cesu8 v1.1.0 [INFO] [stderr] Compiling defer v0.1.0 [INFO] [stderr] Compiling transmute v0.1.1 [INFO] [stderr] Compiling fenwick v1.0.0 [INFO] [stderr] Compiling fixed-vec-deque v0.1.9 [INFO] [stderr] Compiling arrayvec v0.7.1 [INFO] [stderr] Compiling humansize v1.1.0 [INFO] [stderr] Compiling hilbert_index v0.2.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.5 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling rayon v1.4.0 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling alloc-stdlib v0.2.1 [INFO] [stderr] Compiling arcode v0.2.3 [INFO] [stderr] Compiling miniz_oxide v0.4.1 [INFO] [stderr] Compiling brotli-decompressor v2.3.1 [INFO] [stderr] Compiling simple-16 v0.2.0 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling flate2 v1.0.17 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling cc v1.0.59 [INFO] [stderr] Compiling png v0.16.7 [INFO] [stderr] Compiling brotli v3.3.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling crossbeam-channel v0.4.4 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling zigzag v0.1.0 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling random_color v0.4.4 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling addr2line v0.13.0 [INFO] [stderr] Compiling zstd-sys v1.4.17+zstd.1.4.5 [INFO] [stderr] Compiling lzma-sys v0.1.16 [INFO] [stderr] Compiling backtrace v0.3.50 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling xz2 v0.1.6 [INFO] [stderr] Compiling palette v0.5.0 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling coercible_errors v0.1.4 [INFO] [stderr] Compiling derivative v2.1.1 [INFO] [stderr] Compiling enum-iterator-derive v0.6.0 [INFO] [stderr] Compiling palette_derive v0.5.0 [INFO] [stderr] Compiling tree-buf-macros v0.10.0 [INFO] [stderr] Compiling enum_dispatch v0.3.7 [INFO] [stderr] Compiling enum-iterator v0.6.0 [INFO] [stderr] Compiling tree-buf v0.10.0 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling hematite-nbt v0.5.0 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Compiling num_enum_derive v0.5.1 [INFO] [stderr] Compiling num_enum v0.5.1 [INFO] [stderr] Compiling zstd-safe v2.0.5+zstd.1.4.5 [INFO] [stderr] Compiling zstd v0.5.3+zstd.1.4.5 [INFO] [stderr] Compiling miniworld v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `BufWriter`, `Cursor`, `Write` [INFO] [stdout] --> src/main.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | use io::{BufWriter, Seek, SeekFrom, Read, Cursor, Write}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^ ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `collections::HashMap`, `time::Instant` [INFO] [stdout] --> src/main.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | time::Instant, collections::BTreeMap, collections::HashMap}; [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::num` [INFO] [stdout] --> src/integertransformers.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use core::num; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `marker::PhantomData` [INFO] [stdout] --> src/integertransformers.rs:2:29 [INFO] [stdout] | [INFO] [stdout] 2 | use std::{convert::TryInto, marker::PhantomData}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/main.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(drain_filter)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ByteOrder` [INFO] [stdout] --> src/main.rs:5:42 [INFO] [stdout] | [INFO] [stdout] 5 | use byteorder::{BigEndian, ReadBytesExt, ByteOrder}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Read` [INFO] [stdout] --> src/main.rs:6:37 [INFO] [stdout] | [INFO] [stdout] 6 | use io::{BufWriter, Seek, SeekFrom, Read, Cursor, Write}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `miniworld` due to 2 previous errors; 6 warnings emitted [INFO] running `Command { std: "docker" "inspect" "a3cfb64337ff4be734bac707a6e3d3bcb6811d35522000f84e2fc10324646969", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3cfb64337ff4be734bac707a6e3d3bcb6811d35522000f84e2fc10324646969", kill_on_drop: false }` [INFO] [stdout] a3cfb64337ff4be734bac707a6e3d3bcb6811d35522000f84e2fc10324646969