[INFO] crate svd-parser 0.9.0 is already in cache [INFO] checking svd-parser-0.9.0 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate svd-parser 0.9.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate svd-parser 0.9.0 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate svd-parser 0.9.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate svd-parser 0.9.0 [INFO] tweaked toml for crates.io crate svd-parser 0.9.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate crates.io crate svd-parser 0.9.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "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-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+45d050cde277b22a755847338f2acc2c7b834141" "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] fd33bf98020db8c2c724421053e82d6b0f14cc9e1a7b221addf4062f6bf2840c [INFO] running `"docker" "start" "-a" "fd33bf98020db8c2c724421053e82d6b0f14cc9e1a7b221addf4062f6bf2840c"` [INFO] [stderr] Compiling syn v1.0.7 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Checking itoa v0.4.4 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Checking xml-rs v0.7.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Checking xmltree v0.8.0 [INFO] [stderr] Compiling thiserror-impl v1.0.5 [INFO] [stderr] Checking thiserror v1.0.5 [INFO] [stderr] Checking svd-parser v0.9.0 (/opt/rustwide/workdir) [INFO] [stderr] error: unnecessary parentheses around block return value [INFO] [stderr] --> src/svd/bitrange.rs:95:13 [INFO] [stderr] | [INFO] [stderr] 95 | / ( [INFO] [stderr] 96 | | // Special case because offset and width are directly provided [INFO] [stderr] 97 | | // (ie. do not need to be calculated as in the final step) [INFO] [stderr] 98 | | return Ok(BitRange { [INFO] [stderr] ... | [INFO] [stderr] 108 | | }) [INFO] [stderr] 109 | | ) [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[deny(unused_parens)]` implied by `#[deny(warnings)]` [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 95 | [INFO] [stderr] 96 | // Special case because offset and width are directly provided [INFO] [stderr] 97 | // (ie. do not need to be calculated as in the final step) [INFO] [stderr] 98 | return Ok(BitRange { [INFO] [stderr] 99 | // TODO: capture that error comes from offset/width tag [INFO] [stderr] 100 | // TODO: `u32::parse` should not hide it's errors [INFO] [stderr] ... [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around block return value [INFO] [stderr] --> src/svd/bitrange.rs:95:13 [INFO] [stderr] | [INFO] [stderr] 95 | / ( [INFO] [stderr] 96 | | // Special case because offset and width are directly provided [INFO] [stderr] 97 | | // (ie. do not need to be calculated as in the final step) [INFO] [stderr] 98 | | return Ok(BitRange { [INFO] [stderr] ... | [INFO] [stderr] 108 | | }) [INFO] [stderr] 109 | | ) [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[deny(unused_parens)]` implied by `#[deny(warnings)]` [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 95 | [INFO] [stderr] 96 | // Special case because offset and width are directly provided [INFO] [stderr] 97 | // (ie. do not need to be calculated as in the final step) [INFO] [stderr] 98 | return Ok(BitRange { [INFO] [stderr] 99 | // TODO: capture that error comes from offset/width tag [INFO] [stderr] 100 | // TODO: `u32::parse` should not hide it's errors [INFO] [stderr] ... [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `svd-parser`. [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 previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `svd-parser`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "fd33bf98020db8c2c724421053e82d6b0f14cc9e1a7b221addf4062f6bf2840c"` [INFO] running `"docker" "rm" "-f" "fd33bf98020db8c2c724421053e82d6b0f14cc9e1a7b221addf4062f6bf2840c"` [INFO] [stdout] fd33bf98020db8c2c724421053e82d6b0f14cc9e1a7b221addf4062f6bf2840c