[INFO] fetching crate paxakos 0.2.0... [INFO] checking paxakos-0.2.0 against try#4a23c45c7893f1416456144e3883cc48ea91722e for pr-82322 [INFO] extracting crate paxakos 0.2.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate paxakos 0.2.0 on toolchain 4a23c45c7893f1416456144e3883cc48ea91722e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a23c45c7893f1416456144e3883cc48ea91722e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate paxakos 0.2.0 [INFO] finished tweaking crates.io crate paxakos 0.2.0 [INFO] tweaked toml for crates.io crate paxakos 0.2.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate crates.io crate paxakos 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a23c45c7893f1416456144e3883cc48ea91722e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded streamunordered v0.5.1 [INFO] [stderr] Downloaded blake3 v0.3.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+4a23c45c7893f1416456144e3883cc48ea91722e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d6b658e2aadd14098a3d2547912720449c39ebf30923a709bf97fb4725725c7b [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" "d6b658e2aadd14098a3d2547912720449c39ebf30923a709bf97fb4725725c7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d6b658e2aadd14098a3d2547912720449c39ebf30923a709bf97fb4725725c7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6b658e2aadd14098a3d2547912720449c39ebf30923a709bf97fb4725725c7b", kill_on_drop: false }` [INFO] [stdout] d6b658e2aadd14098a3d2547912720449c39ebf30923a709bf97fb4725725c7b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+4a23c45c7893f1416456144e3883cc48ea91722e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f3542c513a8ac93f9b9951d5fe1fc91059b7ac2e56ce8d4a4622ef05c46c1ac5 [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" "f3542c513a8ac93f9b9951d5fe1fc91059b7ac2e56ce8d4a4622ef05c46c1ac5", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Checking futures-core v0.3.5 [INFO] [stderr] Checking once_cell v1.4.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.16 [INFO] [stderr] Checking futures-sink v0.3.5 [INFO] [stderr] Checking futures-io v0.3.5 [INFO] [stderr] Checking regex-syntax v0.6.18 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking arrayref v0.3.6 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking pin-project-lite v0.1.6 [INFO] [stderr] Checking bytes v0.5.4 [INFO] [stderr] Checking smallvec v1.4.0 [INFO] [stderr] Checking futures-timer v3.0.2 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling blake3 v0.3.4 [INFO] [stderr] Checking tracing-core v0.1.10 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking sharded-slab v0.0.9 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Checking futures-channel v0.3.5 [INFO] [stderr] Checking futures-task v0.3.5 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking tracing-log v0.1.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Checking aho-corasick v0.7.10 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking crypto-mac v0.7.0 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Checking regex v1.3.9 [INFO] [stderr] Checking matchers v0.0.1 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Compiling pin-project-internal v0.4.17 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling tracing-attributes v0.1.8 [INFO] [stderr] Compiling thiserror-impl v1.0.19 [INFO] [stderr] Compiling async-trait v0.1.31 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Checking tokio v0.2.21 [INFO] [stderr] Checking tracing v0.1.14 [INFO] [stderr] Checking thiserror v1.0.19 [INFO] [stderr] Checking pin-project v0.4.17 [INFO] [stderr] Checking futures-util v0.3.5 [INFO] [stderr] Checking futures-executor v0.3.5 [INFO] [stderr] Checking streamunordered v0.5.1 [INFO] [stderr] Checking futures v0.3.5 [INFO] [stderr] Checking bincode v1.2.1 [INFO] [stderr] Checking tracing-serde v0.1.1 [INFO] [stderr] Checking serde_json v1.0.53 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Checking paxakos v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking tracing-subscriber v0.2.5 [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `ShutDown` [INFO] [stdout] --> src/node/state_keeper/macros.rs:32:42 [INFO] [stdout] | [INFO] [stdout] 32 | Response::$name(r) => Ok(r?), [INFO] [stdout] | ^^ the trait `From` is not implemented for `ShutDown` [INFO] [stdout] | [INFO] [stdout] ::: src/node/state_keeper/handle.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | crate::dispatch_state_keeper_req!(self, AwaitCommitOf, { entry_id }).map( [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>` for `Result, ShutDown>` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `ShutDown` [INFO] [stdout] --> src/node/state_keeper/macros.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | Response::$name(r) => Ok(r?), [INFO] [stdout] | ^^ the trait `From` is not implemented for `ShutDown` [INFO] [stdout] | [INFO] [stdout] ::: src/node/state_keeper/handle.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | crate::dispatch_state_keeper_req!(self, HighestObservedCoordNum) [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>` for `Result` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `ShutDown` [INFO] [stdout] --> src/node/state_keeper/macros.rs:32:42 [INFO] [stdout] | [INFO] [stdout] 32 | Response::$name(r) => Ok(r?), [INFO] [stdout] | ^^ the trait `From` is not implemented for `ShutDown` [INFO] [stdout] | [INFO] [stdout] ::: src/node/state_keeper/handle.rs:87:9 [INFO] [stdout] | [INFO] [stdout] 87 | crate::dispatch_state_keeper_req!(self, AcceptedEntryOf, { round_num }) [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>` for `Result::LogEntry>>, ShutDown>` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `ShutDown` [INFO] [stdout] --> src/node/state_keeper/macros.rs:32:42 [INFO] [stdout] | [INFO] [stdout] 32 | Response::$name(r) => Ok(r?), [INFO] [stdout] | ^^ the trait `From` is not implemented for `ShutDown` [INFO] [stdout] | [INFO] [stdout] ::: src/node/state_keeper/handle.rs:103:9 [INFO] [stdout] | [INFO] [stdout] 103 | crate::dispatch_state_keeper_req!(self, ObservedCoordNum, { coord_num }) [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>` for `Result<(), ShutDown>` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `ShutDown` [INFO] [stdout] --> src/node/state_keeper/macros.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | Response::$name(r) => Ok(r?), [INFO] [stdout] | ^^ the trait `From` is not implemented for `ShutDown` [INFO] [stdout] | [INFO] [stdout] ::: src/node/state_keeper/handle.rs:193:9 [INFO] [stdout] | [INFO] [stdout] 193 | crate::dispatch_state_keeper_req!(self, ForceActive).map_err(ShutDown::into_unit::) [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>` for `Result` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `ShutDown` [INFO] [stdout] --> src/node/state_keeper/macros.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | Response::$name(r) => Ok(r?), [INFO] [stdout] | ^^ the trait `From` is not implemented for `ShutDown` [INFO] [stdout] | [INFO] [stdout] ::: src/node/state_keeper/handle.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | crate::dispatch_state_keeper_req!(self, Shutdown).map(ShutDown::rule_out) [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>` for `Result<(), ShutDown>` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `paxakos` [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] [stdout] error[E0277]: `?` couldn't convert the error to `ShutDown` [INFO] [stdout] --> src/node/state_keeper/macros.rs:32:42 [INFO] [stdout] | [INFO] [stdout] 32 | Response::$name(r) => Ok(r?), [INFO] [stdout] | ^^ the trait `From` is not implemented for `ShutDown` [INFO] [stdout] | [INFO] [stdout] ::: src/node/state_keeper/handle.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | crate::dispatch_state_keeper_req!(self, AwaitCommitOf, { entry_id }).map( [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>` for `Result, ShutDown>` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `ShutDown` [INFO] [stdout] --> src/node/state_keeper/macros.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | Response::$name(r) => Ok(r?), [INFO] [stdout] | ^^ the trait `From` is not implemented for `ShutDown` [INFO] [stdout] | [INFO] [stdout] ::: src/node/state_keeper/handle.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | crate::dispatch_state_keeper_req!(self, HighestObservedCoordNum) [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>` for `Result` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `ShutDown` [INFO] [stdout] --> src/node/state_keeper/macros.rs:32:42 [INFO] [stdout] | [INFO] [stdout] 32 | Response::$name(r) => Ok(r?), [INFO] [stdout] | ^^ the trait `From` is not implemented for `ShutDown` [INFO] [stdout] | [INFO] [stdout] ::: src/node/state_keeper/handle.rs:87:9 [INFO] [stdout] | [INFO] [stdout] 87 | crate::dispatch_state_keeper_req!(self, AcceptedEntryOf, { round_num }) [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>` for `Result::LogEntry>>, ShutDown>` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `ShutDown` [INFO] [stdout] --> src/node/state_keeper/macros.rs:32:42 [INFO] [stdout] | [INFO] [stdout] 32 | Response::$name(r) => Ok(r?), [INFO] [stdout] | ^^ the trait `From` is not implemented for `ShutDown` [INFO] [stdout] | [INFO] [stdout] ::: src/node/state_keeper/handle.rs:103:9 [INFO] [stdout] | [INFO] [stdout] 103 | crate::dispatch_state_keeper_req!(self, ObservedCoordNum, { coord_num }) [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>` for `Result<(), ShutDown>` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `ShutDown` [INFO] [stdout] --> src/node/state_keeper/macros.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | Response::$name(r) => Ok(r?), [INFO] [stdout] | ^^ the trait `From` is not implemented for `ShutDown` [INFO] [stdout] | [INFO] [stdout] ::: src/node/state_keeper/handle.rs:193:9 [INFO] [stdout] | [INFO] [stdout] 193 | crate::dispatch_state_keeper_req!(self, ForceActive).map_err(ShutDown::into_unit::) [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>` for `Result` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `ShutDown` [INFO] [stdout] --> src/node/state_keeper/macros.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | Response::$name(r) => Ok(r?), [INFO] [stdout] | ^^ the trait `From` is not implemented for `ShutDown` [INFO] [stdout] | [INFO] [stdout] ::: src/node/state_keeper/handle.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | crate::dispatch_state_keeper_req!(self, Shutdown).map(ShutDown::rule_out) [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>` for `Result<(), ShutDown>` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "f3542c513a8ac93f9b9951d5fe1fc91059b7ac2e56ce8d4a4622ef05c46c1ac5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3542c513a8ac93f9b9951d5fe1fc91059b7ac2e56ce8d4a4622ef05c46c1ac5", kill_on_drop: false }` [INFO] [stdout] f3542c513a8ac93f9b9951d5fe1fc91059b7ac2e56ce8d4a4622ef05c46c1ac5