[INFO] crate ndarray-zfp-rs 0.1.0 is already in cache
[INFO] checking ndarray-zfp-rs-0.1.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate ndarray-zfp-rs 0.1.0 into /workspace/builds/worker-13/source
[INFO] validating manifest of crates.io crate ndarray-zfp-rs 0.1.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate ndarray-zfp-rs 0.1.0
[INFO] finished tweaking crates.io crate ndarray-zfp-rs 0.1.0
[INFO] tweaked toml for crates.io crate ndarray-zfp-rs 0.1.0 written to /workspace/builds/worker-13/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] c0a002d62c08b81bbed11529dad91f50d24b77effe9fbdf51c1d4e3f937c1084
[INFO] running `"docker" "start" "-a" "c0a002d62c08b81bbed11529dad91f50d24b77effe9fbdf51c1d4e3f937c1084"`
[INFO] [stderr]    Compiling bindgen v0.47.3
[INFO] [stderr]    Compiling clang-sys v0.26.4
[INFO] [stderr]     Checking ndarray v0.13.0
[INFO] [stderr]    Compiling hashbrown v0.1.8
[INFO] [stderr]    Compiling env_logger v0.6.2
[INFO] [stderr]    Compiling failure v0.1.7
[INFO] [stderr]    Compiling which v2.0.1
[INFO] [stderr]    Compiling zfp-sys v0.1.4
[INFO] [stderr]     Checking ndarray-zfp-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused import: `Array`
[INFO] [stderr]  --> src/lib.rs:4:23
[INFO] [stderr]   |
[INFO] [stderr] 4 | use ndarray::{Array1, Array, Array2};
[INFO] [stderr]   |                       ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::ops::Deref`
[INFO] [stderr]  --> src/lib.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use std::ops::Deref;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: patterns aren't allowed in functions without bodies
[INFO] [stderr]  --> src/lib.rs:8:21
[INFO] [stderr]   |
[INFO] [stderr] 8 |     fn zfp_compress(mut self, tolerance: f64) -> Result<Vec<u8>>;
[INFO] [stderr]   |                     ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[deny(patterns_in_fns_without_body)]` on by default
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = note: for more information, see issue #35203 <https://github.com/rust-lang/rust/issues/35203>
[INFO] [stderr] 
[INFO] [stderr] error: patterns aren't allowed in functions without bodies
[INFO] [stderr]  --> src/lib.rs:9:33
[INFO] [stderr]   |
[INFO] [stderr] 9 |     fn zfp_compress_with_header(mut self, tolerance: f64) -> Result<Vec<u8>>;
[INFO] [stderr]   |                                 ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = note: for more information, see issue #35203 <https://github.com/rust-lang/rust/issues/35203>
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Array`
[INFO] [stderr]  --> src/lib.rs:4:23
[INFO] [stderr]   |
[INFO] [stderr] 4 | use ndarray::{Array1, Array, Array2};
[INFO] [stderr]   |                       ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::ops::Deref`
[INFO] [stderr]  --> src/lib.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use std::ops::Deref;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: patterns aren't allowed in functions without bodies
[INFO] [stderr]  --> src/lib.rs:8:21
[INFO] [stderr]   |
[INFO] [stderr] 8 |     fn zfp_compress(mut self, tolerance: f64) -> Result<Vec<u8>>;
[INFO] [stderr]   |                     ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[deny(patterns_in_fns_without_body)]` on by default
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = note: for more information, see issue #35203 <https://github.com/rust-lang/rust/issues/35203>
[INFO] [stderr] 
[INFO] [stderr] error: patterns aren't allowed in functions without bodies
[INFO] [stderr]  --> src/lib.rs:9:33
[INFO] [stderr]   |
[INFO] [stderr] 9 |     fn zfp_compress_with_header(mut self, tolerance: f64) -> Result<Vec<u8>>;
[INFO] [stderr]   |                                 ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = note: for more information, see issue #35203 <https://github.com/rust-lang/rust/issues/35203>
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `ndarray-zfp-rs`.
[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: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `ndarray-zfp-rs`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "c0a002d62c08b81bbed11529dad91f50d24b77effe9fbdf51c1d4e3f937c1084"`
[INFO] running `"docker" "rm" "-f" "c0a002d62c08b81bbed11529dad91f50d24b77effe9fbdf51c1d4e3f937c1084"`
[INFO] [stdout] c0a002d62c08b81bbed11529dad91f50d24b77effe9fbdf51c1d4e3f937c1084
