[INFO] cloning repository https://github.com/adamgreig/mqtt2influx
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/adamgreig/mqtt2influx" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadamgreig%2Fmqtt2influx", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadamgreig%2Fmqtt2influx'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 051584c8f77a581fdc251b2b38711646847e4a55
[INFO] checking adamgreig/mqtt2influx against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadamgreig%2Fmqtt2influx" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/adamgreig/mqtt2influx
[INFO] finished tweaking git repo https://github.com/adamgreig/mqtt2influx
[INFO] tweaked toml for git repo https://github.com/adamgreig/mqtt2influx written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/adamgreig/mqtt2influx on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/adamgreig/mqtt2influx already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--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]  Downloading crates ...
[INFO] [stderr]   Downloaded futures-macro v0.3.24
[INFO] [stderr]   Downloaded rustls-pemfile v0.3.0
[INFO] [stderr]   Downloaded rustls-native-certs v0.6.2
[INFO] [stderr]   Downloaded serde_derive v1.0.145
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.4.33
[INFO] [stderr]   Downloaded futures-io v0.3.24
[INFO] [stderr]   Downloaded clap_derive v4.0.10
[INFO] [stderr]   Downloaded hyper-rustls v0.23.0
[INFO] [stderr]   Downloaded rumqttc v0.17.0
[INFO] [stderr]   Downloaded futures v0.3.24
[INFO] [stderr]   Downloaded futures-executor v0.3.24
[INFO] [stderr]   Downloaded rustls-pemfile v1.0.1
[INFO] [stderr]   Downloaded rustls v0.20.6
[INFO] [stderr]   Downloaded reqwest v0.11.12
[INFO] [stderr]   Downloaded clap v4.0.11
[INFO] [stderr]   Downloaded webpki-roots v0.22.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b2493602bfd6cefd28605807fc375441c6bbc09612c2fce60ca58fb37073645a
[INFO] running `Command { std: "docker" "start" "-a" "b2493602bfd6cefd28605807fc375441c6bbc09612c2fce60ca58fb37073645a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b2493602bfd6cefd28605807fc375441c6bbc09612c2fce60ca58fb37073645a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b2493602bfd6cefd28605807fc375441c6bbc09612c2fce60ca58fb37073645a", kill_on_drop: false }`
[INFO] [stdout] b2493602bfd6cefd28605807fc375441c6bbc09612c2fce60ca58fb37073645a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d43a121dd77ce074c3fa0b14f9a557dbcd8af323b0a65e78910b381ae860a96a
[INFO] running `Command { std: "docker" "start" "-a" "d43a121dd77ce074c3fa0b14f9a557dbcd8af323b0a65e78910b381ae860a96a", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.4
[INFO] [stderr]    Compiling syn v1.0.102
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling futures-task v0.3.24
[INFO] [stderr]    Compiling futures-channel v0.3.24
[INFO] [stderr]    Compiling futures-util v0.3.24
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]    Compiling serde_derive v1.0.145
[INFO] [stderr]     Checking futures-io v0.3.24
[INFO] [stderr]    Compiling serde v1.0.145
[INFO] [stderr]    Compiling rustls v0.20.6
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.46
[INFO] [stderr]     Checking percent-encoding v2.2.0
[INFO] [stderr]     Checking unicode-bidi v0.3.8
[INFO] [stderr]     Checking rustls-pemfile v1.0.1
[INFO] [stderr]     Checking form_urlencoded v1.1.0
[INFO] [stderr]     Checking getrandom v0.2.7
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]     Checking spin v0.9.4
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking aho-corasick v0.7.19
[INFO] [stderr]    Compiling anyhow v1.0.65
[INFO] [stderr]     Checking regex-syntax v0.6.27
[INFO] [stderr]     Checking termcolor v1.1.3
[INFO] [stderr]     Checking os_str_bytes v6.3.0
[INFO] [stderr]     Checking rustls-native-certs v0.6.2
[INFO] [stderr]     Checking mio v0.8.4
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking rustls-pemfile v0.3.0
[INFO] [stderr]     Checking time-core v0.1.0
[INFO] [stderr]     Checking clap_lex v0.3.0
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking pollster v0.2.5
[INFO] [stderr]     Checking ipnet v2.5.0
[INFO] [stderr]     Checking fastrand v1.8.0
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]     Checking idna v0.3.0
[INFO] [stderr]     Checking regex v1.6.0
[INFO] [stderr]     Checking url v2.3.1
[INFO] [stderr]     Checking env_logger v0.9.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling futures-macro v0.3.24
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling clap_derive v4.0.10
[INFO] [stderr]     Checking tokio v1.21.2
[INFO] [stderr]     Checking webpki v0.22.0
[INFO] [stderr]     Checking sct v0.7.0
[INFO] [stderr]     Checking webpki-roots v0.22.5
[INFO] [stderr]     Checking pin-project v1.0.12
[INFO] [stderr]     Checking flume v0.10.14
[INFO] [stderr]     Checking clap v4.0.11
[INFO] [stderr]     Checking futures-executor v0.3.24
[INFO] [stderr]     Checking futures v0.3.24
[INFO] [stderr]     Checking tokio-util v0.7.4
[INFO] [stderr]     Checking tokio-rustls v0.23.4
[INFO] [stderr]     Checking rumqttc v0.17.0
[INFO] [stderr]     Checking h2 v0.3.14
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_json v1.0.86
[INFO] [stderr]     Checking toml v0.5.9
[INFO] [stderr]     Checking time v0.3.17
[INFO] [stderr]     Checking hyper v0.14.20
[INFO] [stderr]     Checking hyper-rustls v0.23.0
[INFO] [stderr]     Checking reqwest v0.11.12
[INFO] [stderr]     Checking mqtt2influx v0.2.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `export` is never read
[INFO] [stdout]   --> src/glow.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct ElectricityEnergy {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] 42 |     pub export: ElectricityEnergyExport,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ElectricityEnergy` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `cumulative` and `units` are never read
[INFO] [stdout]   --> src/glow.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub struct ElectricityEnergyExport {
[INFO] [stdout]    |            ----------------------- fields in this struct
[INFO] [stdout] 48 |     pub cumulative: f64,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 49 |     pub units: Units,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ElectricityEnergyExport` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `day`, `week`, `month`, `units`, and `supplier` are never read
[INFO] [stdout]   --> src/glow.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub struct ElectricityEnergyImport {
[INFO] [stdout]    |            ----------------------- fields in this struct
[INFO] [stdout] 54 |     pub cumulative: f64,
[INFO] [stdout] 55 |     pub day: f64,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 56 |     pub week: f64,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 57 |     pub month: f64,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 58 |     pub units: Units,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 59 |     pub mpan: String,
[INFO] [stdout] 60 |     pub supplier: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ElectricityEnergyImport` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `units` is never read
[INFO] [stdout]   --> src/glow.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub struct ElectricityPower {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] 66 |     pub value: f64,
[INFO] [stdout] 67 |     pub units: Units,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ElectricityPower` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/glow.rs:85:9
[INFO] [stdout]    |
[INFO] [stdout] 83 | pub struct GasMeterEnergyImport {
[INFO] [stdout]    |            -------------------- fields in this struct
[INFO] [stdout] 84 |     pub cumulative: f64,
[INFO] [stdout] 85 |     pub day: f64,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 86 |     pub week: f64,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 87 |     pub month: f64,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 88 |     pub units: Units,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 89 |     pub cumulativevol: f64,
[INFO] [stdout] 90 |     pub cumulativevolunits: Units,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 91 |     pub dayvol: f64,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 92 |     pub weekvol: f64,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 93 |     pub monthvol: f64,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 94 |     pub dayweekmonthvolunits: Units,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 95 |     pub mprn: String,
[INFO] [stdout] 96 |     pub supplier: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GasMeterEnergyImport` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `export` is never read
[INFO] [stdout]   --> src/glow.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct ElectricityEnergy {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] 42 |     pub export: ElectricityEnergyExport,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ElectricityEnergy` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `cumulative` and `units` are never read
[INFO] [stdout]   --> src/glow.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub struct ElectricityEnergyExport {
[INFO] [stdout]    |            ----------------------- fields in this struct
[INFO] [stdout] 48 |     pub cumulative: f64,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 49 |     pub units: Units,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ElectricityEnergyExport` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `day`, `week`, `month`, `units`, and `supplier` are never read
[INFO] [stdout]   --> src/glow.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub struct ElectricityEnergyImport {
[INFO] [stdout]    |            ----------------------- fields in this struct
[INFO] [stdout] 54 |     pub cumulative: f64,
[INFO] [stdout] 55 |     pub day: f64,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 56 |     pub week: f64,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 57 |     pub month: f64,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 58 |     pub units: Units,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 59 |     pub mpan: String,
[INFO] [stdout] 60 |     pub supplier: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ElectricityEnergyImport` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `units` is never read
[INFO] [stdout]   --> src/glow.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub struct ElectricityPower {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] 66 |     pub value: f64,
[INFO] [stdout] 67 |     pub units: Units,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ElectricityPower` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/glow.rs:85:9
[INFO] [stdout]    |
[INFO] [stdout] 83 | pub struct GasMeterEnergyImport {
[INFO] [stdout]    |            -------------------- fields in this struct
[INFO] [stdout] 84 |     pub cumulative: f64,
[INFO] [stdout] 85 |     pub day: f64,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 86 |     pub week: f64,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 87 |     pub month: f64,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 88 |     pub units: Units,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 89 |     pub cumulativevol: f64,
[INFO] [stdout] 90 |     pub cumulativevolunits: Units,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 91 |     pub dayvol: f64,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 92 |     pub weekvol: f64,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 93 |     pub monthvol: f64,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 94 |     pub dayweekmonthvolunits: Units,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 95 |     pub mprn: String,
[INFO] [stdout] 96 |     pub supplier: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GasMeterEnergyImport` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.96s
[INFO] running `Command { std: "docker" "inspect" "d43a121dd77ce074c3fa0b14f9a557dbcd8af323b0a65e78910b381ae860a96a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d43a121dd77ce074c3fa0b14f9a557dbcd8af323b0a65e78910b381ae860a96a", kill_on_drop: false }`
[INFO] [stdout] d43a121dd77ce074c3fa0b14f9a557dbcd8af323b0a65e78910b381ae860a96a
