[INFO] updating cached repository https://github.com/LU15W1R7H/crawler
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] [stderr] From https://github.com/LU15W1R7H/crawler
[INFO] [stderr]    177176f..5e8c6fb  master     -> master
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 5e8c6fb527161612950ce1d9d54c7b997b3f3150
[INFO] checking LU15W1R7H/crawler against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLU15W1R7H%2Fcrawler" "/workspace/builds/worker-3/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/LU15W1R7H/crawler on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/LU15W1R7H/crawler
[INFO] finished tweaking git repo https://github.com/LU15W1R7H/crawler
[INFO] tweaked toml for git repo https://github.com/LU15W1R7H/crawler written to /workspace/builds/worker-3/source/Cargo.toml
[INFO] crate git repo https://github.com/LU15W1R7H/crawler already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] [stdout] 68f7da4a2d184bed315b3621471314a0a757eabdf4276b90c30043ffd2fc16fe
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "68f7da4a2d184bed315b3621471314a0a757eabdf4276b90c30043ffd2fc16fe"`
[INFO] [stderr]    Compiling syn v1.0.16
[INFO] [stderr]    Compiling curl v0.4.26
[INFO] [stderr]    Compiling isahc v0.8.2
[INFO] [stderr]    Compiling curl-sys v0.4.28+curl-7.69.0
[INFO] [stderr]    Compiling serde_json v1.0.48
[INFO] [stderr]     Checking tokio-io v0.1.13
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]     Checking async-std v1.5.0
[INFO] [stderr]    Compiling phf_codegen v0.8.0
[INFO] [stderr]    Compiling string_cache_codegen v0.5.1
[INFO] [stderr]    Compiling proc-macro-hack v0.5.11
[INFO] [stderr]    Compiling serde_derive v1.0.104
[INFO] [stderr]    Compiling html5ever v0.25.1
[INFO] [stderr]    Compiling futures-macro v0.3.4
[INFO] [stderr]     Checking futures-util v0.3.4
[INFO] [stderr]     Checking futures-executor v0.3.4
[INFO] [stderr]     Checking sluice v0.5.2
[INFO] [stderr]    Compiling markup5ever v0.10.0
[INFO] [stderr]     Checking futures v0.3.4
[INFO] [stderr]     Checking http-client v1.1.1
[INFO] [stderr]     Checking surf v2.0.0-alpha.0
[INFO] [stderr]     Checking crawler v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `task`
[INFO] [stderr]    --> src/main.rs:251:9
[INFO] [stderr]     |
[INFO] [stderr] 251 |         task::block_on(async {
[INFO] [stderr]     |         ^^^^ use of undeclared type or module `task`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Url`
[INFO] [stderr]    --> src/main.rs:252:29
[INFO] [stderr]     |
[INFO] [stderr] 252 |             let urls = vec![Url::parse("https://www.rust-lang.org").unwrap()];
[INFO] [stderr]     |                             ^^^ use of undeclared type or module `Url`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `box_crawl` in this scope
[INFO] [stderr]    --> src/main.rs:253:13
[INFO] [stderr]     |
[INFO] [stderr] 253 |             box_crawl(urls, 1, 2).await.unwrap();
[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]    --> src/main.rs:253:29
[INFO] [stderr]     |
[INFO] [stderr] 253 |             box_crawl(urls, 1, 2).await.unwrap();
[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]    --> src/main.rs:253:13
[INFO] [stderr]     |
[INFO] [stderr] 253 |             box_crawl(urls, 1, 2).await.unwrap();
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0698]: type inside `async` block must be known in this context
[INFO] [stderr]    --> src/main.rs:253:32
[INFO] [stderr]     |
[INFO] [stderr] 253 |             box_crawl(urls, 1, 2).await.unwrap();
[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]    --> src/main.rs:253:13
[INFO] [stderr]     |
[INFO] [stderr] 253 |             box_crawl(urls, 1, 2).await.unwrap();
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 5 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0425, E0433, E0698.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `crawler`.
[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" "68f7da4a2d184bed315b3621471314a0a757eabdf4276b90c30043ffd2fc16fe"`
[INFO] running `"docker" "rm" "-f" "68f7da4a2d184bed315b3621471314a0a757eabdf4276b90c30043ffd2fc16fe"`
[INFO] [stdout] 68f7da4a2d184bed315b3621471314a0a757eabdf4276b90c30043ffd2fc16fe
