[INFO] crate csl 0.0.1 is already in cache
[INFO] checking csl-0.0.1 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate csl 0.0.1 into /workspace/builds/worker-2/source
[INFO] validating manifest of crates.io crate csl 0.0.1 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-2/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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 4c3fc46d64a31d94225a0d09d9c92f71ef32cb6b9796040589a00b2203cb27ec
[INFO] running `"docker" "start" "-a" "4c3fc46d64a31d94225a0d09d9c92f71ef32cb6b9796040589a00b2203cb27ec"`
[INFO] [stderr]    Compiling string_cache_shared v0.3.0
[INFO] [stderr]    Compiling serde v1.0.106
[INFO] [stderr]     Checking xmlparser v0.9.0
[INFO] [stderr]     Checking precomputed-hash v0.1.1
[INFO] [stderr]     Checking new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling indoc-impl v0.3.5
[INFO] [stderr]    Compiling string_cache_codegen v0.4.4
[INFO] [stderr]     Checking roxmltree v0.6.1
[INFO] [stderr]    Compiling string_cache v0.7.5
[INFO] [stderr]     Checking indoc v0.3.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 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 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]     Finished dev [unoptimized + debuginfo] target(s) in 15.88s
[INFO] running `"docker" "inspect" "4c3fc46d64a31d94225a0d09d9c92f71ef32cb6b9796040589a00b2203cb27ec"`
[INFO] running `"docker" "rm" "-f" "4c3fc46d64a31d94225a0d09d9c92f71ef32cb6b9796040589a00b2203cb27ec"`
[INFO] [stdout] 4c3fc46d64a31d94225a0d09d9c92f71ef32cb6b9796040589a00b2203cb27ec
