[INFO] crate bb8-postgres 0.4.0 is already in cache
[INFO] checking bb8-postgres-0.4.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate bb8-postgres 0.4.0 into /workspace/builds/worker-10/source
[INFO] validating manifest of crates.io crate bb8-postgres 0.4.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-10/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] aba46629fba67c0671e8bec186b83850bc99d18b6452febed0745b0a3efeb96c
[INFO] running `"docker" "start" "-a" "aba46629fba67c0671e8bec186b83850bc99d18b6452febed0745b0a3efeb96c"`
[INFO] [stderr]    Compiling syn v1.0.13
[INFO] [stderr]    Compiling memchr v2.3.0
[INFO] [stderr]     Checking futures-sink v0.3.1
[INFO] [stderr]     Checking futures-core v0.3.1
[INFO] [stderr]     Checking futures-task v0.3.1
[INFO] [stderr]     Checking futures-io v0.3.1
[INFO] [stderr]     Checking pin-project-lite v0.1.2
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]     Checking md5 v0.7.0
[INFO] [stderr]     Checking siphasher v0.3.1
[INFO] [stderr]     Checking tower-service v0.3.0
[INFO] [stderr]     Checking http v0.2.0
[INFO] [stderr]     Checking stringprep v0.1.2
[INFO] [stderr]     Checking parking_lot_core v0.7.0
[INFO] [stderr]     Checking getrandom v0.1.14
[INFO] [stderr]     Checking mio v0.6.21
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking futures-channel v0.3.1
[INFO] [stderr]     Checking phf_shared v0.8.0
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking parking_lot v0.10.0
[INFO] [stderr]     Checking phf v0.8.0
[INFO] [stderr]     Checking rand_chacha v0.2.1
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking mio-uds v0.6.7
[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 http-body v0.3.1
[INFO] [stderr]     Checking tokio-util v0.2.0
[INFO] [stderr]    Compiling proc-macro-hack v0.5.11
[INFO] [stderr]    Compiling async-trait v0.1.22
[INFO] [stderr]    Compiling pin-project-internal v0.4.6
[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/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/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[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: 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[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[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: 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/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[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/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" "aba46629fba67c0671e8bec186b83850bc99d18b6452febed0745b0a3efeb96c"`
[INFO] running `"docker" "rm" "-f" "aba46629fba67c0671e8bec186b83850bc99d18b6452febed0745b0a3efeb96c"`
[INFO] [stdout] aba46629fba67c0671e8bec186b83850bc99d18b6452febed0745b0a3efeb96c
