[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] 5b1f8da5661d17ae0d23422f193f5750c58ce9b7 [INFO] checking comp500/miniworld against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcomp500%2Fminiworld" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/comp500/miniworld on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", 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-10/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" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dbdd6d4aeb31e88cbbb2a474388a41ff19b21c6ff1e6024676206b5d7ee060c9 [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" "dbdd6d4aeb31e88cbbb2a474388a41ff19b21c6ff1e6024676206b5d7ee060c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dbdd6d4aeb31e88cbbb2a474388a41ff19b21c6ff1e6024676206b5d7ee060c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dbdd6d4aeb31e88cbbb2a474388a41ff19b21c6ff1e6024676206b5d7ee060c9", kill_on_drop: false }` [INFO] [stdout] dbdd6d4aeb31e88cbbb2a474388a41ff19b21c6ff1e6024676206b5d7ee060c9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", 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] 0ab6b52936d214029a8008bb8a3f4a5fcc054b5a374d4d98f5900fdc0d4be742 [INFO] running `Command { std: "docker" "start" "-a" "0ab6b52936d214029a8008bb8a3f4a5fcc054b5a374d4d98f5900fdc0d4be742", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.39 [INFO] [stderr] Compiling siphasher v0.3.3 [INFO] [stderr] Compiling either v1.6.0 [INFO] [stderr] Checking alloc-no-stdlib v2.0.1 [INFO] [stderr] Checking firestorm v0.3.0 [INFO] [stderr] Checking gibbon v0.1.3 [INFO] [stderr] Checking fenwick v0.2.0 [INFO] [stderr] Checking bitbit v0.2.0 [INFO] [stderr] Checking transmute v0.1.1 [INFO] [stderr] Checking defer v0.1.0 [INFO] [stderr] Checking cesu8 v1.1.0 [INFO] [stderr] Checking humansize v1.1.0 [INFO] [stderr] Checking miniz_oxide v0.4.1 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking zigzag v0.1.0 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking simple-16 v0.2.0 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Checking alloc-stdlib v0.2.1 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Checking arcode v0.1.2 [INFO] [stderr] Checking rayon-core v1.8.0 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Checking brotli-decompressor v2.3.1 [INFO] [stderr] Compiling cc v1.0.59 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Checking backtrace v0.3.50 [INFO] [stderr] Checking flate2 v1.0.17 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Checking random_color v0.4.4 [INFO] [stderr] Checking rayon v1.4.0 [INFO] [stderr] Checking error-chain v0.12.4 [INFO] [stderr] Checking coercible_errors v0.1.4 [INFO] [stderr] Compiling lzma-sys v0.1.16 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling zstd-sys v1.4.17+zstd.1.4.5 [INFO] [stderr] Checking brotli v3.3.0 [INFO] [stderr] Checking xz2 v0.1.6 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling palette v0.5.0 [INFO] [stderr] Compiling serde_derive v1.0.115 [INFO] [stderr] Compiling tree-buf-macros v0.10.0 [INFO] [stderr] Compiling palette_derive v0.5.0 [INFO] [stderr] Compiling derivative v2.1.1 [INFO] [stderr] Checking tree-buf v0.10.0 [INFO] [stderr] Compiling serde v1.0.115 [INFO] [stderr] Checking hematite-nbt v0.5.0 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Compiling num_enum_derive v0.5.1 [INFO] [stderr] Checking zstd-safe v2.0.5+zstd.1.4.5 [INFO] [stderr] Checking num_enum v0.5.1 [INFO] [stderr] Checking zstd v0.5.3+zstd.1.4.5 [INFO] [stderr] Checking miniworld v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(drain_filter)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `BufWriter`, `Write` [INFO] [stdout] --> src/main.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | 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] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(drain_filter)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `BufWriter`, `Write` [INFO] [stdout] --> src/main.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | 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] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning 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` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "0ab6b52936d214029a8008bb8a3f4a5fcc054b5a374d4d98f5900fdc0d4be742", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ab6b52936d214029a8008bb8a3f4a5fcc054b5a374d4d98f5900fdc0d4be742", kill_on_drop: false }` [INFO] [stdout] 0ab6b52936d214029a8008bb8a3f4a5fcc054b5a374d4d98f5900fdc0d4be742