[INFO] fetching crate matfile 0.5.0... [INFO] checking matfile-0.5.0 against master#ff1737bb00913444173658b4e0b274fd79aabf66 for pr-132712-1 [INFO] extracting crate matfile 0.5.0 into /workspace/builds/worker-7-tc1/source [INFO] validating manifest of crates.io crate matfile 0.5.0 on toolchain ff1737bb00913444173658b4e0b274fd79aabf66 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate matfile 0.5.0 [INFO] finished tweaking crates.io crate matfile 0.5.0 [INFO] tweaked toml for crates.io crate matfile 0.5.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate crates.io crate matfile 0.5.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" "+ff1737bb00913444173658b4e0b274fd79aabf66" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded enum-primitive-derive v0.3.0 [INFO] [stderr] Downloaded portable-atomic-util v0.2.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7e4380c0bbee8d688b1805282f053fa83f924c808b81f708448cc877f6054fd2 [INFO] running `Command { std: "docker" "start" "-a" "7e4380c0bbee8d688b1805282f053fa83f924c808b81f708448cc877f6054fd2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7e4380c0bbee8d688b1805282f053fa83f924c808b81f708448cc877f6054fd2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e4380c0bbee8d688b1805282f053fa83f924c808b81f708448cc877f6054fd2", kill_on_drop: false }` [INFO] [stdout] 7e4380c0bbee8d688b1805282f053fa83f924c808b81f708448cc877f6054fd2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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" "+ff1737bb00913444173658b4e0b274fd79aabf66" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2c124096a80ba691e0ead63057c5d415b00a986743991c74578acf784105cb01 [INFO] running `Command { std: "docker" "start" "-a" "2c124096a80ba691e0ead63057c5d415b00a986743991c74578acf784105cb01", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.88 [INFO] [stderr] Checking once_cell v1.20.2 [INFO] [stderr] Checking allocator-api2 v0.2.18 [INFO] [stderr] Checking rle-decode-fast v1.0.3 [INFO] [stderr] Checking dary_heap v0.3.7 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Checking core2 v0.4.0 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking ahash v0.8.11 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling syn v2.0.82 [INFO] [stderr] Checking libflate_lz77 v2.1.0 [INFO] [stderr] Checking libflate v2.1.0 [INFO] [stderr] Compiling enum-primitive-derive v0.3.0 [INFO] [stderr] Checking matfile v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] error: couldn't read `src/../tests/sparse1.mat`: No such file or directory (os error 2) [INFO] [stdout] --> src/parse.rs:787:20 [INFO] [stdout] | [INFO] [stdout] 787 | let data = include_bytes!("../tests/sparse1.mat"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../tests/sparse2.mat`: No such file or directory (os error 2) [INFO] [stdout] --> src/parse.rs:809:20 [INFO] [stdout] | [INFO] [stdout] 809 | let data = include_bytes!("../tests/sparse2.mat"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../tests/double.mat`: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:537:20 [INFO] [stdout] | [INFO] [stdout] 537 | let data = include_bytes!("../tests/double.mat"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../tests/double_as_int16.mat`: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:543:20 [INFO] [stdout] | [INFO] [stdout] 543 | let data = include_bytes!("../tests/double_as_int16.mat"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../tests/double_as_uint8.mat`: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:549:20 [INFO] [stdout] | [INFO] [stdout] 549 | let data = include_bytes!("../tests/double_as_uint8.mat"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../tests/single_complex.mat`: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:555:20 [INFO] [stdout] | [INFO] [stdout] 555 | let data = include_bytes!("../tests/single_complex.mat"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../tests/two_arrays.mat`: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:561:20 [INFO] [stdout] | [INFO] [stdout] 561 | let data = include_bytes!("../tests/two_arrays.mat"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../tests/multidimensional.mat`: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:567:20 [INFO] [stdout] | [INFO] [stdout] 567 | let data = include_bytes!("../tests/multidimensional.mat"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../tests/long_name.mat`: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:573:20 [INFO] [stdout] | [INFO] [stdout] 573 | let data = include_bytes!("../tests/long_name.mat"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `matfile` (lib test) due to 9 previous errors [INFO] running `Command { std: "docker" "inspect" "2c124096a80ba691e0ead63057c5d415b00a986743991c74578acf784105cb01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c124096a80ba691e0ead63057c5d415b00a986743991c74578acf784105cb01", kill_on_drop: false }` [INFO] [stdout] 2c124096a80ba691e0ead63057c5d415b00a986743991c74578acf784105cb01