[INFO] crate astrup 0.0.9 is already in cache [INFO] checking astrup-0.0.9 against master#0d2817a439c2ad9fe343f6347eb6d90947893363 for pr-67531 [INFO] extracting crate astrup 0.0.9 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate astrup 0.0.9 on toolchain 0d2817a439c2ad9fe343f6347eb6d90947893363 [INFO] running `"/workspace/cargo-home/bin/cargo" "+0d2817a439c2ad9fe343f6347eb6d90947893363" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate astrup 0.0.9 [INFO] finished tweaking crates.io crate astrup 0.0.9 [INFO] tweaked toml for crates.io crate astrup 0.0.9 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+0d2817a439c2ad9fe343f6347eb6d90947893363" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+0d2817a439c2ad9fe343f6347eb6d90947893363" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+0d2817a439c2ad9fe343f6347eb6d90947893363" "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] 04a4b490fab061ee2297e101bdd7271f4896af10c59d3a466d110cfa714c0c14 [INFO] running `"docker" "start" "-a" "04a4b490fab061ee2297e101bdd7271f4896af10c59d3a466d110cfa714c0c14"` [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling gio v0.3.0 [INFO] [stderr] Compiling cairo-rs v0.3.0 [INFO] [stderr] Compiling gdk-pixbuf v0.3.0 [INFO] [stderr] Compiling gdk v0.7.0 [INFO] [stderr] Compiling matrixmultiply v0.1.15 [INFO] [stderr] Checking c_vec v1.2.1 [INFO] [stderr] Checking rawpointer v0.1.0 [INFO] [stderr] Compiling gtk v0.3.0 [INFO] [stderr] Compiling ndarray v0.11.2 [INFO] [stderr] Checking approx v0.1.1 [INFO] [stderr] Compiling glib-sys v0.5.0 [INFO] [stderr] Compiling gobject-sys v0.5.0 [INFO] [stderr] Compiling gio-sys v0.5.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.5.0 [INFO] [stderr] Compiling cairo-sys-rs v0.5.0 [INFO] [stderr] Compiling pango-sys v0.5.0 [INFO] [stderr] Compiling gdk-sys v0.5.0 [INFO] [stderr] Compiling atk-sys v0.5.0 [INFO] [stderr] Compiling gtk-sys v0.5.0 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Checking itertools v0.7.11 [INFO] [stderr] Checking phf v0.7.24 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Checking regex-automata v0.1.8 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling palette v0.2.1 [INFO] [stderr] Checking csv-core v0.1.6 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Checking glib v0.4.1 [INFO] [stderr] Checking pango v0.3.0 [INFO] [stderr] Checking astrup v0.0.9 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/view.rs:65:56 [INFO] [stderr] | [INFO] [stderr] 65 | pub fn add(mut self, mut figure: Figure) -> Result<(Self), Error> { [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/view.rs:69:12 [INFO] [stderr] | [INFO] [stderr] 69 | Ok((self)) [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/figure.rs:138:49 [INFO] [stderr] | [INFO] [stderr] 138 | pub fn save(self, filename: &str) -> Result<(Self), Error> { [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/figure.rs:156:12 [INFO] [stderr] | [INFO] [stderr] 156 | Ok((self)) [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/view.rs:65:56 [INFO] [stderr] | [INFO] [stderr] 65 | pub fn add(mut self, mut figure: Figure) -> Result<(Self), Error> { [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/view.rs:69:12 [INFO] [stderr] | [INFO] [stderr] 69 | Ok((self)) [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/figure.rs:138:49 [INFO] [stderr] | [INFO] [stderr] 138 | pub fn save(self, filename: &str) -> Result<(Self), Error> { [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/figure.rs:156:12 [INFO] [stderr] | [INFO] [stderr] 156 | Ok((self)) [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 21s [INFO] running `"docker" "inspect" "04a4b490fab061ee2297e101bdd7271f4896af10c59d3a466d110cfa714c0c14"` [INFO] running `"docker" "rm" "-f" "04a4b490fab061ee2297e101bdd7271f4896af10c59d3a466d110cfa714c0c14"` [INFO] [stdout] 04a4b490fab061ee2297e101bdd7271f4896af10c59d3a466d110cfa714c0c14