[INFO] crate csl 0.0.1 is already in cache
[INFO] checking csl-0.0.1 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate csl 0.0.1 into /workspace/builds/worker-4/source
[INFO] validating manifest of crates.io crate csl 0.0.1 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate csl 0.0.1
[INFO] finished tweaking crates.io crate csl 0.0.1
[INFO] tweaked toml for crates.io crate csl 0.0.1 written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] b8b0f9e06fb85ef60fd58a6090c4e7a842fa7e7bfb952807eec09cefbea26488
[INFO] running `"docker" "start" "-a" "b8b0f9e06fb85ef60fd58a6090c4e7a842fa7e7bfb952807eec09cefbea26488"`
[INFO] [stderr]    Compiling serde v1.0.106
[INFO] [stderr]     Checking xmlparser v0.9.0
[INFO] [stderr]     Checking strum v0.15.0
[INFO] [stderr]    Compiling indoc-impl v0.3.5
[INFO] [stderr]    Compiling strum_macros v0.15.0
[INFO] [stderr]     Checking roxmltree v0.6.1
[INFO] [stderr]     Checking indoc v0.3.5
[INFO] [stderr]     Checking string_cache v0.7.5
[INFO] [stderr]     Checking csl v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unnecessary braces around block return value
[INFO] [stderr]   --> src/version.rs:13:48
[INFO] [stderr]    |
[INFO] [stderr] 13 |     pub static ref COMPILED_VERSION: Version = { Version::parse("1.0.1").unwrap() };
[INFO] [stderr]    |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_braces)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary braces around block return value
[INFO] [stderr]   --> src/version.rs:14:50
[INFO] [stderr]    |
[INFO] [stderr] 14 |     pub static ref COMPILED_VERSION_M: Version = { Version::parse("1.1.0").unwrap() };
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary braces around block return value
[INFO] [stderr]   --> src/version.rs:13:48
[INFO] [stderr]    |
[INFO] [stderr] 13 |     pub static ref COMPILED_VERSION: Version = { Version::parse("1.0.1").unwrap() };
[INFO] [stderr]    |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_braces)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary braces around block return value
[INFO] [stderr]   --> src/version.rs:14:50
[INFO] [stderr]    |
[INFO] [stderr] 14 |     pub static ref COMPILED_VERSION_M: Version = { Version::parse("1.1.0").unwrap() };
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/version.rs:81:45
[INFO] [stderr]     |
[INFO] [stderr] 81  |               pub declared_lang_features: Vec<(Atom)>,
[INFO] [stderr]     |                                               ^^^^^^ help: remove these parentheses
[INFO] [stderr] ...
[INFO] [stderr] 144 | / declare_features!(
[INFO] [stderr] 145 | |     // Processor features
[INFO] [stderr] 146 | |     (active, parallel_citations, "1.0.1", None, None),
[INFO] [stderr] 147 | |     // includes legal_case form=short abbreviations, for now
[INFO] [stderr] ...   |
[INFO] [stderr] 193 | |     (active, term_legal_locators, "1.0.1", None, None),
[INFO] [stderr] 194 | | );
[INFO] [stderr]     | |__- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/version.rs:81:45
[INFO] [stderr]     |
[INFO] [stderr] 81  |               pub declared_lang_features: Vec<(Atom)>,
[INFO] [stderr]     |                                               ^^^^^^ help: remove these parentheses
[INFO] [stderr] ...
[INFO] [stderr] 144 | / declare_features!(
[INFO] [stderr] 145 | |     // Processor features
[INFO] [stderr] 146 | |     (active, parallel_citations, "1.0.1", None, None),
[INFO] [stderr] 147 | |     // includes legal_case form=short abbreviations, for now
[INFO] [stderr] ...   |
[INFO] [stderr] 193 | |     (active, term_legal_locators, "1.0.1", None, None),
[INFO] [stderr] 194 | | );
[INFO] [stderr]     | |__- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/version.rs:81:45
[INFO] [stderr]     |
[INFO] [stderr] 81  |               pub declared_lang_features: Vec<(Atom)>,
[INFO] [stderr]     |                                               ^^^^^^ help: remove these parentheses
[INFO] [stderr] ...
[INFO] [stderr] 144 | / declare_features!(
[INFO] [stderr] 145 | |     // Processor features
[INFO] [stderr] 146 | |     (active, parallel_citations, "1.0.1", None, None),
[INFO] [stderr] 147 | |     // includes legal_case form=short abbreviations, for now
[INFO] [stderr] ...   |
[INFO] [stderr] 193 | |     (active, term_legal_locators, "1.0.1", None, None),
[INFO] [stderr] 194 | | );
[INFO] [stderr]     | |__- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/version.rs:81:45
[INFO] [stderr]     |
[INFO] [stderr] 81  |               pub declared_lang_features: Vec<(Atom)>,
[INFO] [stderr]     |                                               ^^^^^^ help: remove these parentheses
[INFO] [stderr] ...
[INFO] [stderr] 144 | / declare_features!(
[INFO] [stderr] 145 | |     // Processor features
[INFO] [stderr] 146 | |     (active, parallel_citations, "1.0.1", None, None),
[INFO] [stderr] 147 | |     // includes legal_case form=short abbreviations, for now
[INFO] [stderr] ...   |
[INFO] [stderr] 193 | |     (active, term_legal_locators, "1.0.1", None, None),
[INFO] [stderr] 194 | | );
[INFO] [stderr]     | |__- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 15.38s
[INFO] running `"docker" "inspect" "b8b0f9e06fb85ef60fd58a6090c4e7a842fa7e7bfb952807eec09cefbea26488"`
[INFO] running `"docker" "rm" "-f" "b8b0f9e06fb85ef60fd58a6090c4e7a842fa7e7bfb952807eec09cefbea26488"`
[INFO] [stdout] b8b0f9e06fb85ef60fd58a6090c4e7a842fa7e7bfb952807eec09cefbea26488
