[INFO] fetching crate matfile 0.3.1... [INFO] testing matfile-0.3.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate matfile 0.3.1 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate matfile 0.3.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate matfile 0.3.1 [INFO] finished tweaking crates.io crate matfile 0.3.1 [INFO] tweaked toml for crates.io crate matfile 0.3.1 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate matfile 0.3.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3a0f7f137f4d16514d67fec00448904785e9dc9e13603326ded79ac047b41375 [INFO] running `Command { std: "docker" "start" "-a" "3a0f7f137f4d16514d67fec00448904785e9dc9e13603326ded79ac047b41375", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3a0f7f137f4d16514d67fec00448904785e9dc9e13603326ded79ac047b41375", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a0f7f137f4d16514d67fec00448904785e9dc9e13603326ded79ac047b41375", kill_on_drop: false }` [INFO] [stdout] 3a0f7f137f4d16514d67fec00448904785e9dc9e13603326ded79ac047b41375 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 56115ec7ac04aad46f81aaaaae10064051c5a242c51e41a8ad3208746315c10b [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" "56115ec7ac04aad46f81aaaaae10064051c5a242c51e41a8ad3208746315c10b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling rle-decode-fast v1.0.1 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling funty v1.1.0 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling nom v6.2.1 [INFO] [stderr] Compiling libflate_lz77 v1.1.0 [INFO] [stderr] Compiling libflate v1.1.0 [INFO] [stderr] Compiling bitvec v0.19.5 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling enum-primitive-derive v0.2.1 [INFO] [stderr] Compiling matfile v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `text` [INFO] [stdout] --> src/parse.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | text: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Header` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parse.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.36s [INFO] running `Command { std: "docker" "inspect" "56115ec7ac04aad46f81aaaaae10064051c5a242c51e41a8ad3208746315c10b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "56115ec7ac04aad46f81aaaaae10064051c5a242c51e41a8ad3208746315c10b", kill_on_drop: false }` [INFO] [stdout] 56115ec7ac04aad46f81aaaaae10064051c5a242c51e41a8ad3208746315c10b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 235b594125405a7548d030e9e545b099d94f1bfbc29506aaf20cd097a6178a09 [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" "235b594125405a7548d030e9e545b099d94f1bfbc29506aaf20cd097a6178a09", kill_on_drop: false }` [INFO] [stderr] Compiling matfile v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `text` [INFO] [stdout] --> src/parse.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | text: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Header` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parse.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../tests/sparse1.mat: No such file or directory (os error 2) [INFO] [stdout] --> src/parse.rs:722:20 [INFO] [stdout] | [INFO] [stdout] 722 | 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:744:20 [INFO] [stdout] | [INFO] [stdout] 744 | 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] [stdout] error: aborting due to 9 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `matfile` due to 10 previous errors [INFO] running `Command { std: "docker" "inspect" "235b594125405a7548d030e9e545b099d94f1bfbc29506aaf20cd097a6178a09", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "235b594125405a7548d030e9e545b099d94f1bfbc29506aaf20cd097a6178a09", kill_on_drop: false }` [INFO] [stdout] 235b594125405a7548d030e9e545b099d94f1bfbc29506aaf20cd097a6178a09