[INFO] cloning repository https://github.com/cargopete/amp-client [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cargopete/amp-client" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcargopete%2Famp-client", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcargopete%2Famp-client'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 554b3c804eb70a2f87ad438eb99781da3da56e0f [INFO] checking cargopete/amp-client/554b3c804eb70a2f87ad438eb99781da3da56e0f against e5e97e3ef0ee95d34bea49cdac051ed1bbac01df for pr-158759-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcargopete%2Famp-client" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/cargopete/amp-client [INFO] finished tweaking git repo https://github.com/cargopete/amp-client [INFO] tweaked toml for git repo https://github.com/cargopete/amp-client written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/cargopete/amp-client on toolchain e5e97e3ef0ee95d34bea49cdac051ed1bbac01df [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/cargopete/amp-client 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" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 17cd7c090e2475954097baebcf6bdb7356fcc7dd80694b9f749181362085cd59 [INFO] running `Command { std: "docker" "start" "17cd7c090e2475954097baebcf6bdb7356fcc7dd80694b9f749181362085cd59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "17cd7c090e2475954097baebcf6bdb7356fcc7dd80694b9f749181362085cd59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "17cd7c090e2475954097baebcf6bdb7356fcc7dd80694b9f749181362085cd59" "/opt/rustwide/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "17cd7c090e2475954097baebcf6bdb7356fcc7dd80694b9f749181362085cd59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "17cd7c090e2475954097baebcf6bdb7356fcc7dd80694b9f749181362085cd59" "/opt/rustwide/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling libc v0.2.184 [INFO] [stderr] Compiling portable-atomic v1.13.1 [INFO] [stderr] Compiling libm v0.2.16 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking hashbrown v0.16.1 [INFO] [stderr] Checking futures-core v0.3.32 [INFO] [stderr] Compiling zerocopy v0.8.48 [INFO] [stderr] Checking futures-sink v0.3.32 [INFO] [stderr] Checking memchr v2.8.0 [INFO] [stderr] Compiling once_cell v1.21.4 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Checking slab v0.4.12 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Checking http v1.4.0 [INFO] [stderr] Checking futures-channel v0.3.32 [INFO] [stderr] Compiling cc v1.2.58 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Checking arrow-schema v58.1.0 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Checking iana-time-zone v0.1.65 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking mio v1.2.0 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Checking socket2 v0.6.3 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking const-random v0.1.18 [INFO] [stderr] Checking getrandom v0.3.4 [INFO] [stderr] Checking futures-io v0.3.32 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking chrono v0.4.41 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking indexmap v2.13.0 [INFO] [stderr] Checking zeroize v1.8.2 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Checking tower-service v0.3.3 [INFO] [stderr] Checking rustls-pki-types v1.14.0 [INFO] [stderr] Checking lexical-util v1.0.7 [INFO] [stderr] Checking try-lock v0.2.5 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Checking tower-layer v0.3.3 [INFO] [stderr] Compiling rustls v0.23.37 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Checking httpdate v1.0.3 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Checking log v0.4.29 [INFO] [stderr] Checking axum-core v0.5.6 [INFO] [stderr] Checking lexical-parse-integer v1.0.6 [INFO] [stderr] Checking lexical-write-integer v1.0.6 [INFO] [stderr] Compiling flatbuffers v25.12.19 [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Checking openssl-probe v0.2.1 [INFO] [stderr] Checking regex-syntax v0.8.10 [INFO] [stderr] Checking matchit v0.8.4 [INFO] [stderr] Checking bitflags v2.11.0 [INFO] [stderr] Checking rustls-native-certs v0.8.3 [INFO] [stderr] Checking lexical-write-float v1.0.6 [INFO] [stderr] Checking lexical-parse-float v1.0.6 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Checking lexical-core v1.0.6 [INFO] [stderr] Checking atoi v2.0.0 [INFO] [stderr] Compiling smartstring v1.0.1 [INFO] [stderr] Checking ryu v1.0.23 [INFO] [stderr] Checking num_cpus v1.17.0 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking thin-vec v0.2.14 [INFO] [stderr] Compiling zerocopy-derive v0.8.48 [INFO] [stderr] Compiling tokio-macros v2.6.1 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling pin-project-internal v1.1.11 [INFO] [stderr] Compiling prost-derive v0.14.3 [INFO] [stderr] Checking regex-automata v0.4.14 [INFO] [stderr] Checking rustls-webpki v0.103.10 [INFO] [stderr] Checking tokio v1.50.0 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Checking pin-project v1.1.11 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Checking regex v1.12.3 [INFO] [stderr] Checking prost v0.14.3 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Checking async-stream v0.3.6 [INFO] [stderr] Compiling rhai_codegen v3.1.0 [INFO] [stderr] Checking prost-types v0.14.3 [INFO] [stderr] Checking thiserror v2.0.18 [INFO] [stderr] Checking futures-executor v0.3.32 [INFO] [stderr] Checking futures v0.3.32 [INFO] [stderr] Checking tokio-util v0.7.18 [INFO] [stderr] Checking tokio-stream v0.1.18 [INFO] [stderr] Checking tokio-rustls v0.26.4 [INFO] [stderr] Checking deadpool-runtime v0.3.1 [INFO] [stderr] Checking deadpool v0.13.0 [INFO] [stderr] Checking h2 v0.4.13 [INFO] [stderr] Checking tower v0.5.3 [INFO] [stderr] Checking half v2.7.1 [INFO] [stderr] Checking rhai v1.24.0 [INFO] [stderr] Checking arrow-buffer v58.1.0 [INFO] [stderr] Checking axum v0.8.8 [INFO] [stderr] Checking arrow-data v58.1.0 [INFO] [stderr] Checking arrow-array v58.1.0 [INFO] [stderr] Checking hyper v1.9.0 [INFO] [stderr] Checking hyper-util v0.1.20 [INFO] [stderr] Checking arrow-select v58.1.0 [INFO] [stderr] Checking arrow-arith v58.1.0 [INFO] [stderr] Checking arrow-row v58.1.0 [INFO] [stderr] Checking arrow-ord v58.1.0 [INFO] [stderr] Checking arrow-ipc v58.1.0 [INFO] [stderr] Checking arrow-string v58.1.0 [INFO] [stderr] Checking hyper-timeout v0.5.2 [INFO] [stderr] Checking arrow-cast v58.1.0 [INFO] [stderr] Checking tonic v0.14.5 [INFO] [stderr] Checking tonic-prost v0.14.5 [INFO] [stderr] Checking arrow-flight v58.1.0 [INFO] [stderr] Checking amp-client v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: cannot find module or crate `polars` in this scope [INFO] [stdout] --> examples/polars_query.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use polars::prelude::*; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `polars` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `polars`, use `cargo add polars` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `datafusion` in this scope [INFO] [stdout] --> examples/datafusion_query.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use datafusion::prelude::*; [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `datafusion` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `datafusion`, use `cargo add datafusion` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amp_client::AmpTable` [INFO] [stdout] --> examples/datafusion_query.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | use amp_client::{AmpTable, Pool}; [INFO] [stdout] | ^^^^^^^^ no `AmpTable` in the root [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:16:25 [INFO] [stdout] | [INFO] [stdout] 15 | #[cfg(feature = "datafusion")] [INFO] [stdout] | ---------------------- the item is gated behind the `datafusion` feature [INFO] [stdout] 16 | pub use table_provider::AmpTable; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find type `SessionContext` in this scope [INFO] [stdout] --> examples/datafusion_query.rs:17:15 [INFO] [stdout] | [INFO] [stdout] 17 | let ctx = SessionContext::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `SessionContext` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `amp-client` (example "datafusion_query") due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0599]: no method named `query_polars` found for struct `Client` in the current scope [INFO] [stdout] --> examples/polars_query.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 12 | let df = client [INFO] [stdout] | ______________- [INFO] [stdout] 13 | | .query_polars("SELECT 1 AS id, 'hello' AS msg, 3.14 AS pi") [INFO] [stdout] | | -^^^^^^^^^^^^ method not found in `Client` [INFO] [stdout] | |_________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> examples/polars_query.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | .select([col("*")]) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `amp-client` (example "polars_query") due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "17cd7c090e2475954097baebcf6bdb7356fcc7dd80694b9f749181362085cd59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "17cd7c090e2475954097baebcf6bdb7356fcc7dd80694b9f749181362085cd59", kill_on_drop: false }` [INFO] [stdout] 17cd7c090e2475954097baebcf6bdb7356fcc7dd80694b9f749181362085cd59