[INFO] crate matfile 0.2.1 is already in cache [INFO] checking matfile-0.2.1 against master#783139bd8fc3b94fac9a1bf81bba2c506e8221b6 for pr-72644 [INFO] extracting crate matfile 0.2.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate matfile 0.2.1 on toolchain 783139bd8fc3b94fac9a1bf81bba2c506e8221b6 [INFO] running `"/workspace/cargo-home/bin/cargo" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate matfile 0.2.1 [INFO] finished tweaking crates.io crate matfile 0.2.1 [INFO] tweaked toml for crates.io crate matfile 0.2.1 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate crates.io crate matfile 0.2.1 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "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] f3f725fe9f23c20174afdfa07ff1ad8243f88b78936c29597ac9be5fffa92230 [INFO] running `"docker" "start" "-a" "f3f725fe9f23c20174afdfa07ff1ad8243f88b78936c29597ac9be5fffa92230"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling ryu v1.0.4 [INFO] [stderr] Checking cfg-if v0.1.9 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Checking static_assertions v0.3.4 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Checking rle-decode-fast v1.0.1 [INFO] [stderr] Checking adler32 v1.0.3 [INFO] [stderr] Checking libflate_lz77 v1.0.0 [INFO] [stderr] Compiling nom v5.1.1 [INFO] [stderr] Compiling lexical-core v0.6.7 [INFO] [stderr] Checking crc32fast v1.2.0 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Checking libflate v1.0.0 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling enum-primitive-derive v0.1.2 [INFO] [stderr] Checking matfile v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] error: couldn't read src/../tests/sparse1.mat: No such file or directory (os error 2) [INFO] [stderr] --> src/parse.rs:704:20 [INFO] [stderr] | [INFO] [stderr] 704 | let data = include_bytes!("../tests/sparse1.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/sparse2.mat: No such file or directory (os error 2) [INFO] [stderr] --> src/parse.rs:726:20 [INFO] [stderr] | [INFO] [stderr] 726 | let data = include_bytes!("../tests/sparse2.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.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] error: aborting due to 9 previous errors [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] error: build failed [INFO] running `"docker" "inspect" "f3f725fe9f23c20174afdfa07ff1ad8243f88b78936c29597ac9be5fffa92230"` [INFO] running `"docker" "rm" "-f" "f3f725fe9f23c20174afdfa07ff1ad8243f88b78936c29597ac9be5fffa92230"` [INFO] [stdout] f3f725fe9f23c20174afdfa07ff1ad8243f88b78936c29597ac9be5fffa92230