[INFO] fetching crate csv-core 0.1.11...
[INFO] checking csv-core-0.1.11 against master#b3bd7058c139e71bae0862ef8f8ac936208873e9 for pr-123752
[INFO] extracting crate csv-core 0.1.11 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate csv-core 0.1.11 on toolchain b3bd7058c139e71bae0862ef8f8ac936208873e9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate csv-core 0.1.11
[INFO] finished tweaking crates.io crate csv-core 0.1.11
[INFO] tweaked toml for crates.io crate csv-core 0.1.11 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages
[INFO] [stderr]       Adding arrayvec v0.5.2 (latest: v0.7.4)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dc9877ad125e62cb6c4e885ccfe61398a3060062fa16bc99371c7c77162a56f8
[INFO] running `Command { std: "docker" "start" "-a" "dc9877ad125e62cb6c4e885ccfe61398a3060062fa16bc99371c7c77162a56f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dc9877ad125e62cb6c4e885ccfe61398a3060062fa16bc99371c7c77162a56f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dc9877ad125e62cb6c4e885ccfe61398a3060062fa16bc99371c7c77162a56f8", kill_on_drop: false }`
[INFO] [stdout] dc9877ad125e62cb6c4e885ccfe61398a3060062fa16bc99371c7c77162a56f8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7c0b35af37753f1447721a68125cef43e10b5db7274a7fb44ebb5d6971d6b5f6
[INFO] running `Command { std: "docker" "start" "-a" "7c0b35af37753f1447721a68125cef43e10b5db7274a7fb44ebb5d6971d6b5f6", kill_on_drop: false }`
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]     Checking csv-core v0.1.11 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read `benches/../../examples/data/bench/nfl.csv`: No such file or directory (os error 2)
[INFO] [stdout]  --> benches/bench.rs:9:28
[INFO] [stdout]   |
[INFO] [stdout] 9 | static NFL: &'static str = include_str!("../../examples/data/bench/nfl.csv");
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../examples/data/bench/game.csv`: No such file or directory (os error 2)
[INFO] [stdout]   --> benches/bench.rs:10:29
[INFO] [stdout]    |
[INFO] [stdout] 10 | static GAME: &'static str = include_str!("../../examples/data/bench/game.csv");
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../examples/data/bench/worldcitiespop.csv`: No such file or directory (os error 2)
[INFO] [stdout]   --> benches/bench.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     include_str!("../../examples/data/bench/worldcitiespop.csv");
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../examples/data/bench/gtfs-mbta-stop-times.csv`: No such file or directory (os error 2)
[INFO] [stdout]   --> benches/bench.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     include_str!("../../examples/data/bench/gtfs-mbta-stop-times.csv");
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `csv-core` (bench "bench") due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "7c0b35af37753f1447721a68125cef43e10b5db7274a7fb44ebb5d6971d6b5f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c0b35af37753f1447721a68125cef43e10b5db7274a7fb44ebb5d6971d6b5f6", kill_on_drop: false }`
[INFO] [stdout] 7c0b35af37753f1447721a68125cef43e10b5db7274a7fb44ebb5d6971d6b5f6
[INFO] checking csv-core-0.1.11 against try#57fe1b734d9ff1c8a92bda60b85506b9648158d3 for pr-123752
[INFO] extracting crate csv-core 0.1.11 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate csv-core 0.1.11 on toolchain 57fe1b734d9ff1c8a92bda60b85506b9648158d3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate csv-core 0.1.11
[INFO] finished tweaking crates.io crate csv-core 0.1.11
[INFO] tweaked toml for crates.io crate csv-core 0.1.11 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages
[INFO] [stderr]       Adding arrayvec v0.5.2 (latest: v0.7.4)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a5c36d2d5831eaad43f5a10b715c0771d72e9e9cb7503c80362d683a122cc1a5
[INFO] running `Command { std: "docker" "start" "-a" "a5c36d2d5831eaad43f5a10b715c0771d72e9e9cb7503c80362d683a122cc1a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a5c36d2d5831eaad43f5a10b715c0771d72e9e9cb7503c80362d683a122cc1a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5c36d2d5831eaad43f5a10b715c0771d72e9e9cb7503c80362d683a122cc1a5", kill_on_drop: false }`
[INFO] [stdout] a5c36d2d5831eaad43f5a10b715c0771d72e9e9cb7503c80362d683a122cc1a5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8bf4390617427b3dd4f9ae74db6d38b9aad4df1b9dedf0db14d301b959b6b7d7
[INFO] running `Command { std: "docker" "start" "-a" "8bf4390617427b3dd4f9ae74db6d38b9aad4df1b9dedf0db14d301b959b6b7d7", kill_on_drop: false }`
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]     Checking csv-core v0.1.11 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read `benches/../../examples/data/bench/nfl.csv`: No such file or directory (os error 2)
[INFO] [stdout]  --> benches/bench.rs:9:28
[INFO] [stdout]   |
[INFO] [stdout] 9 | static NFL: &'static str = include_str!("../../examples/data/bench/nfl.csv");
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../examples/data/bench/game.csv`: No such file or directory (os error 2)
[INFO] [stdout]   --> benches/bench.rs:10:29
[INFO] [stdout]    |
[INFO] [stdout] 10 | static GAME: &'static str = include_str!("../../examples/data/bench/game.csv");
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../examples/data/bench/worldcitiespop.csv`: No such file or directory (os error 2)
[INFO] [stdout]   --> benches/bench.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     include_str!("../../examples/data/bench/worldcitiespop.csv");
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../examples/data/bench/gtfs-mbta-stop-times.csv`: No such file or directory (os error 2)
[INFO] [stdout]   --> benches/bench.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     include_str!("../../examples/data/bench/gtfs-mbta-stop-times.csv");
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `csv-core` (bench "bench") due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "8bf4390617427b3dd4f9ae74db6d38b9aad4df1b9dedf0db14d301b959b6b7d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8bf4390617427b3dd4f9ae74db6d38b9aad4df1b9dedf0db14d301b959b6b7d7", kill_on_drop: false }`
[INFO] [stdout] 8bf4390617427b3dd4f9ae74db6d38b9aad4df1b9dedf0db14d301b959b6b7d7
