[INFO] fetching crate df-plugin 0.3.18...
[INFO] checking df-plugin-0.3.18 against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] extracting crate df-plugin 0.3.18 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate df-plugin 0.3.18
[INFO] finished tweaking crates.io crate df-plugin 0.3.18
[INFO] tweaked toml for crates.io crate df-plugin 0.3.18 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate df-plugin 0.3.18 on toolchain 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 356 packages to highest compatible versions
[INFO] [stderr]       Adding env_logger v0.10.2 (available: v0.11.11)
[INFO] [stderr]       Adding generic-array v0.14.7 (available: v0.14.9)
[INFO] [stderr]       Adding termcolor v1.1.3 (available: v1.4.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:48:1
[INFO] [stderr]    |
[INFO] [stderr] 48 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `df-plugin` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 79842f93c1290d2397ce32e4827876e27c66fc6cec4a14eb5baf385a8bea5276
[INFO] running `Command { std: "docker" "start" "79842f93c1290d2397ce32e4827876e27c66fc6cec4a14eb5baf385a8bea5276", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "79842f93c1290d2397ce32e4827876e27c66fc6cec4a14eb5baf385a8bea5276", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "79842f93c1290d2397ce32e4827876e27c66fc6cec4a14eb5baf385a8bea5276" "/opt/rustwide/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "79842f93c1290d2397ce32e4827876e27c66fc6cec4a14eb5baf385a8bea5276", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "79842f93c1290d2397ce32e4827876e27c66fc6cec4a14eb5baf385a8bea5276" "/opt/rustwide/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:48:1
[INFO] [stderr]    |
[INFO] [stderr] 48 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `df-plugin` (manifest) generated 1 warning
[INFO] [stderr]     Checking value-bag v1.14.1
[INFO] [stderr]     Checking smallvec v1.16.1
[INFO] [stderr]    Compiling crc32fast v1.5.2
[INFO] [stderr]    Compiling libz-sys v1.1.29
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking miniz_oxide v0.9.1
[INFO] [stderr]     Checking lexical-util v0.8.5
[INFO] [stderr]     Checking ahash v0.7.8
[INFO] [stderr]    Compiling aho-corasick v1.1.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking uuid v1.26.1
[INFO] [stderr]     Checking event-listener v5.4.2
[INFO] [stderr]    Compiling frunk_core v0.5.0
[INFO] [stderr]    Compiling rustix v1.1.5
[INFO] [stderr]     Checking icu_normalizer v2.3.0
[INFO] [stderr]     Checking log v0.4.34
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking openssl v0.10.81
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking futures-util v0.3.34
[INFO] [stderr]    Compiling async-trait v0.1.92
[INFO] [stderr]     Checking flate2 v1.1.10
[INFO] [stderr]     Checking time v0.3.55
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking lexical-write-integer v0.8.5
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking lexical-parse-integer v0.8.6
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking lexical-parse-float v0.8.5
[INFO] [stderr]     Checking lexical-write-float v0.8.5
[INFO] [stderr]     Checking regex-automata v0.4.18
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]    Compiling subprocess v0.2.15
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking num-integer v0.1.47
[INFO] [stderr]     Checking crossbeam-channel v0.5.17
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling sqlite3-src v0.5.1
[INFO] [stderr]    Compiling libdeflate-sys v0.11.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling rust_decimal v1.43.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking num-bigint v0.4.8
[INFO] [stderr]     Checking lexical-core v0.8.5
[INFO] [stderr]     Checking serde v1.0.229
[INFO] [stderr]     Checking twox-hash v1.6.3
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking socket2 v0.4.10
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking os_str_bytes v6.6.1
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]     Checking arrayvec v0.7.8
[INFO] [stderr]     Checking bytemuck v1.25.2
[INFO] [stderr]     Checking frunk_core v0.4.4
[INFO] [stderr]     Checking regex v1.13.1
[INFO] [stderr]    Compiling snap v1.1.2
[INFO] [stderr]    Compiling frunk_proc_macro_helpers v0.1.5
[INFO] [stderr]     Checking tinyvec v1.13.3
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking blocking v1.7.0
[INFO] [stderr]     Checking lexical v6.1.1
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]    Compiling frunk_proc_macros v0.1.5
[INFO] [stderr]    Compiling frunk_derives v0.4.4
[INFO] [stderr]     Checking sha1 v0.10.7
[INFO] [stderr]    Compiling derive_utils v0.15.1
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]     Checking crossbeam-queue v0.3.14
[INFO] [stderr]     Checking textwrap v0.16.4
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking bigdecimal v0.3.1
[INFO] [stderr]     Checking saturating v0.1.0
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking md5 v0.7.0
[INFO] [stderr]     Checking match_cfg v0.1.0
[INFO] [stderr]    Compiling kafka v0.9.0
[INFO] [stderr]     Checking unicode-bidi v0.3.18
[INFO] [stderr]     Checking event-listener v2.5.3
[INFO] [stderr]     Checking crc-catalog v1.1.1
[INFO] [stderr]     Checking typed-arena v2.0.2
[INFO] [stderr]    Compiling mysql v23.0.1
[INFO] [stderr]    Compiling io-enum v1.2.1
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking crc v2.1.0
[INFO] [stderr]     Checking hostname v0.3.1
[INFO] [stderr]     Checking clap v3.2.25
[INFO] [stderr]     Checking email-encoding v0.2.1
[INFO] [stderr]     Checking zopfli v0.7.4
[INFO] [stderr]     Checking enumflags2 v0.7.12
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking crossbeam v0.8.5
[INFO] [stderr]     Checking stderrlog v0.5.4
[INFO] [stderr]     Checking asynchronous-codec v0.6.2
[INFO] [stderr]     Checking sqlite3-sys v0.15.2
[INFO] [stderr]     Checking rgb v0.8.53
[INFO] [stderr]     Checking idna v0.3.0
[INFO] [stderr]     Checking lru v0.8.1
[INFO] [stderr]     Checking kv-log-macro v1.0.7
[INFO] [stderr]     Checking filetime v0.2.29
[INFO] [stderr]     Checking combine v4.6.8
[INFO] [stderr]     Checking email_address v0.2.9
[INFO] [stderr]     Checking ref_slice v1.2.1
[INFO] [stderr]     Checking pretty-hex v0.3.0
[INFO] [stderr]     Checking fastrand v1.9.0
[INFO] [stderr]     Checking connection-string v0.2.0
[INFO] [stderr]     Checking wild v2.2.1
[INFO] [stderr]     Checking bufstream v0.1.4
[INFO] [stderr]     Checking quoted_printable v0.4.8
[INFO] [stderr]     Checking sqlite v0.30.5
[INFO] [stderr]     Checking df-fields v0.1.16
[INFO] [stderr]     Checking humantime v2.4.0
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]    Compiling bindgen v0.59.2
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking libdeflater v0.11.0
[INFO] [stderr]     Checking native-tls v0.2.18
[INFO] [stderr]     Checking async-io v2.6.0
[INFO] [stderr]     Checking async-native-tls v0.4.0
[INFO] [stderr]     Checking frunk v0.4.4
[INFO] [stderr]     Checking async-global-executor v2.4.1
[INFO] [stderr]     Checking tiberius v0.12.3
[INFO] [stderr]     Checking async-std v1.13.2
[INFO] [stderr]     Checking df-kafka v0.1.3
[INFO] [stderr]     Checking lettre v0.10.4
[INFO] [stderr]     Checking sha256 v1.6.0
[INFO] [stderr]     Checking df-crypto v0.1.5
[INFO] [stderr]     Checking df-web v0.1.28
[INFO] [stderr]     Checking oxipng v8.0.0
[INFO] [stderr]     Checking df-email v0.1.6
[INFO] [stderr]     Checking df-file v0.1.3
[INFO] [stderr]    Compiling mysql_common v0.29.2
[INFO] [stderr]     Checking redis v0.22.4
[INFO] [stderr]     Checking df-cache v0.1.6
[INFO] [stderr]     Checking df-db v0.2.41
[INFO] [stderr]     Checking df-plugin v0.3.18 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:261:51
[INFO] [stdout]     |
[INFO] [stdout] 261 |                 db.field(fields.join(",").as_str().clone());
[INFO] [stdout]     |                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:312:86
[INFO] [stdout]     |
[INFO] [stdout] 312 | ...                   .field(format!("id,{}", field.join(",")).as_str().clone())
[INFO] [stdout]     |                                                                        ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> src/lib.rs:319:84
[INFO] [stdout]     |
[INFO] [stdout] 319 | ...                   row["value"] = format!("{}", find[field.clone()]).into();
[INFO] [stdout]     |                                                              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(suspicious_double_ref_op)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> src/lib.rs:321:103
[INFO] [stdout]     |
[INFO] [stdout] 321 | ...                   row["value"] = format!("{} | {}", row["value"], find[field.clone()]).into();
[INFO] [stdout]     |                                                                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:463:61
[INFO] [stdout]     |
[INFO] [stdout] 463 |         db.field(format!("id,{}", fields.join(",")).as_str().clone());
[INFO] [stdout]     |                                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> src/lib.rs:486:60
[INFO] [stdout]     |
[INFO] [stdout] 486 |                     row["value"] = format!("{}", item[field.clone()]).into();
[INFO] [stdout]     |                                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> src/lib.rs:488:79
[INFO] [stdout]     |
[INFO] [stdout] 488 |                     row["value"] = format!("{} | {}", row["value"], item[field.clone()]).into();
[INFO] [stdout]     |                                                                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:261:51
[INFO] [stdout]     |
[INFO] [stdout] 261 |                 db.field(fields.join(",").as_str().clone());
[INFO] [stdout]     |                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:312:86
[INFO] [stdout]     |
[INFO] [stdout] 312 | ...                   .field(format!("id,{}", field.join(",")).as_str().clone())
[INFO] [stdout]     |                                                                        ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> src/lib.rs:319:84
[INFO] [stdout]     |
[INFO] [stdout] 319 | ...                   row["value"] = format!("{}", find[field.clone()]).into();
[INFO] [stdout]     |                                                              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(suspicious_double_ref_op)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> src/lib.rs:321:103
[INFO] [stdout]     |
[INFO] [stdout] 321 | ...                   row["value"] = format!("{} | {}", row["value"], find[field.clone()]).into();
[INFO] [stdout]     |                                                                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:463:61
[INFO] [stdout]     |
[INFO] [stdout] 463 |         db.field(format!("id,{}", fields.join(",")).as_str().clone());
[INFO] [stdout]     |                                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> src/lib.rs:486:60
[INFO] [stdout]     |
[INFO] [stdout] 486 |                     row["value"] = format!("{}", item[field.clone()]).into();
[INFO] [stdout]     |                                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> src/lib.rs:488:79
[INFO] [stdout]     |
[INFO] [stdout] 488 |                     row["value"] = format!("{} | {}", row["value"], item[field.clone()]).into();
[INFO] [stdout]     |                                                                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: unused dependency `df-file`
[INFO] [stderr]   --> Cargo.toml:28:19
[INFO] [stderr]    |
[INFO] [stderr] 28 | [dev-dependencies.df-file]
[INFO] [stderr]    |                   ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `df-file`
[INFO] [stderr] warning: unused dependency `df-file`
[INFO] [stderr]   --> Cargo.toml:13:15
[INFO] [stderr]    |
[INFO] [stderr] 13 | [dependencies.df-file]
[INFO] [stderr]    |               ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `df-file`
[INFO] [stderr] warning: `df-plugin` (manifest) generated 2 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.30s
[INFO] running `Command { std: "docker" "inspect" "79842f93c1290d2397ce32e4827876e27c66fc6cec4a14eb5baf385a8bea5276", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "79842f93c1290d2397ce32e4827876e27c66fc6cec4a14eb5baf385a8bea5276", kill_on_drop: false }`
[INFO] [stdout] 79842f93c1290d2397ce32e4827876e27c66fc6cec4a14eb5baf385a8bea5276
