[INFO] fetching crate csv-core 0.1.10... [INFO] checking csv-core-0.1.10 against try#7b3565da729099dbe807466fcd118fb2815986e0 for pr-81789 [INFO] extracting crate csv-core 0.1.10 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate csv-core 0.1.10 on toolchain 7b3565da729099dbe807466fcd118fb2815986e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7b3565da729099dbe807466fcd118fb2815986e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate csv-core 0.1.10 [INFO] finished tweaking crates.io crate csv-core 0.1.10 [INFO] tweaked toml for crates.io crate csv-core 0.1.10 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7b3565da729099dbe807466fcd118fb2815986e0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7b3565da729099dbe807466fcd118fb2815986e0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+7b3565da729099dbe807466fcd118fb2815986e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ec54fd7c8d4432cd3072f0bf5ba9d40df3bebde108c2ddeb75b1366e30b793a9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ec54fd7c8d4432cd3072f0bf5ba9d40df3bebde108c2ddeb75b1366e30b793a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec54fd7c8d4432cd3072f0bf5ba9d40df3bebde108c2ddeb75b1366e30b793a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec54fd7c8d4432cd3072f0bf5ba9d40df3bebde108c2ddeb75b1366e30b793a9", kill_on_drop: false }` [INFO] [stdout] ec54fd7c8d4432cd3072f0bf5ba9d40df3bebde108c2ddeb75b1366e30b793a9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+7b3565da729099dbe807466fcd118fb2815986e0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f3bb5a16b132d2522034d294c3159379d5773e613159826cdf4c86d8ef0c4444 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f3bb5a16b132d2522034d294c3159379d5773e613159826cdf4c86d8ef0c4444", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking csv-core v0.1.10 (/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 a macro (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 a macro (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 a macro (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 a macro (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` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "f3bb5a16b132d2522034d294c3159379d5773e613159826cdf4c86d8ef0c4444", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3bb5a16b132d2522034d294c3159379d5773e613159826cdf4c86d8ef0c4444", kill_on_drop: false }` [INFO] [stdout] f3bb5a16b132d2522034d294c3159379d5773e613159826cdf4c86d8ef0c4444