[INFO] cloning repository https://github.com/klion26/pqrs-learn [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/klion26/pqrs-learn" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fklion26%2Fpqrs-learn", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fklion26%2Fpqrs-learn'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 181b4d58261dc7c3621cfa217a3ea4a58ca3bd3d [INFO] testing klion26/pqrs-learn against try#a7ce54db9b096bd1098d07c645b489195a667c9f for pr-137940-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fklion26%2Fpqrs-learn" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/klion26/pqrs-learn on toolchain a7ce54db9b096bd1098d07c645b489195a667c9f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/klion26/pqrs-learn [INFO] finished tweaking git repo https://github.com/klion26/pqrs-learn [INFO] tweaked toml for git repo https://github.com/klion26/pqrs-learn written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/klion26/pqrs-learn 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" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a305969d0edc07e390ae17b4251a668271616d978988b3e4b463f39f6155cf5b [INFO] running `Command { std: "docker" "start" "-a" "a305969d0edc07e390ae17b4251a668271616d978988b3e4b463f39f6155cf5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a305969d0edc07e390ae17b4251a668271616d978988b3e4b463f39f6155cf5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a305969d0edc07e390ae17b4251a668271616d978988b3e4b463f39f6155cf5b", kill_on_drop: false }` [INFO] [stdout] a305969d0edc07e390ae17b4251a668271616d978988b3e4b463f39f6155cf5b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4c811c1c44357d047fb2e8ac0d44b0611e1f21c4b128718ba698c810fb91cd72 [INFO] running `Command { std: "docker" "start" "-a" "4c811c1c44357d047fb2e8ac0d44b0611e1f21c4b128718ba698c810fb91cd72", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling proc-macro2 v1.0.83 [INFO] [stderr] Compiling iana-time-zone v0.1.60 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling zerocopy v0.7.34 [INFO] [stderr] Compiling arrow-schema v40.0.0 [INFO] [stderr] Compiling hashbrown v0.13.2 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling lexical-util v0.8.5 [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Compiling phf v0.11.2 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling lexical-parse-integer v0.8.6 [INFO] [stderr] Compiling lexical-write-integer v0.8.5 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling anstyle-parse v0.2.4 [INFO] [stderr] Compiling colorchoice v1.0.1 [INFO] [stderr] Compiling anstyle v1.0.7 [INFO] [stderr] Compiling lexical-parse-float v0.8.5 [INFO] [stderr] Compiling anstyle-query v1.0.3 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling serde_json v1.0.117 [INFO] [stderr] Compiling flatbuffers v23.5.26 [INFO] [stderr] Compiling lexical-write-float v0.8.5 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.0 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling anstream v0.6.14 [INFO] [stderr] Compiling zstd-safe v6.0.6 [INFO] [stderr] Compiling clap_lex v0.7.0 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling syn v2.0.65 [INFO] [stderr] Compiling jobserver v0.1.31 [INFO] [stderr] Compiling snap v1.1.1 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling csv-core v0.1.11 [INFO] [stderr] Compiling phf_codegen v0.11.2 [INFO] [stderr] Compiling cc v1.0.98 [INFO] [stderr] Compiling lexical-core v0.8.5 [INFO] [stderr] Compiling clap_builder v4.5.2 [INFO] [stderr] Compiling miniz_oxide v0.7.3 [INFO] [stderr] Compiling brotli-decompressor v2.5.1 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Compiling integer-encoding v3.0.4 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling ordered-float v2.10.1 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling num-bigint v0.4.5 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling bitflags v2.5.0 [INFO] [stderr] Compiling flate2 v1.0.30 [INFO] [stderr] Compiling thrift v0.17.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling twox-hash v1.6.3 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling brotli v3.5.0 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling seq-macro v0.3.5 [INFO] [stderr] Compiling bytes v1.6.0 [INFO] [stderr] Compiling fastrand v2.1.0 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling zstd-sys v2.0.10+zstd.1.5.6 [INFO] [stderr] Compiling lz4-sys v1.9.4 [INFO] [stderr] Compiling linked_hash_set v0.1.4 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling arrow-buffer v40.0.0 [INFO] [stderr] Compiling regex v1.10.4 [INFO] [stderr] Compiling arrow-data v40.0.0 [INFO] [stderr] Compiling tempfile v3.10.1 [INFO] [stderr] Compiling parse-zoneinfo v0.3.1 [INFO] [stderr] Compiling chrono-tz-build v0.2.1 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling clap_derive v4.5.4 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling chrono-tz v0.8.6 [INFO] [stderr] Compiling env_filter v0.1.0 [INFO] [stderr] Compiling env_logger v0.11.3 [INFO] [stderr] Compiling clap v4.5.4 [INFO] [stderr] Compiling zstd v0.12.4 [INFO] [stderr] Compiling csv v1.3.0 [INFO] [stderr] Compiling lz4 v1.24.0 [INFO] [stderr] Compiling arrow-array v40.0.0 [INFO] [stderr] Compiling arrow-select v40.0.0 [INFO] [stderr] Compiling arrow-row v40.0.0 [INFO] [stderr] Compiling arrow-arith v40.0.0 [INFO] [stderr] Compiling arrow-cast v40.0.0 [INFO] [stderr] Compiling arrow-string v40.0.0 [INFO] [stderr] Compiling arrow-ord v40.0.0 [INFO] [stderr] Compiling arrow-ipc v40.0.0 [INFO] [stderr] Compiling arrow-csv v40.0.0 [INFO] [stderr] Compiling arrow-json v40.0.0 [INFO] [stderr] Compiling parquet v40.0.0 [INFO] [stderr] Compiling arrow v40.0.0 [INFO] [stderr] Compiling pqrs-learn v0.2.14 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s [INFO] running `Command { std: "docker" "inspect" "4c811c1c44357d047fb2e8ac0d44b0611e1f21c4b128718ba698c810fb91cd72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c811c1c44357d047fb2e8ac0d44b0611e1f21c4b128718ba698c810fb91cd72", kill_on_drop: false }` [INFO] [stdout] 4c811c1c44357d047fb2e8ac0d44b0611e1f21c4b128718ba698c810fb91cd72 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 40ade1f5e85afa3ed3a56fa1cd056e593cfb35f9f3cf1c40b5a4a1187c35a4af [INFO] running `Command { std: "docker" "start" "-a" "40ade1f5e85afa3ed3a56fa1cd056e593cfb35f9f3cf1c40b5a4a1187c35a4af", kill_on_drop: false }` [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling predicates-core v1.0.6 [INFO] [stderr] Compiling float-cmp v0.9.0 [INFO] [stderr] Compiling assert_cmd v2.0.14 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling termtree v0.4.1 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling predicates-tree v1.0.9 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling regex v1.10.4 [INFO] [stderr] Compiling bstr v1.9.1 [INFO] [stderr] Compiling arrow-csv v40.0.0 [INFO] [stderr] Compiling arrow-string v40.0.0 [INFO] [stderr] Compiling env_filter v0.1.0 [INFO] [stderr] Compiling predicates v3.1.0 [INFO] [stderr] Compiling env_logger v0.11.3 [INFO] [stderr] Compiling parquet v40.0.0 [INFO] [stderr] Compiling arrow v40.0.0 [INFO] [stderr] Compiling pqrs-learn v0.2.14 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `CAT_CSV_OUTPUT` [INFO] [stdout] --> tests/integration.rs:34:43 [INFO] [stdout] | [INFO] [stdout] 34 | use crate::{CAT_CSV_NO_HEADER_OUTPUT, CAT_CSV_OUTPUT, CAT_JSON_OUTPUT, CAT_OUTPUT, CITIES_PARQUET_PATH, MERGED_FILE_NAME, PEMS_1_PARQ... [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `CAT_CSV_OUTPUT` is never used [INFO] [stdout] --> tests/integration.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 14 | static CAT_CSV_OUTPUT: &str = r#"foo,bar [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 25.15s [INFO] running `Command { std: "docker" "inspect" "40ade1f5e85afa3ed3a56fa1cd056e593cfb35f9f3cf1c40b5a4a1187c35a4af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40ade1f5e85afa3ed3a56fa1cd056e593cfb35f9f3cf1c40b5a4a1187c35a4af", kill_on_drop: false }` [INFO] [stdout] 40ade1f5e85afa3ed3a56fa1cd056e593cfb35f9f3cf1c40b5a4a1187c35a4af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7cbe973a6f73532b96225628587b537f3dd8b1aa0055d7e988d2456373bb2ad8 [INFO] running `Command { std: "docker" "start" "-a" "7cbe973a6f73532b96225628587b537f3dd8b1aa0055d7e988d2456373bb2ad8", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `CAT_CSV_OUTPUT` [INFO] [stderr] --> tests/integration.rs:34:43 [INFO] [stderr] | [INFO] [stderr] 34 | use crate::{CAT_CSV_NO_HEADER_OUTPUT, CAT_CSV_OUTPUT, CAT_JSON_OUTPUT, CAT_OUTPUT, CITIES_PARQUET_PATH, MERGED_FILE_NAME, PEMS_1_PARQ... [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: static `CAT_CSV_OUTPUT` is never used [INFO] [stderr] --> tests/integration.rs:14:8 [INFO] [stderr] | [INFO] [stderr] 14 | static CAT_CSV_OUTPUT: &str = r#"foo,bar [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `pqrs-learn` (test "integration") generated 2 warnings (run `cargo fix --test "integration"` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/pqrs_learn-28992e11867946c4) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-1f37669603ce3767) [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test integration::validate_rowcount ... ok [INFO] [stdout] test integration::validate_sample ... ok [INFO] [stdout] test integration::validate_cat_json_quiet ... ok [INFO] [stdout] test integration::validate_cat ... ok [INFO] [stdout] test integration::validate_cat_csv_no_header ... ok [INFO] [stdout] test integration::validate_compressed_size_pretty ... ok [INFO] [stdout] test integration::validate_schema ... ok [INFO] [stdout] test integration::validate_uncompressed_size ... ok [INFO] [stdout] test integration::validate_compressed_size ... ok [INFO] [stdout] test integration::validate_head ... ok [INFO] [stdout] test integration::validate_schema_json ... ok [INFO] [stdout] test integration::validate_cata_json ... ok [INFO] [stdout] test integration::validate_uncompressed_size_pretty ... ok [INFO] [stdout] test integration::validate_merge ... ok [INFO] [stdout] test integration::validate_cat_directory ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7cbe973a6f73532b96225628587b537f3dd8b1aa0055d7e988d2456373bb2ad8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7cbe973a6f73532b96225628587b537f3dd8b1aa0055d7e988d2456373bb2ad8", kill_on_drop: false }` [INFO] [stdout] 7cbe973a6f73532b96225628587b537f3dd8b1aa0055d7e988d2456373bb2ad8