[INFO] fetching crate tendermint 0.15.0... [INFO] checking tendermint-0.15.0 against try#169954edd744527414c631e9af1bbdc537b0cdf2 for pr-75192 [INFO] extracting crate tendermint 0.15.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate tendermint 0.15.0 on toolchain 169954edd744527414c631e9af1bbdc537b0cdf2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+169954edd744527414c631e9af1bbdc537b0cdf2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate tendermint 0.15.0 [INFO] finished tweaking crates.io crate tendermint 0.15.0 [INFO] tweaked toml for crates.io crate tendermint 0.15.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+169954edd744527414c631e9af1bbdc537b0cdf2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+169954edd744527414c631e9af1bbdc537b0cdf2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+169954edd744527414c631e9af1bbdc537b0cdf2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bb882797bb925030373f7c11355911bb3e9206e4cec8cf59b7d287ad87cea28b [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" "bb882797bb925030373f7c11355911bb3e9206e4cec8cf59b7d287ad87cea28b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bb882797bb925030373f7c11355911bb3e9206e4cec8cf59b7d287ad87cea28b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb882797bb925030373f7c11355911bb3e9206e4cec8cf59b7d287ad87cea28b", kill_on_drop: false }` [INFO] [stdout] bb882797bb925030373f7c11355911bb3e9206e4cec8cf59b7d287ad87cea28b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+169954edd744527414c631e9af1bbdc537b0cdf2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ba7c37f397004cdde7e53bd5e99230fccfcc52552fbb2a14982225e59bf3f928 [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" "ba7c37f397004cdde7e53bd5e99230fccfcc52552fbb2a14982225e59bf3f928", kill_on_drop: false }` [INFO] [stderr] Checking pin-project-lite v0.1.7 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Checking tendermint v0.15.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking tokio v0.2.22 [INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope [INFO] [stdout] --> src/lite/verifier.rs:787:5 [INFO] [stdout] | [INFO] [stdout] 787 | #[tokio::test] [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope [INFO] [stdout] --> src/lite/verifier.rs:815:5 [INFO] [stdout] | [INFO] [stdout] 815 | #[tokio::test] [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope [INFO] [stdout] --> src/lite/verifier.rs:885:5 [INFO] [stdout] | [INFO] [stdout] 885 | #[tokio::test] [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tendermint_rpc` [INFO] [stdout] --> tests/integration.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | use tendermint_rpc::{event_listener, Client}; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type or module `tendermint_rpc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope [INFO] [stdout] --> tests/integration.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | #[tokio::test] [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope [INFO] [stdout] --> tests/integration.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | #[tokio::test] [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope [INFO] [stdout] --> tests/integration.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | #[tokio::test] [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope [INFO] [stdout] --> tests/integration.rs:69:5 [INFO] [stdout] | [INFO] [stdout] 69 | #[tokio::test] [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope [INFO] [stdout] --> tests/integration.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | #[tokio::test] [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope [INFO] [stdout] --> tests/integration.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[tokio::test] [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope [INFO] [stdout] --> tests/integration.rs:107:5 [INFO] [stdout] | [INFO] [stdout] 107 | #[tokio::test] [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope [INFO] [stdout] --> tests/integration.rs:118:5 [INFO] [stdout] | [INFO] [stdout] 118 | #[tokio::test] [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope [INFO] [stdout] --> tests/integration.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[tokio::test] [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope [INFO] [stdout] --> tests/integration.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | #[tokio::test] [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope [INFO] [stdout] --> tests/integration.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | #[tokio::test] [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tendermint`. [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[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope [INFO] [stdout] --> tests/lite.rs:192:1 [INFO] [stdout] | [INFO] [stdout] 192 | #[tokio::test] [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "ba7c37f397004cdde7e53bd5e99230fccfcc52552fbb2a14982225e59bf3f928", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba7c37f397004cdde7e53bd5e99230fccfcc52552fbb2a14982225e59bf3f928", kill_on_drop: false }` [INFO] [stdout] ba7c37f397004cdde7e53bd5e99230fccfcc52552fbb2a14982225e59bf3f928