[INFO] fetching crate matfile 0.2.0... [INFO] checking matfile-0.2.0 against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] extracting crate matfile 0.2.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate matfile 0.2.0 on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate matfile 0.2.0 [INFO] finished tweaking crates.io crate matfile 0.2.0 [INFO] tweaked toml for crates.io crate matfile 0.2.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 91954077f95be8a2b4c4e2137108cc993f27a47257415f8a239204238ca1d8ed [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "91954077f95be8a2b4c4e2137108cc993f27a47257415f8a239204238ca1d8ed"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking take_mut v0.2.2 [INFO] [stderr] Checking rle-decode-fast v1.0.1 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Checking libflate v0.1.27 [INFO] [stderr] Checking nom v4.2.3 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling enum-primitive-derive v0.1.2 [INFO] [stderr] Checking matfile v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] error: couldn't read src/../tests/double.mat: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:531:20 [INFO] [stderr] | [INFO] [stderr] 531 | let data = include_bytes!("../tests/double.mat"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../tests/double_as_int16.mat: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:537:20 [INFO] [stderr] | [INFO] [stderr] 537 | let data = include_bytes!("../tests/double_as_int16.mat"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../tests/double_as_uint8.mat: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:543:20 [INFO] [stderr] | [INFO] [stderr] 543 | let data = include_bytes!("../tests/double_as_uint8.mat"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../tests/single_complex.mat: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:549:20 [INFO] [stderr] | [INFO] [stderr] 549 | let data = include_bytes!("../tests/single_complex.mat"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../tests/two_arrays.mat: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:555:20 [INFO] [stderr] | [INFO] [stderr] 555 | let data = include_bytes!("../tests/two_arrays.mat"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../tests/multidimensional.mat: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:561:20 [INFO] [stderr] | [INFO] [stderr] 561 | let data = include_bytes!("../tests/multidimensional.mat"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../tests/long_name.mat: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:567:20 [INFO] [stderr] | [INFO] [stderr] 567 | let data = include_bytes!("../tests/long_name.mat"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/parse.rs:102:5 [INFO] [stderr] | [INFO] [stderr] 102 | / do_parse!( [INFO] [stderr] 103 | | i, [INFO] [stderr] 104 | | // Make sure that the first four bytes are not null. [INFO] [stderr] 105 | | peek!(count_fixed!(_, pair!(not!(char!('\0')), take!(1)), 4)) >> [INFO] [stderr] ... | [INFO] [stderr] 118 | | }) [INFO] [stderr] 119 | | ) [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/parse.rs:102:5 [INFO] [stderr] | [INFO] [stderr] 102 | / do_parse!( [INFO] [stderr] 103 | | i, [INFO] [stderr] 104 | | // Make sure that the first four bytes are not null. [INFO] [stderr] 105 | | peek!(count_fixed!(_, pair!(not!(char!('\0')), take!(1)), 4)) >> [INFO] [stderr] ... | [INFO] [stderr] 118 | | }) [INFO] [stderr] 119 | | ) [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `matfile`. [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] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "91954077f95be8a2b4c4e2137108cc993f27a47257415f8a239204238ca1d8ed"` [INFO] running `"docker" "rm" "-f" "91954077f95be8a2b4c4e2137108cc993f27a47257415f8a239204238ca1d8ed"` [INFO] [stdout] 91954077f95be8a2b4c4e2137108cc993f27a47257415f8a239204238ca1d8ed