[INFO] fetching crate sea-query 1.0.0-rc.14... [INFO] building sea-query-1.0.0-rc.14 against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2 [INFO] extracting crate sea-query 1.0.0-rc.14 into /workspace/builds/worker-2-tc2/source [INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml [INFO] started tweaking crates.io crate sea-query 1.0.0-rc.14 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate sea-query 1.0.0-rc.14 [INFO] tweaked toml for crates.io crate sea-query 1.0.0-rc.14 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate sea-query 1.0.0-rc.14 on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate sea-query 1.0.0-rc.14 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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cb713485e6613f8030f3fcb652e036077b33deddec8a2ccf65f6d77c749496e4 [INFO] running `Command { std: "docker" "start" "-a" "cb713485e6613f8030f3fcb652e036077b33deddec8a2ccf65f6d77c749496e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cb713485e6613f8030f3fcb652e036077b33deddec8a2ccf65f6d77c749496e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb713485e6613f8030f3fcb652e036077b33deddec8a2ccf65f6d77c749496e4", kill_on_drop: false }` [INFO] [stdout] cb713485e6613f8030f3fcb652e036077b33deddec8a2ccf65f6d77c749496e4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 144813f179943565b6f23f2f748f795f49330fca4f7707d3752a8caf844e477d [INFO] running `Command { std: "docker" "start" "-a" "144813f179943565b6f23f2f748f795f49330fca4f7707d3752a8caf844e477d", kill_on_drop: false }` [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling inherent v1.0.13 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling sea-query-derive v1.0.0-rc.9 [INFO] [stderr] Compiling sea-query v1.0.0-rc.14 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `type_to_value` [INFO] [stdout] --> src/value.rs:823:5 [INFO] [stdout] | [INFO] [stdout] 823 | use type_to_value; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.74s [INFO] running `Command { std: "docker" "inspect" "144813f179943565b6f23f2f748f795f49330fca4f7707d3752a8caf844e477d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "144813f179943565b6f23f2f748f795f49330fca4f7707d3752a8caf844e477d", kill_on_drop: false }` [INFO] [stdout] 144813f179943565b6f23f2f748f795f49330fca4f7707d3752a8caf844e477d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1eb5849c1fb1bf23ae3fc1552939b428a023df0a45be9d9922e4d0ffb7faa24e [INFO] running `Command { std: "docker" "start" "-a" "1eb5849c1fb1bf23ae3fc1552939b428a023df0a45be9d9922e4d0ffb7faa24e", kill_on_drop: false }` [INFO] [stderr] Compiling serde_core v1.0.225 [INFO] [stderr] Compiling serde v1.0.225 [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling csv-core v0.1.12 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Compiling serde_derive v1.0.225 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stdout] warning: unused import: `type_to_value` [INFO] [stdout] --> src/value.rs:823:5 [INFO] [stdout] | [INFO] [stdout] 823 | use type_to_value; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pretty_assertions v1.4.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling csv v1.3.1 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.3.6 [INFO] [stderr] Compiling sea-query v1.0.0-rc.14 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `crate::tests_cfg` [INFO] [stdout] --> src/query/condition.rs:690:17 [INFO] [stdout] | [INFO] [stdout] 690 | use crate::{tests_cfg::*, *}; [INFO] [stdout] | ^^^^^^^^^ could not find `tests_cfg` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::tests_cfg` [INFO] [stdout] --> src/types/iden/tests.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{tests_cfg::*, *}; [INFO] [stdout] | ^^^^^^^^^ could not find `tests_cfg` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `Character` [INFO] [stdout] --> src/types/iden/tests.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use Character as CharReexport; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no external crate `Character` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `type_to_value` [INFO] [stdout] --> src/value.rs:823:5 [INFO] [stdout] | [INFO] [stdout] 823 | use type_to_value; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sea-query` (lib test) due to 3 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "1eb5849c1fb1bf23ae3fc1552939b428a023df0a45be9d9922e4d0ffb7faa24e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1eb5849c1fb1bf23ae3fc1552939b428a023df0a45be9d9922e4d0ffb7faa24e", kill_on_drop: false }` [INFO] [stdout] 1eb5849c1fb1bf23ae3fc1552939b428a023df0a45be9d9922e4d0ffb7faa24e