[INFO] fetching crate airmash-protocol 0.3.0... [INFO] testing airmash-protocol-0.3.0 against 1.59.0 for beta-1.60-1 [INFO] extracting crate airmash-protocol 0.3.0 into /workspace/builds/worker-18/source [INFO] validating manifest of crates.io crate airmash-protocol 0.3.0 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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-18/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 28d8847423e5f4d1d8a48e905fcd7df9642236203728259eaf6ecd580496e643 [INFO] running `Command { std: "docker" "start" "-a" "28d8847423e5f4d1d8a48e905fcd7df9642236203728259eaf6ecd580496e643", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "28d8847423e5f4d1d8a48e905fcd7df9642236203728259eaf6ecd580496e643", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28d8847423e5f4d1d8a48e905fcd7df9642236203728259eaf6ecd580496e643", kill_on_drop: false }` [INFO] [stdout] 28d8847423e5f4d1d8a48e905fcd7df9642236203728259eaf6ecd580496e643 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2143ecab0720f2d7d9bc529104be7957bd45294c020b571779c8ce54383cbd2e [INFO] running `Command { std: "docker" "start" "-a" "2143ecab0720f2d7d9bc529104be7957bd45294c020b571779c8ce54383cbd2e", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling dimensioned v0.7.0 [INFO] [stderr] Compiling generic-array v0.11.2 [INFO] [stderr] Compiling specs-derive v0.4.1 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling enum-primitive-derive v0.1.2 [INFO] [stderr] Compiling serde_json v1.0.79 [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" "2143ecab0720f2d7d9bc529104be7957bd45294c020b571779c8ce54383cbd2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2143ecab0720f2d7d9bc529104be7957bd45294c020b571779c8ce54383cbd2e", kill_on_drop: false }` [INFO] [stdout] 2143ecab0720f2d7d9bc529104be7957bd45294c020b571779c8ce54383cbd2e