[INFO] fetching crate airmash-protocol 0.3.0... [INFO] testing airmash-protocol-0.3.0 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate airmash-protocol 0.3.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate airmash-protocol 0.3.0 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate airmash-protocol 0.3.0 [INFO] finished tweaking crates.io crate airmash-protocol 0.3.0 [INFO] tweaked toml for crates.io crate airmash-protocol 0.3.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7f805360822b2dad9d7948af4fe77c79039f186c285e3cf9ed3e1927b70e5d2d [INFO] running `Command { std: "docker" "start" "-a" "7f805360822b2dad9d7948af4fe77c79039f186c285e3cf9ed3e1927b70e5d2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7f805360822b2dad9d7948af4fe77c79039f186c285e3cf9ed3e1927b70e5d2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f805360822b2dad9d7948af4fe77c79039f186c285e3cf9ed3e1927b70e5d2d", kill_on_drop: false }` [INFO] [stdout] 7f805360822b2dad9d7948af4fe77c79039f186c285e3cf9ed3e1927b70e5d2d [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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] be88e80717f9ee6cde8cf5cfb2a7c5c27ae8dda0c5df1a908720e0e27c27f386 [INFO] running `Command { std: "docker" "start" "-a" "be88e80717f9ee6cde8cf5cfb2a7c5c27ae8dda0c5df1a908720e0e27c27f386", kill_on_drop: false }` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling dimensioned v0.7.0 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling generic-array v0.11.2 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling specs-derive v0.4.1 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling enum-primitive-derive v0.1.2 [INFO] [stderr] Compiling derive_more v0.13.0 [INFO] [stderr] Compiling airmash-protocol v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:1:22 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(try_from, optin_builtin_traits)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: renamed to `auto_traits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: auto traits are experimental and possibly buggy [INFO] [stdout] --> src/types/vector2.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | pub auto trait NotVec {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #13231 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: negative trait bounds are not yet fully implemented; use marker types for now [INFO] [stdout] --> src/types/vector2.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | impl !NotVec for Vector2 {} [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #68318 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits.rs:5:33 [INFO] [stdout] | [INFO] [stdout] 5 | type ServerPacketIterator = Box>>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5 - type ServerPacketIterator = Box>>; [INFO] [stdout] 5 + type ServerPacketIterator = Box>>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0557, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0557`. [INFO] [stdout] [INFO] [stderr] error: could not compile `airmash-protocol` due to 4 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "be88e80717f9ee6cde8cf5cfb2a7c5c27ae8dda0c5df1a908720e0e27c27f386", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be88e80717f9ee6cde8cf5cfb2a7c5c27ae8dda0c5df1a908720e0e27c27f386", kill_on_drop: false }` [INFO] [stdout] be88e80717f9ee6cde8cf5cfb2a7c5c27ae8dda0c5df1a908720e0e27c27f386