[INFO] crate airmash-protocol-v5 0.0.3 is already in cache [INFO] extracting crate airmash-protocol-v5 0.0.3 into work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/airmash-protocol-v5/0.0.3 [INFO] extracting crate airmash-protocol-v5 0.0.3 into work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/reg/airmash-protocol-v5/0.0.3 [INFO] validating manifest of airmash-protocol-v5-0.0.3 on toolchain master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of airmash-protocol-v5-0.0.3 on toolchain try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing airmash-protocol-v5-0.0.3 [INFO] finished frobbing airmash-protocol-v5-0.0.3 [INFO] frobbed toml for airmash-protocol-v5-0.0.3 written to work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/airmash-protocol-v5/0.0.3/Cargo.toml [INFO] started frobbing airmash-protocol-v5-0.0.3 [INFO] finished frobbing airmash-protocol-v5-0.0.3 [INFO] frobbed toml for airmash-protocol-v5-0.0.3 written to work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/reg/airmash-protocol-v5/0.0.3/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking airmash-protocol-v5-0.0.3 against try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b for pr-59199 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-59199/worker-7/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/reg/airmash-protocol-v5/0.0.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] dcd8891a89e2e9ec47f33d0a5831e6530c91e091d835c45d8ed43ff2d9e24af8 [INFO] running `"docker" "start" "-a" "dcd8891a89e2e9ec47f33d0a5831e6530c91e091d835c45d8ed43ff2d9e24af8"` [INFO] [stderr] Compiling dimensioned v0.7.0 [INFO] [stderr] Compiling syn v0.15.29 [INFO] [stderr] Compiling specs-derive v0.3.0 [INFO] [stderr] Compiling derive_more v0.13.0 [INFO] [stderr] Checking airmash-protocol v0.2.6 [INFO] [stderr] Checking airmash-protocol-v5 v0.0.3 (/opt/crater/workdir) [INFO] [stderr] error[E0277]: the trait bound `error::DeserializeError: std::convert::From` is not satisfied [INFO] [stderr] --> src/serde/impls.rs:38:9 [INFO] [stderr] | [INFO] [stderr] 38 | Ok($base::deserialize(de)?.try_into()?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `error::DeserializeError` [INFO] [stderr] ... [INFO] [stderr] 45 | / enum_serde_decl! { [INFO] [stderr] 46 | | CommandReplyType: u8, [INFO] [stderr] 47 | | ErrorType: u8, [INFO] [stderr] 48 | | FirewallStatus: u8, [INFO] [stderr] ... | [INFO] [stderr] 62 | | UpgradeType: u8 [INFO] [stderr] 63 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] >> [INFO] [stderr] >> [INFO] [stderr] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `airmash-protocol-v5`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: the trait bound `error::DeserializeError: std::convert::From` is not satisfied [INFO] [stderr] --> src/serde/impls.rs:38:9 [INFO] [stderr] | [INFO] [stderr] 38 | Ok($base::deserialize(de)?.try_into()?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `error::DeserializeError` [INFO] [stderr] ... [INFO] [stderr] 45 | / enum_serde_decl! { [INFO] [stderr] 46 | | CommandReplyType: u8, [INFO] [stderr] 47 | | ErrorType: u8, [INFO] [stderr] 48 | | FirewallStatus: u8, [INFO] [stderr] ... | [INFO] [stderr] 62 | | UpgradeType: u8 [INFO] [stderr] 63 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] >> [INFO] [stderr] >> [INFO] [stderr] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `airmash-protocol-v5`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "dcd8891a89e2e9ec47f33d0a5831e6530c91e091d835c45d8ed43ff2d9e24af8"` [INFO] running `"docker" "rm" "-f" "dcd8891a89e2e9ec47f33d0a5831e6530c91e091d835c45d8ed43ff2d9e24af8"` [INFO] [stdout] dcd8891a89e2e9ec47f33d0a5831e6530c91e091d835c45d8ed43ff2d9e24af8