[INFO] crate astrup 0.0.9 is already in cache [INFO] checking astrup-0.0.9 against master#30ca215b4e38b32aa7abdd635c5e2d56f5724494 for pr-66037 [INFO] extracting crate astrup 0.0.9 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate astrup 0.0.9 on toolchain 30ca215b4e38b32aa7abdd635c5e2d56f5724494 [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "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-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "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] 2670b689d5674cd5eab3f9c273cd0bdecda4b02ece74ba02c267845cf5e70b2e [INFO] running `"docker" "start" "-a" "2670b689d5674cd5eab3f9c273cd0bdecda4b02ece74ba02c267845cf5e70b2e"` [INFO] [stderr] Compiling gdk-pixbuf v0.3.0 [INFO] [stderr] Compiling gio v0.3.0 [INFO] [stderr] Compiling cairo-rs v0.3.0 [INFO] [stderr] Checking c_vec v1.2.1 [INFO] [stderr] Compiling matrixmultiply v0.1.15 [INFO] [stderr] Compiling gdk v0.7.0 [INFO] [stderr] Compiling ndarray v0.11.2 [INFO] [stderr] Checking rawpointer v0.1.0 [INFO] [stderr] Compiling gtk v0.3.0 [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 cairo-sys-rs v0.5.0 [INFO] [stderr] Compiling gdk-pixbuf-sys 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 regex-automata v0.1.8 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Checking bstr v0.2.9 [INFO] [stderr] Compiling palette v0.2.1 [INFO] [stderr] Checking csv v1.1.2 [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/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 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 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 12s [INFO] running `"docker" "inspect" "2670b689d5674cd5eab3f9c273cd0bdecda4b02ece74ba02c267845cf5e70b2e"` [INFO] running `"docker" "rm" "-f" "2670b689d5674cd5eab3f9c273cd0bdecda4b02ece74ba02c267845cf5e70b2e"` [INFO] [stdout] 2670b689d5674cd5eab3f9c273cd0bdecda4b02ece74ba02c267845cf5e70b2e