[INFO] cloning repository https://github.com/vkobinski/bardo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vkobinski/bardo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvkobinski%2Fbardo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvkobinski%2Fbardo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a96a02c6b253e503a8964bff519f5a1dc4382ff9
[INFO] checking vkobinski/bardo/a96a02c6b253e503a8964bff519f5a1dc4382ff9 against eff8269f797067c30555e77f160ec84c0ed15cd9 for pr-159356
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvkobinski%2Fbardo" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/vkobinski/bardo
[INFO] finished tweaking git repo https://github.com/vkobinski/bardo
[INFO] tweaked toml for git repo https://github.com/vkobinski/bardo written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/vkobinski/bardo on toolchain eff8269f797067c30555e77f160ec84c0ed15cd9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eff8269f797067c30555e77f160ec84c0ed15cd9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/vkobinski/bardo already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eff8269f797067c30555e77f160ec84c0ed15cd9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded camino v1.1.6
[INFO] [stderr]   Downloaded typesize v0.1.7
[INFO] [stderr]   Downloaded bytecount v0.6.7
[INFO] [stderr]   Downloaded cc v1.0.92
[INFO] [stderr]   Downloaded serenity v0.12.1
[INFO] [stderr]   Downloaded command_attr v0.5.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:c36f533e8924a726b63f9d01e781fa8c8c28c96d1d595403829afb31452ee0f5" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 09f3c1ade8b4708b49c680a020730ccba5ec9ea1bf7aed4843d02e7bd4fe98d6
[INFO] running `Command { std: "docker" "start" "09f3c1ade8b4708b49c680a020730ccba5ec9ea1bf7aed4843d02e7bd4fe98d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "09f3c1ade8b4708b49c680a020730ccba5ec9ea1bf7aed4843d02e7bd4fe98d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "09f3c1ade8b4708b49c680a020730ccba5ec9ea1bf7aed4843d02e7bd4fe98d6" "/opt/rustwide/cargo-home/bin/cargo" "+eff8269f797067c30555e77f160ec84c0ed15cd9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "09f3c1ade8b4708b49c680a020730ccba5ec9ea1bf7aed4843d02e7bd4fe98d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "09f3c1ade8b4708b49c680a020730ccba5ec9ea1bf7aed4843d02e7bd4fe98d6" "/opt/rustwide/cargo-home/bin/cargo" "+eff8269f797067c30555e77f160ec84c0ed15cd9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.0.92
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]     Checking rustls-pki-types v1.4.1
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling rustls v0.22.3
[INFO] [stderr]     Checking zeroize v1.7.0
[INFO] [stderr]    Compiling rustls v0.21.10
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling syn v2.0.58
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking parking_lot_core v0.9.9
[INFO] [stderr]     Checking data-encoding v2.5.0
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking webpki-roots v0.26.1
[INFO] [stderr]     Checking encoding_rs v0.8.34
[INFO] [stderr]     Checking iana-time-zone v0.1.60
[INFO] [stderr]     Checking webpki-roots v0.25.4
[INFO] [stderr]    Compiling serenity v0.12.1
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking typemap_rev v0.3.0
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]     Checking uwl v0.6.0
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]     Checking tokio v1.37.0
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking rustls-webpki v0.102.2
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]    Compiling command_attr v0.5.1
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]     Checking tokio-rustls v0.25.0
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking chrono v0.4.37
[INFO] [stderr]     Checking secrecy v0.8.0
[INFO] [stderr]     Checking serde_json v1.0.115
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking tungstenite v0.21.0
[INFO] [stderr]     Checking tokio-tungstenite v0.21.0
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]     Checking hyper-rustls v0.24.2
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Checking bardo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]   --> src/main.rs:20:3
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[tokio::main]
[INFO] [stdout]    |   ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]   --> src/main.rs:20:3
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[tokio::main]
[INFO] [stdout]    |   ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bardo` (bin "bardo" test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0752]: `main` function is not allowed to be `async`
[INFO] [stdout]   --> src/main.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | async fn main() {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^ `main` function is not allowed to be `async`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bardo` (bin "bardo") due to 2 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0433, E0752.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "09f3c1ade8b4708b49c680a020730ccba5ec9ea1bf7aed4843d02e7bd4fe98d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "09f3c1ade8b4708b49c680a020730ccba5ec9ea1bf7aed4843d02e7bd4fe98d6", kill_on_drop: false }`
[INFO] [stdout] 09f3c1ade8b4708b49c680a020730ccba5ec9ea1bf7aed4843d02e7bd4fe98d6
