[INFO] crate opennode-client 1.0.1 is already in cache
[INFO] checking opennode-client-1.0.1 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate opennode-client 1.0.1 into /workspace/builds/worker-0/source
[INFO] validating manifest of crates.io crate opennode-client 1.0.1 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate opennode-client 1.0.1
[INFO] finished tweaking crates.io crate opennode-client 1.0.1
[INFO] tweaked toml for crates.io crate opennode-client 1.0.1 written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] crate crates.io crate opennode-client 1.0.1 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 833eb559bcbf0d50216339f7fa20c1510a2a073e92f2eb82d1e7ac9be7de1721
[INFO] running `"docker" "start" "-a" "833eb559bcbf0d50216339f7fa20c1510a2a073e92f2eb82d1e7ac9be7de1721"`
[INFO] [stderr]     Checking tokio v0.2.6
[INFO] [stderr]    Compiling serde_derive v1.0.104
[INFO] [stderr]     Checking tokio-util v0.2.0
[INFO] [stderr]     Checking tokio-tls v0.3.0
[INFO] [stderr]     Checking h2 v0.2.1
[INFO] [stderr]     Checking hyper v0.13.1
[INFO] [stderr]     Checking serde v1.0.104
[INFO] [stderr]     Checking hyper-tls v0.4.0
[INFO] [stderr]     Checking serde_json v1.0.44
[INFO] [stderr]     Checking serde_urlencoded v0.6.1
[INFO] [stderr]     Checking reqwest v0.10.0
[INFO] [stderr]     Checking opennode v1.0.0
[INFO] [stderr]     Checking opennode-client v1.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: could not find `main` in `tokio`
[INFO] [stderr]  --> examples/currencies.rs:7:10
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[tokio::main]
[INFO] [stderr]   |          ^^^^ could not find `main` in `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `main` in `tokio`
[INFO] [stderr]   --> examples/refund.rs:14:10
[INFO] [stderr]    |
[INFO] [stderr] 14 | #[tokio::main]
[INFO] [stderr]    |          ^^^^ could not find `main` in `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `main` in `tokio`
[INFO] [stderr]   --> examples/charge.rs:15:10
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[tokio::main]
[INFO] [stderr]    |          ^^^^ could not find `main` in `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `main` in `tokio`
[INFO] [stderr]  --> examples/account.rs:8:10
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[tokio::main]
[INFO] [stderr]   |          ^^^^ could not find `main` in `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `main` has invalid return type `impl std::future::Future`
[INFO] [stderr]  --> examples/currencies.rs:8:17
[INFO] [stderr]   |
[INFO] [stderr] 8 | async fn main() {
[INFO] [stderr]   |                 ^ `main` can only return types that implement `std::process::Termination`
[INFO] [stderr]   |
[INFO] [stderr]   = help: consider using `()`, or a `Result`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `opennode-client`.
[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] [stderr] error[E0433]: failed to resolve: could not find `main` in `tokio`
[INFO] [stderr]   --> examples/withdrawal.rs:18:10
[INFO] [stderr]    |
[INFO] [stderr] 18 | #[tokio::main]
[INFO] [stderr]    |          ^^^^ could not find `main` in `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `main` has invalid return type `impl std::future::Future`
[INFO] [stderr]   --> examples/refund.rs:15:17
[INFO] [stderr]    |
[INFO] [stderr] 15 | async fn main() {
[INFO] [stderr]    |                 ^ `main` can only return types that implement `std::process::Termination`
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using `()`, or a `Result`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `opennode-client`.
[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] [stderr] error[E0277]: `main` has invalid return type `impl std::future::Future`
[INFO] [stderr]   --> examples/charge.rs:16:17
[INFO] [stderr]    |
[INFO] [stderr] 16 | async fn main() {
[INFO] [stderr]    |                 ^ `main` can only return types that implement `std::process::Termination`
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using `()`, or a `Result`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `opennode-client`.
[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] [stderr] error[E0433]: failed to resolve: could not find `main` in `tokio`
[INFO] [stderr]  --> examples/rates.rs:8:10
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[tokio::main]
[INFO] [stderr]   |          ^^^^ could not find `main` in `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `main` has invalid return type `impl std::future::Future`
[INFO] [stderr]  --> examples/account.rs:9:17
[INFO] [stderr]   |
[INFO] [stderr] 9 | async fn main() {
[INFO] [stderr]   |                 ^ `main` can only return types that implement `std::process::Termination`
[INFO] [stderr]   |
[INFO] [stderr]   = help: consider using `()`, or a `Result`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `opennode-client`.
[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] [stderr] error[E0277]: `main` has invalid return type `impl std::future::Future`
[INFO] [stderr]   --> examples/withdrawal.rs:19:17
[INFO] [stderr]    |
[INFO] [stderr] 19 | async fn main() {
[INFO] [stderr]    |                 ^ `main` can only return types that implement `std::process::Termination`
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using `()`, or a `Result`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `opennode-client`.
[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] [stderr] error[E0277]: `main` has invalid return type `impl std::future::Future`
[INFO] [stderr]  --> examples/rates.rs:9:17
[INFO] [stderr]   |
[INFO] [stderr] 9 | async fn main() {
[INFO] [stderr]   |                 ^ `main` can only return types that implement `std::process::Termination`
[INFO] [stderr]   |
[INFO] [stderr]   = help: consider using `()`, or a `Result`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `opennode-client`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "833eb559bcbf0d50216339f7fa20c1510a2a073e92f2eb82d1e7ac9be7de1721"`
[INFO] running `"docker" "rm" "-f" "833eb559bcbf0d50216339f7fa20c1510a2a073e92f2eb82d1e7ac9be7de1721"`
[INFO] [stdout] 833eb559bcbf0d50216339f7fa20c1510a2a073e92f2eb82d1e7ac9be7de1721
