[INFO] cloning repository https://github.com/max-sixty/prql [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/max-sixty/prql" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmax-sixty%2Fprql", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmax-sixty%2Fprql'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7e6e100786cfab35c8518d71e85e9e57ab5c6bda [INFO] checking max-sixty/prql against try#50b21af28e291c419ae81eebcb7705fb4200dc90 for pr-135167 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmax-sixty%2Fprql" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/max-sixty/prql on toolchain 50b21af28e291c419ae81eebcb7705fb4200dc90 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+50b21af28e291c419ae81eebcb7705fb4200dc90" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/max-sixty/prql [INFO] finished tweaking git repo https://github.com/max-sixty/prql [INFO] tweaked toml for git repo https://github.com/max-sixty/prql written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/max-sixty/prql 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" "+50b21af28e291c419ae81eebcb7705fb4200dc90" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+50b21af28e291c419ae81eebcb7705fb4200dc90" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dd782be95a85bee470aca30b43cb19177e02c36723365ba70188d9217c31608f [INFO] running `Command { std: "docker" "start" "-a" "dd782be95a85bee470aca30b43cb19177e02c36723365ba70188d9217c31608f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dd782be95a85bee470aca30b43cb19177e02c36723365ba70188d9217c31608f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd782be95a85bee470aca30b43cb19177e02c36723365ba70188d9217c31608f", kill_on_drop: false }` [INFO] [stdout] dd782be95a85bee470aca30b43cb19177e02c36723365ba70188d9217c31608f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+50b21af28e291c419ae81eebcb7705fb4200dc90" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dbbbb39b3fd92c13bb59774eb9509f28d3d80eb59c3530f3a01fd0fa13e3afd1 [INFO] running `Command { std: "docker" "start" "-a" "dbbbb39b3fd92c13bb59774eb9509f28d3d80eb59c3530f3a01fd0fa13e3afd1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.84 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking memchr v2.7.2 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling cc v1.0.98 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking bitflags v2.5.0 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking zerocopy v0.7.34 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling serde_json v1.0.120 [INFO] [stderr] Checking allocator-api2 v0.2.18 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking regex-syntax v0.8.3 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling rustversion v1.0.17 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling psm v0.1.21 [INFO] [stderr] Compiling stacker v0.1.15 [INFO] [stderr] Checking anstyle-parse v0.2.4 [INFO] [stderr] Compiling ref-cast v1.0.23 [INFO] [stderr] Checking colorchoice v1.0.1 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Checking anstyle v1.0.7 [INFO] [stderr] Checking iana-time-zone v0.1.60 [INFO] [stderr] Checking is_terminal_polyfill v1.70.0 [INFO] [stderr] Checking anstyle-query v1.0.3 [INFO] [stderr] Compiling schemars v1.0.0-alpha.2 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking clap_lex v0.6.0 [INFO] [stderr] Checking anstream v0.6.14 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking either v1.12.0 [INFO] [stderr] Checking unicode-width v0.1.12 [INFO] [stderr] Compiling backtrace v0.3.71 [INFO] [stderr] Checking regex-automata v0.4.6 [INFO] [stderr] Compiling target-lexicon v0.12.14 [INFO] [stderr] Checking gimli v0.28.1 [INFO] [stderr] Checking miniz_oxide v0.7.3 [INFO] [stderr] Checking object v0.32.2 [INFO] [stderr] Checking rustc-demangle v0.1.24 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Checking walkdir v2.5.0 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking dyn-clone v1.0.17 [INFO] [stderr] Checking is-terminal v0.4.12 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Checking regex v1.10.5 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Checking fastrand v2.1.0 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Checking terminal_size v0.3.0 [INFO] [stderr] Checking tempfile v3.10.1 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking clap_builder v4.4.18 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] Checking addr2line v0.21.0 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking half v2.4.1 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Checking csv-core v0.1.11 [INFO] [stderr] Checking yansi v1.0.1 [INFO] [stderr] Checking unsafe-libyaml v0.2.11 [INFO] [stderr] Checking unicode_categories v0.1.1 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Checking ariadne v0.4.1 [INFO] [stderr] Checking tracing-error v0.2.0 [INFO] [stderr] Checking chumsky v0.9.3 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Checking owo-colors v3.5.0 [INFO] [stderr] Checking indenter v0.3.3 [INFO] [stderr] Checking sqlformat v0.2.4 [INFO] [stderr] Checking inotify v0.9.6 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking crossbeam-channel v0.5.13 [INFO] [stderr] Checking filetime v0.2.23 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling pyo3-build-config v0.20.3 [INFO] [stderr] Checking notify v6.1.1 [INFO] [stderr] Checking bytes v1.6.0 [INFO] [stderr] Checking color-spantrace v0.2.1 [INFO] [stderr] Compiling serde_derive v1.0.204 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling ref-cast-impl v1.0.23 [INFO] [stderr] Compiling schemars_derive v1.0.0-alpha.2 [INFO] [stderr] Compiling clap_derive v4.4.7 [INFO] [stderr] Compiling enum-as-inner v0.6.0 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Checking color-eyre v0.6.3 [INFO] [stderr] Checking num-bigint v0.4.5 [INFO] [stderr] Checking bstr v1.9.1 [INFO] [stderr] Checking strum v0.26.3 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking num-iter v0.1.45 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking clap v4.4.18 [INFO] [stderr] Checking clap_complete v4.4.10 [INFO] [stderr] Checking clio v0.3.5 [INFO] [stderr] Checking clap-verbosity-flag v2.1.2 [INFO] [stderr] Checking colorchoice-clap v1.0.4 [INFO] [stderr] Checking num v0.4.3 [INFO] [stderr] Checking arrow-buffer v51.0.0 [INFO] [stderr] Checking arrow-schema v51.0.0 [INFO] [stderr] Checking clap_complete_nushell v0.1.11 [INFO] [stderr] Checking clap_complete_fig v4.4.2 [INFO] [stderr] Checking unicode-segmentation v1.11.0 [INFO] [stderr] Checking clap_complete_command v0.5.1 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking lexical-util v0.8.5 [INFO] [stderr] Checking arrow-data v51.0.0 [INFO] [stderr] Checking similar v2.6.0 [INFO] [stderr] Compiling pyo3-ffi v0.20.3 [INFO] [stderr] Checking console v0.15.8 [INFO] [stderr] Checking arrow-array v51.0.0 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking globset v0.4.14 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Checking termcolor v1.4.1 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling portable-atomic v1.6.0 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Compiling pest v2.7.10 [INFO] [stderr] Checking env_logger v0.10.2 [INFO] [stderr] Compiling pyo3 v0.20.3 [INFO] [stderr] Compiling pyo3-macros-backend v0.20.3 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking lexical-write-integer v0.8.5 [INFO] [stderr] Checking lexical-parse-integer v0.8.6 [INFO] [stderr] Compiling pyo3-build-config v0.22.2 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Checking arrow-select v51.0.0 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Checking serde_yaml v0.9.34+deprecated [INFO] [stderr] Checking csv v1.3.0 [INFO] [stderr] Checking minijinja v2.0.3 [INFO] [stderr] Checking sqlparser v0.48.0 [INFO] [stderr] Checking insta v1.39.0 [INFO] [stderr] Compiling pest_meta v2.7.10 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling indoc v2.0.5 [INFO] [stderr] Checking prqlc-parser v0.13.1 (/opt/rustwide/workdir/prqlc/prqlc-parser) [INFO] [stdout] warning: unexpected `cfg` condition name: `coverage` [INFO] [stdout] --> prqlc/prqlc-parser/src/parser/expr.rs:371:11 [INFO] [stdout] | [INFO] [stdout] 371 | #[cfg(not(coverage))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(coverage)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking unindent v0.2.3 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Compiling libsqlite3-sys v0.28.0 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Compiling pyo3-macros v0.20.3 [INFO] [stderr] Compiling pest_generator v2.7.10 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Checking lexical-parse-float v0.8.5 [INFO] [stderr] Checking lexical-write-float v0.8.5 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling pulldown-cmark v0.9.6 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stderr] Compiling toml_datetime v0.6.6 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Compiling pest_derive v2.7.10 [INFO] [stderr] Checking lexical-core v0.8.5 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Compiling rstest_macros v0.21.0 [INFO] [stderr] Checking comfy-table v7.1.1 [INFO] [stderr] Checking atoi v2.0.0 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking ciborium-io v0.2.2 [INFO] [stderr] Compiling pulldown-cmark v0.10.3 [INFO] [stderr] Checking arrow-cast v51.0.0 [INFO] [stderr] Checking ciborium-ll v0.2.2 [INFO] [stderr] Compiling toml_edit v0.21.1 [INFO] [stderr] Checking handlebars v4.5.0 [INFO] [stderr] Checking arrow-ord v51.0.0 [INFO] [stderr] Checking arrow-string v51.0.0 [INFO] [stderr] Checking toml v0.5.11 [INFO] [stderr] Checking arrow-row v51.0.0 [INFO] [stderr] Checking arrow-arith v51.0.0 [INFO] [stderr] Checking similar-asserts v1.5.0 [INFO] [stderr] Checking opener v0.6.1 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking hashlink v0.9.1 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking shlex v1.3.0 [INFO] [stderr] Compiling proc-macro-crate v3.1.0 [INFO] [stderr] Checking cast v0.3.0 [INFO] [stderr] Checking fallible-iterator v0.3.0 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Checking topological-sort v0.2.2 [INFO] [stderr] Checking pathdiff v0.2.1 [INFO] [stderr] Compiling relative-path v1.9.3 [INFO] [stderr] Checking fallible-streaming-iterator v0.1.9 [INFO] [stderr] Checking mdbook v0.4.36 [INFO] [stderr] Checking criterion-plot v0.5.0 [INFO] [stderr] Checking arrow v51.0.0 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Checking clap v2.34.0 [INFO] [stderr] Checking ciborium v0.2.2 [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Checking oorandom v11.1.3 [INFO] [stderr] Checking anes v0.1.6 [INFO] [stderr] Checking futures-timer v3.0.3 [INFO] [stderr] Checking criterion v0.5.1 [INFO] [stderr] Checking mdbook-preprocessor-boilerplate v0.1.2 [INFO] [stderr] Checking pulldown-cmark-to-cmark v14.0.1 [INFO] [stdout] warning: unexpected `cfg` condition name: `coverage` [INFO] [stdout] --> prqlc/prqlc-parser/src/parser/expr.rs:371:11 [INFO] [stdout] | [INFO] [stdout] 371 | #[cfg(not(coverage))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(coverage)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking rstest v0.21.0 [INFO] [stderr] Checking insta-cmd v0.6.0 [INFO] [stderr] Compiling rustler_sys v2.4.2 [INFO] [stderr] Checking ansi-to-html v0.2.1 [INFO] [stderr] Compiling test_each_file v0.3.3 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Compiling prqlc-python v0.13.1 (/opt/rustwide/workdir/prqlc/bindings/prqlc-python) [INFO] [stderr] Checking rusqlite v0.31.0 [INFO] [stderr] Compiling inventory v0.3.15 [INFO] [stderr] Compiling rustler_codegen v0.34.0 [INFO] [stderr] Checking connector_arrow v0.4.2 [INFO] [stdout] warning: unexpected `cfg` condition name: `coverage` [INFO] [stdout] --> prqlc/prqlc-parser/src/parser/expr.rs:371:11 [INFO] [stdout] | [INFO] [stdout] 371 | #[cfg(not(coverage))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(coverage)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking prqlc v0.13.1 (/opt/rustwide/workdir/prqlc/prqlc) [INFO] [stderr] Compiling lutra-python v0.13.1 (/opt/rustwide/workdir/lutra/bindings/python) [INFO] [stderr] Checking combine v4.6.7 [INFO] [stderr] Checking cesu8 v1.1.0 [INFO] [stderr] Checking jni-sys v0.3.0 [INFO] [stderr] Checking rustler v0.34.0 [INFO] [stdout] warning: unexpected `cfg` condition name: `coverage` [INFO] [stdout] --> prqlc/prqlc-parser/src/parser/expr.rs:371:11 [INFO] [stdout] | [INFO] [stdout] 371 | #[cfg(not(coverage))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(coverage)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking prqlc-js v0.13.1 (/opt/rustwide/workdir/prqlc/bindings/js) [INFO] [stderr] error: could not compile `sqlparser` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/50b21af28e291c419ae81eebcb7705fb4200dc90/bin/rustc --crate-name sqlparser --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser-0.48.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "json_example", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=5dec3ef56cb3fc14 -C extra-filename=-36feb6cbaa061ee9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern log=/opt/rustwide/target/debug/deps/liblog-64e4f3632e0a179a.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-f0a7419c6087bdc4.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `prqlc-parser` (lib); 1 warning emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/50b21af28e291c419ae81eebcb7705fb4200dc90/bin/rustc --crate-name prqlc_parser --edition=2021 prqlc/prqlc-parser/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde_yaml"))' -C metadata=d2bbb381b98f4b11 -C extra-filename=-55213f63de8af5db --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern chumsky=/opt/rustwide/target/debug/deps/libchumsky-55d6019fd52225f3.rmeta --extern enum_as_inner=/opt/rustwide/target/debug/deps/libenum_as_inner-ba8d23a766428dc8.so --extern itertools=/opt/rustwide/target/debug/deps/libitertools-2ead68cca3fe4712.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-64e4f3632e0a179a.rmeta --extern schemars=/opt/rustwide/target/debug/deps/libschemars-c771000b009274eb.rmeta --extern semver=/opt/rustwide/target/debug/deps/libsemver-e450a644275d5c46.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-f0a7419c6087bdc4.rmeta --extern stacker=/opt/rustwide/target/debug/deps/libstacker-5cd4b19baa16ef60.rmeta --extern strum=/opt/rustwide/target/debug/deps/libstrum-e65cf526b8dd1126.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/psm-6259a45e03abb948/out` (signal: 9, SIGKILL: kill) [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> prqlc/prqlc-parser/src/parser/mod.rs:203:9 [INFO] [stdout] | [INFO] [stdout] 202 | fn test_no_doc_comment_in_with_doc_comment() { [INFO] [stdout] | -------------------------------------------- move the `impl` block outside of this function `test_no_doc_comment_in_with_doc_comment` [INFO] [stdout] 203 | impl SupportsDocComment for String { [INFO] [stdout] | ^^^^^------------------^^^^^------ [INFO] [stdout] | | | [INFO] [stdout] | | `String` is not local [INFO] [stdout] | `SupportsDocComment` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "dbbbb39b3fd92c13bb59774eb9509f28d3d80eb59c3530f3a01fd0fa13e3afd1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dbbbb39b3fd92c13bb59774eb9509f28d3d80eb59c3530f3a01fd0fa13e3afd1", kill_on_drop: false }` [INFO] [stdout] dbbbb39b3fd92c13bb59774eb9509f28d3d80eb59c3530f3a01fd0fa13e3afd1