[INFO] crate lolcate-rs 0.5.0 is already in cache
[INFO] checking lolcate-rs-0.5.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate lolcate-rs 0.5.0 into /workspace/builds/worker-13/source
[INFO] validating manifest of crates.io crate lolcate-rs 0.5.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate lolcate-rs 0.5.0
[INFO] finished tweaking crates.io crate lolcate-rs 0.5.0
[INFO] tweaked toml for crates.io crate lolcate-rs 0.5.0 written to /workspace/builds/worker-13/source/Cargo.toml
[INFO] crate crates.io crate lolcate-rs 0.5.0 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: only one of `license` or `license-file` is necessary
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] [stdout] 8d79644a4b87b2bf68e0aefa802f8d951077cf09859789f93f5fa1bf566509ab
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "8d79644a4b87b2bf68e0aefa802f8d951077cf09859789f93f5fa1bf566509ab"`
[INFO] [stderr] warning: only one of `license` or `license-file` is necessary
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]    Compiling cc v1.0.35
[INFO] [stderr]    Compiling proc-macro2 v0.4.28
[INFO] [stderr]    Compiling syn v0.15.33
[INFO] [stderr]    Compiling ryu v0.2.7
[INFO] [stderr]    Compiling rustc-demangle v0.1.14
[INFO] [stderr]    Compiling itoa v0.4.3
[INFO] [stderr]    Compiling remove_dir_all v0.5.1
[INFO] [stderr]    Compiling same-file v1.0.4
[INFO] [stderr]    Compiling regex v1.1.6
[INFO] [stderr]     Checking utf8-ranges v1.0.2
[INFO] [stderr]     Checking smallvec v0.6.9
[INFO] [stderr]     Checking termcolor v1.0.4
[INFO] [stderr]    Compiling backtrace v0.3.15
[INFO] [stderr]     Checking crossbeam-utils v0.6.5
[INFO] [stderr]    Compiling serde v1.0.99
[INFO] [stderr]    Compiling libc v0.2.53
[INFO] [stderr]     Checking regex-syntax v0.6.6
[INFO] [stderr]    Compiling pulldown-cmark v0.2.0
[INFO] [stderr]    Compiling walkdir v2.2.7
[INFO] [stderr]     Checking toml v0.5.3
[INFO] [stderr]     Checking atty v0.2.11
[INFO] [stderr]     Checking dirs v1.0.5
[INFO] [stderr]     Checking dirs-sys v0.3.4
[INFO] [stderr]     Checking bstr v0.1.2
[INFO] [stderr]     Checking crossbeam-channel v0.3.8
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]     Checking dirs v2.0.2
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling quote v0.6.12
[INFO] [stderr]    Compiling backtrace-sys v0.1.28
[INFO] [stderr]    Compiling lz4-sys v1.8.3
[INFO] [stderr]    Compiling tempdir v0.3.7
[INFO] [stderr]    Compiling error-chain v0.12.0
[INFO] [stderr]     Checking globset v0.4.3
[INFO] [stderr]    Compiling synstructure v0.10.1
[INFO] [stderr]     Checking ignore v0.4.7
[INFO] [stderr]    Compiling serde_derive v1.0.90
[INFO] [stderr]    Compiling failure_derive v0.1.5
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling serde_json v1.0.39
[INFO] [stderr]     Checking failure v0.1.5
[INFO] [stderr]     Checking pwd v1.3.0
[INFO] [stderr]     Checking expanduser v1.2.1
[INFO] [stderr]    Compiling cargo_metadata v0.6.4
[INFO] [stderr]    Compiling skeptic v0.13.4
[INFO] [stderr]    Compiling lz4 v1.23.1
[INFO] [stderr]     Checking lolcate-rs v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/main.rs:212:41
[INFO] [stderr]     |
[INFO] [stderr] 212 | fn database_names(path: PathBuf) -> Vec<(String)> {
[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 type
[INFO] [stderr]    --> src/main.rs:213:23
[INFO] [stderr]     |
[INFO] [stderr] 213 |     let mut _dbs: Vec<(String)> = Vec::new();
[INFO] [stderr]     |                       ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/main.rs:307:36
[INFO] [stderr]     |
[INFO] [stderr] 307 | fn update_databases(databases: Vec<(String)>) -> std::io::Result<()> {
[INFO] [stderr]     |                                    ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/main.rs:389:35
[INFO] [stderr]     |
[INFO] [stderr] 389 | fn lookup_databases(db_names: Vec<(String)>, patterns_re: &Vec<(Regex)>, types_re: &Vec<Regex>, bn_patterns_re: &Vec<Regex>) -> std::io::Result<()> {
[INFO] [stderr]     |                                   ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/main.rs:389:64
[INFO] [stderr]     |
[INFO] [stderr] 389 | fn lookup_databases(db_names: Vec<(String)>, patterns_re: &Vec<(Regex)>, types_re: &Vec<Regex>, bn_patterns_re: &Vec<Regex>) -> std::io::Result<()> {
[INFO] [stderr]     |                                                                ^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/main.rs:396:53
[INFO] [stderr]     |
[INFO] [stderr] 396 | fn lookup_database(db_name: &str, patterns_re: &Vec<(Regex)>, types_re: &Vec<Regex>, bn_patterns_re: &Vec<Regex>) -> std::io::Result<()> {
[INFO] [stderr]     |                                                     ^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/main.rs:453:24
[INFO] [stderr]     |
[INFO] [stderr] 453 |     let databases: Vec<(String)> = match args.is_present("all") {
[INFO] [stderr]     |                        ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/main.rs:474:23
[INFO] [stderr]     |
[INFO] [stderr] 474 |     let types_re: Vec<(regex::Regex)> = match args.value_of("type") {
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/main.rs:212:41
[INFO] [stderr]     |
[INFO] [stderr] 212 | fn database_names(path: PathBuf) -> Vec<(String)> {
[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 type
[INFO] [stderr]    --> src/main.rs:213:23
[INFO] [stderr]     |
[INFO] [stderr] 213 |     let mut _dbs: Vec<(String)> = Vec::new();
[INFO] [stderr]     |                       ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/main.rs:307:36
[INFO] [stderr]     |
[INFO] [stderr] 307 | fn update_databases(databases: Vec<(String)>) -> std::io::Result<()> {
[INFO] [stderr]     |                                    ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/main.rs:389:35
[INFO] [stderr]     |
[INFO] [stderr] 389 | fn lookup_databases(db_names: Vec<(String)>, patterns_re: &Vec<(Regex)>, types_re: &Vec<Regex>, bn_patterns_re: &Vec<Regex>) -> std::io::Result<()> {
[INFO] [stderr]     |                                   ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/main.rs:389:64
[INFO] [stderr]     |
[INFO] [stderr] 389 | fn lookup_databases(db_names: Vec<(String)>, patterns_re: &Vec<(Regex)>, types_re: &Vec<Regex>, bn_patterns_re: &Vec<Regex>) -> std::io::Result<()> {
[INFO] [stderr]     |                                                                ^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/main.rs:396:53
[INFO] [stderr]     |
[INFO] [stderr] 396 | fn lookup_database(db_name: &str, patterns_re: &Vec<(Regex)>, types_re: &Vec<Regex>, bn_patterns_re: &Vec<Regex>) -> std::io::Result<()> {
[INFO] [stderr]     |                                                     ^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/main.rs:453:24
[INFO] [stderr]     |
[INFO] [stderr] 453 |     let databases: Vec<(String)> = match args.is_present("all") {
[INFO] [stderr]     |                        ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/main.rs:474:23
[INFO] [stderr]     |
[INFO] [stderr] 474 |     let types_re: Vec<(regex::Regex)> = match args.value_of("type") {
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 55.57s
[INFO] running `"docker" "inspect" "8d79644a4b87b2bf68e0aefa802f8d951077cf09859789f93f5fa1bf566509ab"`
[INFO] running `"docker" "rm" "-f" "8d79644a4b87b2bf68e0aefa802f8d951077cf09859789f93f5fa1bf566509ab"`
[INFO] [stdout] 8d79644a4b87b2bf68e0aefa802f8d951077cf09859789f93f5fa1bf566509ab
