[INFO] cloning repository https://github.com/crywolf/codecrafters-sqlite-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/crywolf/codecrafters-sqlite-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrywolf%2Fcodecrafters-sqlite-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrywolf%2Fcodecrafters-sqlite-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6d14f6c384b34be4201b1d332a50cdee8a156697 [INFO] checking crywolf/codecrafters-sqlite-rust against try#9cbe924c1a7ad92a8d63366fe967735898f13b4d for pr-149195-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrywolf%2Fcodecrafters-sqlite-rust" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/crywolf/codecrafters-sqlite-rust [INFO] finished tweaking git repo https://github.com/crywolf/codecrafters-sqlite-rust [INFO] tweaked toml for git repo https://github.com/crywolf/codecrafters-sqlite-rust written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/crywolf/codecrafters-sqlite-rust on toolchain 9cbe924c1a7ad92a8d63366fe967735898f13b4d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9cbe924c1a7ad92a8d63366fe967735898f13b4d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/crywolf/codecrafters-sqlite-rust 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" "+9cbe924c1a7ad92a8d63366fe967735898f13b4d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+9cbe924c1a7ad92a8d63366fe967735898f13b4d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 640f52996e2418c3c32890bbc96413f55efa8d55395009b7cdcd0149526ef093 [INFO] running `Command { std: "docker" "start" "-a" "640f52996e2418c3c32890bbc96413f55efa8d55395009b7cdcd0149526ef093", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "640f52996e2418c3c32890bbc96413f55efa8d55395009b7cdcd0149526ef093", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "640f52996e2418c3c32890bbc96413f55efa8d55395009b7cdcd0149526ef093", kill_on_drop: false }` [INFO] [stdout] 640f52996e2418c3c32890bbc96413f55efa8d55395009b7cdcd0149526ef093 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+9cbe924c1a7ad92a8d63366fe967735898f13b4d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d99fa4d930896cc629796c486c982975abc389515ed5998ce80412469e324e0b [INFO] running `Command { std: "docker" "start" "-a" "d99fa4d930896cc629796c486c982975abc389515ed5998ce80412469e324e0b", kill_on_drop: false }` [INFO] [stderr] Compiling anyhow v1.0.88 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking bytes v1.7.1 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking codecrafters-sqlite v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: `Condition` is ambiguous [INFO] [stdout] --> src/db/sql.rs:256:34 [INFO] [stdout] | [INFO] [stdout] 256 | where_cond: Some(Condition { [INFO] [stdout] | ^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Condition` could refer to the struct imported here [INFO] [stdout] --> src/db/sql.rs:229:9 [INFO] [stdout] | [INFO] [stdout] 229 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Condition` to disambiguate [INFO] [stdout] note: `Condition` could also refer to the struct imported here [INFO] [stdout] --> src/db/sql.rs:229:9 [INFO] [stdout] | [INFO] [stdout] 229 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Condition` to disambiguate [INFO] [stdout] = note: `#[deny(ambiguous_glob_imports)]` (part of `#[deny(future_incompatible)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Condition` is ambiguous [INFO] [stdout] --> src/db/sql.rs:334:34 [INFO] [stdout] | [INFO] [stdout] 334 | where_cond: Some(Condition { [INFO] [stdout] | ^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Condition` could refer to the struct imported here [INFO] [stdout] --> src/db/sql.rs:229:9 [INFO] [stdout] | [INFO] [stdout] 229 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Condition` to disambiguate [INFO] [stdout] note: `Condition` could also refer to the struct imported here [INFO] [stdout] --> src/db/sql.rs:229:9 [INFO] [stdout] | [INFO] [stdout] 229 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Condition` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `codecrafters-sqlite` (lib test) due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "d99fa4d930896cc629796c486c982975abc389515ed5998ce80412469e324e0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d99fa4d930896cc629796c486c982975abc389515ed5998ce80412469e324e0b", kill_on_drop: false }` [INFO] [stdout] d99fa4d930896cc629796c486c982975abc389515ed5998ce80412469e324e0b