[INFO] cloning repository https://github.com/Aiden2207/repldb [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Aiden2207/repldb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAiden2207%2Frepldb", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAiden2207%2Frepldb'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 59f326d9e719b18188c016b1a41001eb400ddb5f [INFO] testing Aiden2207/repldb against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAiden2207%2Frepldb" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Aiden2207/repldb on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Aiden2207/repldb [INFO] finished tweaking git repo https://github.com/Aiden2207/repldb [INFO] tweaked toml for git repo https://github.com/Aiden2207/repldb written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/Aiden2207/repldb already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6d2831b2a72392e5aa2c1113a642d683c1fada3d5c6505a616682cf50a12e025 [INFO] running `Command { std: "docker" "start" "-a" "6d2831b2a72392e5aa2c1113a642d683c1fada3d5c6505a616682cf50a12e025", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6d2831b2a72392e5aa2c1113a642d683c1fada3d5c6505a616682cf50a12e025", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d2831b2a72392e5aa2c1113a642d683c1fada3d5c6505a616682cf50a12e025", kill_on_drop: false }` [INFO] [stdout] 6d2831b2a72392e5aa2c1113a642d683c1fada3d5c6505a616682cf50a12e025 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a3bc714857e9a5e44373ec2e4491fe4ecadc6af6a48a9cd5c34b7bd272871a24 [INFO] running `Command { std: "docker" "start" "-a" "a3bc714857e9a5e44373ec2e4491fe4ecadc6af6a48a9cd5c34b7bd272871a24", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling thiserror-impl v1.0.28 [INFO] [stderr] Compiling thiserror v1.0.28 [INFO] [stderr] Compiling replit_db v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: expected `;`, found keyword `use` [INFO] [stdout] --> src/http.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 4 | use std::io::{Read, Write, BufWriter} [INFO] [stdout] | - expected `;` [INFO] [stdout] 5 | use std::net::TcpStream; [INFO] [stdout] | ^^^ unexpected token [INFO] [stdout] | [INFO] [stdout] = note: glob-like brace syntax must be last on the path [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `Db` has no field named `blocking` [INFO] [stdout] --> src/db.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | blocking: true, [INFO] [stdout] | ^^^^^^^^ `Db` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `address`, `path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `Db` has no field named `blocking` [INFO] [stdout] --> src/db.rs:39:7 [INFO] [stdout] | [INFO] [stdout] 39 | blocking: true, [INFO] [stdout] | ^^^^^^^^ `Db` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `address`, `path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/db.rs:49:10 [INFO] [stdout] | [INFO] [stdout] 49 | .intersperse("&"), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0560`. [INFO] [stdout] [INFO] [stderr] error: could not compile `replit_db` due to 4 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "a3bc714857e9a5e44373ec2e4491fe4ecadc6af6a48a9cd5c34b7bd272871a24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3bc714857e9a5e44373ec2e4491fe4ecadc6af6a48a9cd5c34b7bd272871a24", kill_on_drop: false }` [INFO] [stdout] a3bc714857e9a5e44373ec2e4491fe4ecadc6af6a48a9cd5c34b7bd272871a24