[INFO] fetching crate orientdb-client 0.3.1...
[INFO] checking orientdb-client-0.3.1 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate orientdb-client 0.3.1 into /workspace/builds/worker-0/source
[INFO] validating manifest of crates.io crate orientdb-client 0.3.1 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate orientdb-client 0.3.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate orientdb-client 0.3.1
[INFO] tweaked toml for crates.io crate orientdb-client 0.3.1 written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] crate crates.io crate orientdb-client 0.3.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] 14878ed87da9cc2146d934409bc2eb9449eb6db8bfcc3c0573b546e6b676a615
[INFO] running `"docker" "start" "-a" "14878ed87da9cc2146d934409bc2eb9449eb6db8bfcc3c0573b546e6b676a615"`
[INFO] [stderr]     Checking scheduled-thread-pool v0.2.4
[INFO] [stderr]     Checking failure v0.1.7
[INFO] [stderr]     Checking dotenv v0.14.1
[INFO] [stderr]     Checking r2d2 v0.8.8
[INFO] [stderr]     Checking orientdb-client v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `async_std`
[INFO] [stderr]  --> examples/async-live-query.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use async_std::task::{self, block_on};
[INFO] [stderr]   |     ^^^^^^^^^ use of undeclared type or module `async_std`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `async_std`
[INFO] [stderr]  --> examples/async-live-query.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use async_std::task::{self, block_on};
[INFO] [stderr]   |     ^^^^^^^^^ use of undeclared type or module `async_std`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `futures`
[INFO] [stderr]  --> examples/async-live-query.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use futures::StreamExt;
[INFO] [stderr]   |     ^^^^^^^ use of undeclared type or module `futures`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `orientdb_client::aio`
[INFO] [stderr]  --> examples/async-live-query.rs:3:22
[INFO] [stderr]   |
[INFO] [stderr] 3 | use orientdb_client::aio::OrientDB;
[INFO] [stderr]   |                      ^^^ could not find `aio` in `orientdb_client`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `block_on` in this scope
[INFO] [stderr]  --> examples/async-live-query.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 |     block_on(async {
[INFO] [stderr]   |     ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0698]: type inside `async` block must be known in this context
[INFO] [stderr]  --> examples/async-live-query.rs:8:54
[INFO] [stderr]   |
[INFO] [stderr] 8 |         let client = OrientDB::connect(("localhost", 2424)).await?;
[INFO] [stderr]   |                                                      ^^^^ cannot infer type for type `{integer}`
[INFO] [stderr]   |
[INFO] [stderr] note: the type is part of the `async` block because of this `await`
[INFO] [stderr]  --> examples/async-live-query.rs:8:22
[INFO] [stderr]   |
[INFO] [stderr] 8 |         let client = OrientDB::connect(("localhost", 2424)).await?;
[INFO] [stderr]   |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0698]: type inside `async` block must be known in this context
[INFO] [stderr]  --> examples/async-live-query.rs:8:40
[INFO] [stderr]   |
[INFO] [stderr] 8 |         let client = OrientDB::connect(("localhost", 2424)).await?;
[INFO] [stderr]   |                                        ^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}`
[INFO] [stderr]   |
[INFO] [stderr] note: the type is part of the `async` block because of this `await`
[INFO] [stderr]  --> examples/async-live-query.rs:8:22
[INFO] [stderr]   |
[INFO] [stderr] 8 |         let client = OrientDB::connect(("localhost", 2424)).await?;
[INFO] [stderr]   |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 7 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433, E0698.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `orientdb-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: build failed
[INFO] running `"docker" "inspect" "14878ed87da9cc2146d934409bc2eb9449eb6db8bfcc3c0573b546e6b676a615"`
[INFO] running `"docker" "rm" "-f" "14878ed87da9cc2146d934409bc2eb9449eb6db8bfcc3c0573b546e6b676a615"`
[INFO] [stdout] 14878ed87da9cc2146d934409bc2eb9449eb6db8bfcc3c0573b546e6b676a615
