[INFO] fetching crate duckdb 1.1.1... [INFO] checking duckdb-1.1.1 against try#da25749bf5e6ba5ed862ff361c19afff2a986b2d for pr-132712 [INFO] extracting crate duckdb 1.1.1 into /workspace/builds/worker-2-tc2/source [INFO] validating manifest of crates.io crate duckdb 1.1.1 on toolchain da25749bf5e6ba5ed862ff361c19afff2a986b2d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da25749bf5e6ba5ed862ff361c19afff2a986b2d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate duckdb 1.1.1 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate duckdb 1.1.1 [INFO] tweaked toml for crates.io crate duckdb 1.1.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate crates.io crate duckdb 1.1.1 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" "+da25749bf5e6ba5ed862ff361c19afff2a986b2d" "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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+da25749bf5e6ba5ed862ff361c19afff2a986b2d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 40f4e1fe888b4d018d8a124b1abbc1b30c2f8e7abd221b05c7f34142420af048 [INFO] running `Command { std: "docker" "start" "-a" "40f4e1fe888b4d018d8a124b1abbc1b30c2f8e7abd221b05c7f34142420af048", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "40f4e1fe888b4d018d8a124b1abbc1b30c2f8e7abd221b05c7f34142420af048", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40f4e1fe888b4d018d8a124b1abbc1b30c2f8e7abd221b05c7f34142420af048", kill_on_drop: false }` [INFO] [stdout] 40f4e1fe888b4d018d8a124b1abbc1b30c2f8e7abd221b05c7f34142420af048 [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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+da25749bf5e6ba5ed862ff361c19afff2a986b2d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c59ece300ba4ab15a70693eadadd51891a80b609a9a1fc6cfd7ffa18af849743 [INFO] running `Command { std: "docker" "start" "-a" "c59ece300ba4ab15a70693eadadd51891a80b609a9a1fc6cfd7ffa18af849743", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Migrating Cargo.toml from 2021 edition to 2024 [INFO] [stderr] Compiling proc-macro2 v1.0.87 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Checking bitflags v2.6.0 [INFO] [stderr] Checking iana-time-zone v0.1.61 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling rustversion v1.0.17 [INFO] [stderr] Checking lexical-util v1.0.3 [INFO] [stderr] Compiling target-features v0.1.6 [INFO] [stderr] Compiling rustix v0.38.37 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Compiling libc v0.2.159 [INFO] [stderr] Compiling adler2 v2.0.0 [INFO] [stderr] Checking arrow-schema v53.1.0 [INFO] [stderr] Compiling serde_json v1.0.128 [INFO] [stderr] Compiling miniz_oxide v0.8.0 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling polars-utils v0.35.4 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Checking simdutf8 v0.1.5 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking indexmap v2.6.0 [INFO] [stderr] Checking strum v0.26.3 [INFO] [stderr] Checking lexical-parse-integer v1.0.2 [INFO] [stderr] Checking lexical-write-integer v1.0.2 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Checking lexical-write-float v1.0.2 [INFO] [stderr] Checking lexical-parse-float v1.0.2 [INFO] [stderr] Compiling syn v2.0.79 [INFO] [stderr] Compiling filetime v0.2.25 [INFO] [stderr] Compiling flate2 v1.0.34 [INFO] [stderr] Checking streaming-iterator v0.1.9 [INFO] [stderr] Checking dyn-clone v1.0.17 [INFO] [stderr] Checking strength_reduce v0.2.4 [INFO] [stderr] Checking foreign_vec v0.1.0 [INFO] [stderr] Checking ethnum v1.5.0 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking fast-float v0.2.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling rust_decimal v1.36.0 [INFO] [stderr] Checking atoi_simd v0.15.6 [INFO] [stderr] Checking lexical-core v1.0.2 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling polars-core v0.35.4 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking fastrand v2.1.1 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking xxhash-rust v0.8.12 [INFO] [stderr] Checking fallible-iterator v0.3.0 [INFO] [stderr] Checking cast v0.3.0 [INFO] [stderr] Checking fallible-streaming-iterator v0.1.9 [INFO] [stderr] Checking uuid v1.10.0 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking half v2.4.1 [INFO] [stderr] Checking atoi v2.0.0 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking num-iter v0.1.45 [INFO] [stderr] Compiling xattr v1.3.1 [INFO] [stderr] Compiling tar v0.4.42 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking tempfile v3.13.0 [INFO] [stderr] Checking num v0.4.3 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Compiling thiserror-impl v1.0.64 [INFO] [stderr] Compiling bytemuck_derive v1.8.0 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling strum_macros v0.25.3 [INFO] [stderr] Checking arrow-buffer v53.1.0 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking arrow-data v53.1.0 [INFO] [stderr] Checking bytemuck v1.18.0 [INFO] [stderr] Checking thiserror v1.0.64 [INFO] [stderr] Checking polars-error v0.35.4 [INFO] [stderr] Checking strum v0.25.0 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking comfy-table v7.1.1 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling multiversion-macros v0.7.4 [INFO] [stderr] Checking arrow-array v53.1.0 [INFO] [stderr] Checking hashlink v0.9.1 [INFO] [stderr] Checking multiversion v0.7.4 [INFO] [stderr] Checking polars-arrow v0.35.4 [INFO] [stderr] Checking arrow-select v53.1.0 [INFO] [stderr] Checking arrow-row v53.1.0 [INFO] [stderr] Checking arrow-arith v53.1.0 [INFO] [stderr] Checking arrow-ord v53.1.0 [INFO] [stderr] Checking arrow-string v53.1.0 [INFO] [stderr] Checking arrow-cast v53.1.0 [INFO] [stderr] Checking arrow v53.1.0 [INFO] [stderr] Compiling libduckdb-sys v1.1.1 [INFO] [stderr] Checking duckdb v1.1.1 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2021 edition to 2024 [INFO] [stderr] Checking polars-row v0.35.4 [INFO] [stderr] Fixed src/lib.rs (2 fixes) [INFO] [stderr] Fixed src/cache.rs (2 fixes) [INFO] [stderr] Fixed src/types/from_sql.rs (1 fix) [INFO] [stderr] Fixed src/raw_statement.rs (1 fix) [INFO] [stderr] Fixed src/inner_connection.rs (2 fixes) [INFO] [stderr] Fixed src/statement.rs (1 fix) [INFO] [stderr] Migrating examples/appender.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/basic.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/parquet.rs from 2021 edition to 2024 [INFO] [stderr] Fixed src/types/mod.rs (4 fixes) [INFO] [stderr] Fixed src/lib.rs (1 fix) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.47s [INFO] [stderr] Running `cargo check` to verify 2024 [INFO] [stderr] Checking duckdb v1.1.1 (/tmp/fixit) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s [INFO] running `Command { std: "docker" "inspect" "c59ece300ba4ab15a70693eadadd51891a80b609a9a1fc6cfd7ffa18af849743", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c59ece300ba4ab15a70693eadadd51891a80b609a9a1fc6cfd7ffa18af849743", kill_on_drop: false }` [INFO] [stdout] c59ece300ba4ab15a70693eadadd51891a80b609a9a1fc6cfd7ffa18af849743