[INFO] fetching crate csv 1.3.0... [INFO] checking csv-1.3.0 against try#da25749bf5e6ba5ed862ff361c19afff2a986b2d for pr-132712 [INFO] extracting crate csv 1.3.0 into /workspace/builds/worker-2-tc2/source [INFO] validating manifest of crates.io crate csv 1.3.0 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 csv 1.3.0 [INFO] finished tweaking crates.io crate csv 1.3.0 [INFO] tweaked toml for crates.io crate csv 1.3.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate crates.io crate csv 1.3.0 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] 181bbabda4f7f62650ca93617b608c00a081a5055fb6b1406cb8ef830d92dd90 [INFO] running `Command { std: "docker" "start" "-a" "181bbabda4f7f62650ca93617b608c00a081a5055fb6b1406cb8ef830d92dd90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "181bbabda4f7f62650ca93617b608c00a081a5055fb6b1406cb8ef830d92dd90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "181bbabda4f7f62650ca93617b608c00a081a5055fb6b1406cb8ef830d92dd90", kill_on_drop: false }` [INFO] [stdout] 181bbabda4f7f62650ca93617b608c00a081a5055fb6b1406cb8ef830d92dd90 [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] f8374d81728da968b0f04b68d3d14068ab04b3ec66de6ad4f70712918d58d5fd [INFO] running `Command { std: "docker" "start" "-a" "f8374d81728da968b0f04b68d3d14068ab04b3ec66de6ad4f70712918d58d5fd", 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.67 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling serde v1.0.188 [INFO] [stderr] Checking memchr v2.6.4 [INFO] [stderr] Checking ryu v1.0.15 [INFO] [stderr] Checking itoa v1.0.9 [INFO] [stderr] Checking csv-core v0.1.11 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling syn v2.0.37 [INFO] [stderr] Compiling serde_derive v1.0.188 [INFO] [stderr] Checking bstr v1.6.2 [INFO] [stderr] Checking csv v1.3.0 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/tutorial-read-serde-invalid-01.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/tutorial-read-serde-invalid-01.rs (1 fix) [INFO] [stderr] Migrating examples/tutorial-perf-alloc-02.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/tutorial-write-02.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/tutorial-write-02.rs (1 fix) [INFO] [stderr] Migrating examples/tutorial-error-02.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/tutorial-read-serde-02.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/tutorial-read-serde-02.rs (1 fix) [INFO] [stderr] Migrating examples/tutorial-error-04.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/tutorial-error-04.rs (1 fix) [INFO] [stderr] Migrating examples/tutorial-perf-alloc-01.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/tutorial-read-delimiter-01.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/tutorial-read-delimiter-01.rs (1 fix) [INFO] [stderr] Migrating examples/tutorial-pipeline-pop-01.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/tutorial-pipeline-pop-01.rs (1 fix) [INFO] [stderr] Migrating examples/tutorial-pipeline-search-01.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/tutorial-pipeline-search-01.rs (1 fix) [INFO] [stderr] Migrating examples/tutorial-perf-alloc-03.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/cookbook-read-no-headers.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/cookbook-read-no-headers.rs (1 fix) [INFO] [stderr] Migrating examples/tutorial-perf-serde-01.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/cookbook-read-basic.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/cookbook-read-basic.rs (1 fix) [INFO] [stderr] Migrating examples/tutorial-write-delimiter-01.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/tutorial-write-delimiter-01.rs (1 fix) [INFO] [stderr] Migrating examples/tutorial-pipeline-search-02.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/tutorial-pipeline-search-02.rs (1 fix) [INFO] [stderr] Migrating examples/cookbook-write-serde.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/cookbook-write-serde.rs (1 fix) [INFO] [stderr] Migrating examples/cookbook-read-serde.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/cookbook-read-serde.rs (1 fix) [INFO] [stderr] Migrating examples/tutorial-write-serde-01.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/tutorial-write-serde-01.rs (1 fix) [INFO] [stderr] Migrating benches/bench.rs from 2021 edition to 2024 [INFO] [stderr] Fixed benches/bench.rs (8 fixes) [INFO] [stderr] Migrating examples/tutorial-error-01.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/tutorial-read-01.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/tutorial-read-01.rs (1 fix) [INFO] [stderr] Migrating examples/tutorial-read-headers-02.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/tutorial-read-headers-02.rs (1 fix) [INFO] [stderr] Migrating examples/tutorial-read-serde-01.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/tutorial-read-serde-01.rs (1 fix) [INFO] [stderr] Migrating examples/tutorial-error-03.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/tutorial-error-03.rs (1 fix) [INFO] [stderr] Migrating examples/tutorial-perf-serde-03.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/cookbook-write-basic.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/cookbook-write-basic.rs (1 fix) [INFO] [stderr] Migrating examples/tutorial-read-serde-03.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/tutorial-read-serde-03.rs (1 fix) [INFO] [stderr] Migrating examples/tutorial-read-serde-04.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/tutorial-read-serde-04.rs (1 fix) [INFO] [stderr] Migrating examples/tutorial-read-serde-invalid-02.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/tutorial-read-serde-invalid-02.rs (1 fix) [INFO] [stderr] Migrating examples/tutorial-setup-01.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/tutorial-write-01.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/tutorial-write-01.rs (1 fix) [INFO] [stderr] Migrating examples/tutorial-write-serde-02.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/tutorial-write-serde-02.rs (1 fix) [INFO] [stderr] Migrating examples/tutorial-read-headers-01.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/tutorial-read-headers-01.rs (1 fix) [INFO] [stderr] Migrating examples/cookbook-read-colon.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/cookbook-read-colon.rs (1 fix) [INFO] [stderr] Migrating tests/tests.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/tutorial-perf-serde-02.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/tutorial-perf-core-01.rs from 2021 edition to 2024 [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.88s [INFO] [stderr] Running `cargo check` to verify 2024 [INFO] [stderr] Checking csv v1.3.0 (/tmp/fixit) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s [INFO] running `Command { std: "docker" "inspect" "f8374d81728da968b0f04b68d3d14068ab04b3ec66de6ad4f70712918d58d5fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8374d81728da968b0f04b68d3d14068ab04b3ec66de6ad4f70712918d58d5fd", kill_on_drop: false }` [INFO] [stdout] f8374d81728da968b0f04b68d3d14068ab04b3ec66de6ad4f70712918d58d5fd