[INFO] cloning repository https://github.com/diericx/landru [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/diericx/landru" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdiericx%2Flandru", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdiericx%2Flandru'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 428ab14db37a6eda8c1c7430709d89ceb8ea3086 [INFO] testing diericx/landru against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdiericx%2Flandru" "/workspace/builds/worker-17/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-17/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/diericx/landru on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/diericx/landru [INFO] finished tweaking git repo https://github.com/diericx/landru [INFO] tweaked toml for git repo https://github.com/diericx/landru written to /workspace/builds/worker-17/source/Cargo.toml [INFO] crate git repo https://github.com/diericx/landru already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5aa834c3c4a1e16f0dfc3664b8a9d468a979126455535ef088870c527e2ce019 [INFO] running `Command { std: "docker" "start" "-a" "5aa834c3c4a1e16f0dfc3664b8a9d468a979126455535ef088870c527e2ce019", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5aa834c3c4a1e16f0dfc3664b8a9d468a979126455535ef088870c527e2ce019", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5aa834c3c4a1e16f0dfc3664b8a9d468a979126455535ef088870c527e2ce019", kill_on_drop: false }` [INFO] [stdout] 5aa834c3c4a1e16f0dfc3664b8a9d468a979126455535ef088870c527e2ce019 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 30ab98b5b44b96b0949aa77bbcc943f94fd550b63a40441819caf7c26749377f [INFO] running `Command { std: "docker" "start" "-a" "30ab98b5b44b96b0949aa77bbcc943f94fd550b63a40441819caf7c26749377f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling syn v1.0.31 [INFO] [stderr] Compiling serde_derive v1.0.113 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling serde v1.0.113 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling landru v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `core::entity` [INFO] [stdout] --> server/src/main.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use core::entity::Entity; [INFO] [stdout] | ^^^^^^ could not find `entity` in `core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `core::io` [INFO] [stdout] --> server/src/main.rs:2:11 [INFO] [stdout] | [INFO] [stdout] 2 | use core::io::Event; [INFO] [stdout] | ^^ could not find `io` in `core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `handle_client_io` in this scope [INFO] [stdout] --> server/src/main.rs:61:17 [INFO] [stdout] | [INFO] [stdout] 61 | handle_client_io(stream); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::Mutex` [INFO] [stdout] --> server/src/main.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::sync::Mutex; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `landru` due to 4 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "30ab98b5b44b96b0949aa77bbcc943f94fd550b63a40441819caf7c26749377f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30ab98b5b44b96b0949aa77bbcc943f94fd550b63a40441819caf7c26749377f", kill_on_drop: false }` [INFO] [stdout] 30ab98b5b44b96b0949aa77bbcc943f94fd550b63a40441819caf7c26749377f