[INFO] fetching crate matfile 0.2.0... [INFO] checking matfile-0.2.0 against try#d93021f5faa26e4f9d2719e79f9974e06aa40e17 for pr-71873 [INFO] extracting crate matfile 0.2.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate matfile 0.2.0 on toolchain d93021f5faa26e4f9d2719e79f9974e06aa40e17 [INFO] running `"/workspace/cargo-home/bin/cargo" "+d93021f5faa26e4f9d2719e79f9974e06aa40e17" "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-8/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+d93021f5faa26e4f9d2719e79f9974e06aa40e17" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+d93021f5faa26e4f9d2719e79f9974e06aa40e17" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+d93021f5faa26e4f9d2719e79f9974e06aa40e17" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 01e0534fe79ec934cd7616c6f473a2fc6acdf8a3fd2c21ce49bddda2e9a97faf [INFO] running `"docker" "start" "-a" "01e0534fe79ec934cd7616c6f473a2fc6acdf8a3fd2c21ce49bddda2e9a97faf"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking take_mut v0.2.2 [INFO] [stderr] Checking rle-decode-fast v1.0.1 [INFO] [stderr] Checking adler32 v1.0.4 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Checking libflate v0.1.27 [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" "01e0534fe79ec934cd7616c6f473a2fc6acdf8a3fd2c21ce49bddda2e9a97faf"` [INFO] running `"docker" "rm" "-f" "01e0534fe79ec934cd7616c6f473a2fc6acdf8a3fd2c21ce49bddda2e9a97faf"` [INFO] [stdout] 01e0534fe79ec934cd7616c6f473a2fc6acdf8a3fd2c21ce49bddda2e9a97faf