[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#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fklion26%2Fpqrs-learn" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[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-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/klion26/pqrs-learn on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fb71cd3e17f9d1cdffcb317da19408ec8c7ace8b88ce221eeda07d48029c340a
[INFO] running `Command { std: "docker" "start" "-a" "fb71cd3e17f9d1cdffcb317da19408ec8c7ace8b88ce221eeda07d48029c340a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fb71cd3e17f9d1cdffcb317da19408ec8c7ace8b88ce221eeda07d48029c340a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fb71cd3e17f9d1cdffcb317da19408ec8c7ace8b88ce221eeda07d48029c340a", kill_on_drop: false }`
[INFO] [stdout] fb71cd3e17f9d1cdffcb317da19408ec8c7ace8b88ce221eeda07d48029c340a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 709bf498bbb2392470878aca153d2697833d95cd60121ec0ce470f3abde08405
[INFO] running `Command { std: "docker" "start" "-a" "709bf498bbb2392470878aca153d2697833d95cd60121ec0ce470f3abde08405", kill_on_drop: false }`
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling proc-macro2 v1.0.83
[INFO] [stderr]    Compiling iana-time-zone v0.1.60
[INFO] [stderr]    Compiling arrow-schema v40.0.0
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling hashbrown v0.13.2
[INFO] [stderr]    Compiling lexical-util v0.8.5
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling jobserver v0.1.31
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling anstyle-parse v0.2.4
[INFO] [stderr]    Compiling flatbuffers v23.5.26
[INFO] [stderr]    Compiling cc v1.0.98
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]    Compiling anstyle v1.0.7
[INFO] [stderr]    Compiling anstyle-query v1.0.3
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.0
[INFO] [stderr]    Compiling colorchoice v1.0.1
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling lexical-parse-integer v0.8.6
[INFO] [stderr]    Compiling lexical-write-integer v0.8.5
[INFO] [stderr]    Compiling zstd-safe v6.0.6
[INFO] [stderr]    Compiling anstream v0.6.14
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling snap v1.1.1
[INFO] [stderr]    Compiling lexical-parse-float v0.8.5
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling clap_lex v0.7.0
[INFO] [stderr]    Compiling miniz_oxide v0.7.3
[INFO] [stderr]    Compiling phf_codegen v0.11.2
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling lexical-write-float v0.8.5
[INFO] [stderr]    Compiling brotli-decompressor v2.5.1
[INFO] [stderr]    Compiling syn v2.0.65
[INFO] [stderr]    Compiling clap_builder v4.5.2
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling integer-encoding v3.0.4
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling flate2 v1.0.30
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling lexical-core v0.8.5
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling fastrand v2.1.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling seq-macro v0.3.5
[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 num-bigint v0.4.5
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling zstd-sys v2.0.10+zstd.1.5.6
[INFO] [stderr]    Compiling lz4-sys v1.9.4
[INFO] [stderr]    Compiling ordered-float v2.10.1
[INFO] [stderr]    Compiling brotli v3.5.0
[INFO] [stderr]    Compiling linked_hash_set v0.1.4
[INFO] [stderr]    Compiling thrift v0.17.0
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling arrow-buffer v40.0.0
[INFO] [stderr]    Compiling chrono-tz-build v0.2.1
[INFO] [stderr]    Compiling arrow-data v40.0.0
[INFO] [stderr]    Compiling chrono-tz v0.8.6
[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 env_filter v0.1.0
[INFO] [stderr]    Compiling env_logger v0.11.3
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]    Compiling clap v4.5.4
[INFO] [stderr]    Compiling zstd v0.12.4
[INFO] [stderr]    Compiling arrow-array v40.0.0
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]    Compiling csv v1.3.0
[INFO] [stderr]    Compiling arrow-select v40.0.0
[INFO] [stderr]    Compiling arrow-arith v40.0.0
[INFO] [stderr]    Compiling arrow-row v40.0.0
[INFO] [stderr]    Compiling arrow-cast v40.0.0
[INFO] [stderr]    Compiling arrow-ord v40.0.0
[INFO] [stderr]    Compiling arrow-string v40.0.0
[INFO] [stderr]    Compiling lz4 v1.24.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 20.67s
[INFO] running `Command { std: "docker" "inspect" "709bf498bbb2392470878aca153d2697833d95cd60121ec0ce470f3abde08405", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "709bf498bbb2392470878aca153d2697833d95cd60121ec0ce470f3abde08405", kill_on_drop: false }`
[INFO] [stdout] 709bf498bbb2392470878aca153d2697833d95cd60121ec0ce470f3abde08405
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 68adafc5ab46fa78a9c3e23ab34a46c6d724099fbf3f49df394c09356e8fb0fe
[INFO] running `Command { std: "docker" "start" "-a" "68adafc5ab46fa78a9c3e23ab34a46c6d724099fbf3f49df394c09356e8fb0fe", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-syntax v0.8.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 termtree v0.4.1
[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...
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 10.56s
[INFO] running `Command { std: "docker" "inspect" "68adafc5ab46fa78a9c3e23ab34a46c6d724099fbf3f49df394c09356e8fb0fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "68adafc5ab46fa78a9c3e23ab34a46c6d724099fbf3f49df394c09356e8fb0fe", kill_on_drop: false }`
[INFO] [stdout] 68adafc5ab46fa78a9c3e23ab34a46c6d724099fbf3f49df394c09356e8fb0fe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e68e5238fc86f752539be95b18ae266ecbef3fd2681c0ef98168c9495fba3647
[INFO] running `Command { std: "docker" "start" "-a" "e68e5238fc86f752539be95b18ae266ecbef3fd2681c0ef98168c9495fba3647", 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...
[INFO] [stderr]    |                                           ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `pqrs-learn` (test "integration") generated 2 warnings (run `cargo fix --test "integration" -p pqrs-learn` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/pqrs_learn-759257cbf07931c3)
[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-f6b1645e38f61daa)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[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_cata_json ... ok
[INFO] [stdout] test integration::validate_head ... ok
[INFO] [stdout] test integration::validate_compressed_size ... ok
[INFO] [stdout] test integration::validate_rowcount ... ok
[INFO] [stdout] test integration::validate_compressed_size_pretty ... ok
[INFO] [stdout] test integration::validate_schema ... ok
[INFO] [stdout] test integration::validate_sample ... ok
[INFO] [stdout] test integration::validate_schema_json ... ok
[INFO] [stdout] test integration::validate_uncompressed_size_pretty ... ok
[INFO] [stdout] test integration::validate_uncompressed_size ... 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.11s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e68e5238fc86f752539be95b18ae266ecbef3fd2681c0ef98168c9495fba3647", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e68e5238fc86f752539be95b18ae266ecbef3fd2681c0ef98168c9495fba3647", kill_on_drop: false }`
[INFO] [stdout] e68e5238fc86f752539be95b18ae266ecbef3fd2681c0ef98168c9495fba3647
