[INFO] cloning repository https://github.com/teknomadix/test-xsv-proto [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/teknomadix/test-xsv-proto" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fteknomadix%2Ftest-xsv-proto", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fteknomadix%2Ftest-xsv-proto'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fbbf0838e03b4d5dcb56a8606e1fb9708f82f34b [INFO] checking teknomadix/test-xsv-proto against master#db0e836148accac8a22532e3596ac612b63c2d8e for pr-139272 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fteknomadix%2Ftest-xsv-proto" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/teknomadix/test-xsv-proto on toolchain db0e836148accac8a22532e3596ac612b63c2d8e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db0e836148accac8a22532e3596ac612b63c2d8e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/teknomadix/test-xsv-proto [INFO] removed 0 missing tests [INFO] finished tweaking git repo https://github.com/teknomadix/test-xsv-proto [INFO] tweaked toml for git repo https://github.com/teknomadix/test-xsv-proto written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/teknomadix/test-xsv-proto 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" "+db0e836148accac8a22532e3596ac612b63c2d8e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other test targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a test target: [INFO] [stderr] [INFO] [stderr] * tests/test_count.rs [INFO] [stderr] * tests/test_join.rs [INFO] [stderr] * tests/workdir.rs [INFO] [stderr] * tests/test_select.rs [INFO] [stderr] * tests/test_cat.rs [INFO] [stderr] * tests/test_slice.rs [INFO] [stderr] * tests/test_headers.rs [INFO] [stderr] * tests/test_sort.rs [INFO] [stderr] * tests/test_partition.rs [INFO] [stderr] * tests/test_stats.rs [INFO] [stderr] * tests/test_fixlengths.rs [INFO] [stderr] * tests/test_fmt.rs [INFO] [stderr] * tests/test_table.rs [INFO] [stderr] * tests/test_index.rs [INFO] [stderr] * tests/test_frequency.rs [INFO] [stderr] * tests/test_search.rs [INFO] [stderr] * tests/test_flatten.rs [INFO] [stderr] * tests/test_split.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a test target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autotests = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded csv-index v0.1.5 [INFO] [stderr] Downloaded streaming-stats v0.2.0 [INFO] [stderr] Downloaded serde v1.0.54 [INFO] [stderr] Downloaded chan v0.1.21 [INFO] [stderr] Downloaded docopt v1.0.0 [INFO] [stderr] Downloaded tabwriter v1.0.4 [INFO] [stderr] Downloaded syn v0.13.9 [INFO] [stderr] error: failed to unpack package `syn v0.13.9` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to unpack entry at `syn-0.13.9/src/token.rs` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to unpack `/workspace/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-0.13.9/src/token.rs` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to unpack `syn-0.13.9/src/token.rs` into `/workspace/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-0.13.9/src/token.rs` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) command failed: exit status: 101 warning: An explicit [[test]] section is specified in Cargo.toml which currently disables Cargo from automatically inferring other test targets. This inference behavior will change in the Rust 2018 edition and the following files will be included as a test target: * tests/test_count.rs * tests/test_join.rs * tests/workdir.rs * tests/test_select.rs * tests/test_cat.rs * tests/test_slice.rs * tests/test_headers.rs * tests/test_sort.rs * tests/test_partition.rs * tests/test_stats.rs * tests/test_fixlengths.rs * tests/test_fmt.rs * tests/test_table.rs * tests/test_index.rs * tests/test_frequency.rs * tests/test_search.rs * tests/test_flatten.rs * tests/test_split.rs This is likely to break cargo build or cargo test as these files may not be ready to be compiled as a test target today. You can future-proof yourself and disable this warning by adding `autotests = false` to your [package] section. You may also move the files to a location where Cargo would not automatically infer them to be a target, such as in subfolders. For more information on this warning you can consult https://github.com/rust-lang/cargo/issues/5330 warning: no edition set: defaulting to the 2015 edition while the latest is 2024 Blocking waiting for file lock on package cache Updating crates.io index Downloading crates ... Downloaded csv-index v0.1.5 Downloaded streaming-stats v0.2.0 Downloaded serde v1.0.54 Downloaded chan v0.1.21 Downloaded docopt v1.0.0 Downloaded tabwriter v1.0.4 Downloaded syn v0.13.9 error: failed to unpack package `syn v0.13.9` Caused by: failed to unpack entry at `syn-0.13.9/src/token.rs` Caused by: failed to unpack `/workspace/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-0.13.9/src/token.rs` Caused by: failed to unpack `syn-0.13.9/src/token.rs` into `/workspace/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-0.13.9/src/token.rs` Caused by: No space left on device (os error 28)