[INFO] crate bb8-postgres 0.4.0 is already in cache
[INFO] checking bb8-postgres-0.4.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate bb8-postgres 0.4.0 into /workspace/builds/worker-7/source
[INFO] validating manifest of crates.io crate bb8-postgres 0.4.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate bb8-postgres 0.4.0
[INFO] finished tweaking crates.io crate bb8-postgres 0.4.0
[INFO] tweaked toml for crates.io crate bb8-postgres 0.4.0 written to /workspace/builds/worker-7/source/Cargo.toml
[INFO] crate crates.io crate bb8-postgres 0.4.0 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] b6024d210b0e26f80a382a5ae1cbe3a3c379ac8136b373f73d3b551dab408e46
[INFO] running `"docker" "start" "-a" "b6024d210b0e26f80a382a5ae1cbe3a3c379ac8136b373f73d3b551dab408e46"`
[INFO] [stderr]    Compiling syn v1.0.13
[INFO] [stderr]    Compiling memchr v2.3.0
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]     Checking siphasher v0.3.1
[INFO] [stderr]     Checking md5 v0.7.0
[INFO] [stderr]     Checking http-body v0.3.1
[INFO] [stderr]     Checking stringprep v0.1.2
[INFO] [stderr]     Checking sha2 v0.8.1
[INFO] [stderr]     Checking hmac v0.7.1
[INFO] [stderr]     Checking phf_shared v0.8.0
[INFO] [stderr]     Checking phf v0.8.0
[INFO] [stderr]     Checking tokio v0.2.9
[INFO] [stderr]     Checking postgres-protocol v0.5.0
[INFO] [stderr]     Checking postgres-types v0.1.0
[INFO] [stderr]     Checking tokio-util v0.2.0
[INFO] [stderr]    Compiling proc-macro-hack v0.5.11
[INFO] [stderr]    Compiling pin-project-internal v0.4.6
[INFO] [stderr]    Compiling async-trait v0.1.22
[INFO] [stderr]    Compiling futures-macro v0.3.1
[INFO] [stderr]     Checking pin-project v0.4.6
[INFO] [stderr]     Checking futures-util v0.3.1
[INFO] [stderr]     Checking futures-executor v0.3.1
[INFO] [stderr]     Checking h2 v0.2.1
[INFO] [stderr]     Checking futures v0.3.1
[INFO] [stderr]     Checking tokio-postgres v0.5.1
[INFO] [stderr]     Checking bb8 v0.4.0
[INFO] [stderr]     Checking bb8-postgres v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking hyper v0.13.1
[INFO] [stderr] error[E0433]: failed to resolve: could not find `main` in `tokio`
[INFO] [stderr]   --> examples/async_await.rs:13:10
[INFO] [stderr]    |
[INFO] [stderr] 13 | #[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/txn.rs:11:10
[INFO] [stderr]    |
[INFO] [stderr] 11 | #[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/async_await.rs:14:17
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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[E0277]: `main` has invalid return type `impl std::future::Future`
[INFO] [stderr]   --> examples/txn.rs:12:17
[INFO] [stderr]    |
[INFO] [stderr] 12 | 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: 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 `bb8-postgres`.
[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: could not compile `bb8-postgres`.
[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/static_select.rs:13:10
[INFO] [stderr]    |
[INFO] [stderr] 13 | #[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/hyper.rs:15:10
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[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/static_select.rs:14:17
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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 `bb8-postgres`.
[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/hyper.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 `bb8-postgres`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "b6024d210b0e26f80a382a5ae1cbe3a3c379ac8136b373f73d3b551dab408e46"`
[INFO] running `"docker" "rm" "-f" "b6024d210b0e26f80a382a5ae1cbe3a3c379ac8136b373f73d3b551dab408e46"`
[INFO] [stdout] b6024d210b0e26f80a382a5ae1cbe3a3c379ac8136b373f73d3b551dab408e46
