[INFO] cloning repository https://github.com/DYHQWE/hw4
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DYHQWE/hw4" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDYHQWE%2Fhw4", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDYHQWE%2Fhw4'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1ae15b805ad9796c4f431d565a1ee72f17d9c296
[INFO] checking DYHQWE/hw4 against master#8f21a5c92ea55c348c275a1bc4fedbdf181e0d64 for pr-143011
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDYHQWE%2Fhw4" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/DYHQWE/hw4
[INFO] finished tweaking git repo https://github.com/DYHQWE/hw4
[INFO] tweaked toml for git repo https://github.com/DYHQWE/hw4 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/DYHQWE/hw4 on toolchain 8f21a5c92ea55c348c275a1bc4fedbdf181e0d64
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/DYHQWE/hw4 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" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded async-global-executor v2.3.1
[INFO] [stderr]   Downloaded value-bag v1.4.1
[INFO] [stderr]   Downloaded rustix v0.37.23
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 649f749643d0e58a9368d5d82b64e6575d0ff78dd0df8a12c678ea0a711511bc
[INFO] running `Command { std: "docker" "start" "-a" "649f749643d0e58a9368d5d82b64e6575d0ff78dd0df8a12c678ea0a711511bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "649f749643d0e58a9368d5d82b64e6575d0ff78dd0df8a12c678ea0a711511bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "649f749643d0e58a9368d5d82b64e6575d0ff78dd0df8a12c678ea0a711511bc", kill_on_drop: false }`
[INFO] [stdout] 649f749643d0e58a9368d5d82b64e6575d0ff78dd0df8a12c678ea0a711511bc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d2f65889e57afda5234e5b80590520517d75d5440ab9d7d4146f1ad1efbbc776
[INFO] running `Command { std: "docker" "start" "-a" "d2f65889e57afda5234e5b80590520517d75d5440ab9d7d4146f1ad1efbbc776", kill_on_drop: false }`
[INFO] [stderr]     Checking futures-io v0.3.28
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]     Checking memchr v2.6.3
[INFO] [stderr]     Checking event-listener v2.5.3
[INFO] [stderr]     Checking value-bag v1.4.1
[INFO] [stderr]     Checking waker-fn v1.1.0
[INFO] [stderr]     Checking parking v2.1.0
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling rustix v0.37.23
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]     Checking futures-sink v0.3.28
[INFO] [stderr]     Checking async-task v4.4.0
[INFO] [stderr]    Compiling syn v2.0.32
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]     Checking atomic-waker v1.1.1
[INFO] [stderr]     Checking async-lock v2.8.0
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking kv-log-macro v1.0.7
[INFO] [stderr]     Checking concurrent-queue v2.2.0
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking async-executor v1.5.1
[INFO] [stderr]     Checking blocking v1.3.1
[INFO] [stderr]     Checking async-global-executor v2.3.1
[INFO] [stderr]     Checking async-std v1.12.0
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]     Checking futures-executor v0.3.28
[INFO] [stderr]     Checking futures v0.3.28
[INFO] [stderr]     Checking runtime v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `runtime`
[INFO] [stdout]  --> src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use runtime::{block_on, spawn};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `runtime`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `runtime`, use `cargo add runtime` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `runtime`
[INFO] [stdout]  --> src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use runtime::{block_on, spawn};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `runtime`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `runtime`, use `cargo add runtime` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `runtime` (bin "runtime") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `runtime` (bin "runtime" test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "d2f65889e57afda5234e5b80590520517d75d5440ab9d7d4146f1ad1efbbc776", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d2f65889e57afda5234e5b80590520517d75d5440ab9d7d4146f1ad1efbbc776", kill_on_drop: false }`
[INFO] [stdout] d2f65889e57afda5234e5b80590520517d75d5440ab9d7d4146f1ad1efbbc776
