[INFO] cloning repository https://github.com/MaxKiv/line_dancer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MaxKiv/line_dancer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMaxKiv%2Fline_dancer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMaxKiv%2Fline_dancer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a462d972ffe84bb2d265426fba80f279083e2c27
[INFO] testing MaxKiv/line_dancer against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMaxKiv%2Fline_dancer" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/MaxKiv/line_dancer
[INFO] finished tweaking git repo https://github.com/MaxKiv/line_dancer
[INFO] tweaked toml for git repo https://github.com/MaxKiv/line_dancer written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MaxKiv/line_dancer on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/MaxKiv/line_dancer 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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f0eea1893c989c04748647b3737055e54804963d8d56aaa5b9abb570fc4bb165
[INFO] running `Command { std: "docker" "start" "-a" "f0eea1893c989c04748647b3737055e54804963d8d56aaa5b9abb570fc4bb165", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f0eea1893c989c04748647b3737055e54804963d8d56aaa5b9abb570fc4bb165", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f0eea1893c989c04748647b3737055e54804963d8d56aaa5b9abb570fc4bb165", kill_on_drop: false }`
[INFO] [stdout] f0eea1893c989c04748647b3737055e54804963d8d56aaa5b9abb570fc4bb165
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7a98449e40e17dceef1a2f762db8a33b454d686e3eaa0b13bc60b5b98e9ed625
[INFO] running `Command { std: "docker" "start" "-a" "7a98449e40e17dceef1a2f762db8a33b454d686e3eaa0b13bc60b5b98e9ed625", kill_on_drop: false }`
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling cc v1.2.29
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling tokio v1.46.1
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling anstyle-query v1.1.3
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling anstream v0.6.19
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling clap_derive v4.5.41
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling clap_builder v4.5.41
[INFO] [stderr]    Compiling hyper-util v0.1.15
[INFO] [stderr]    Compiling axum-core v0.5.2
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling serde_path_to_error v0.1.17
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling influxdb_derive v0.5.1
[INFO] [stderr]    Compiling axum v0.8.4
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling influxdb v0.7.2
[INFO] [stderr]    Compiling clap v4.5.41
[INFO] [stderr]    Compiling line_dancer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `bail`
[INFO] [stdout]  --> src/main.rs:5:22
[INFO] [stdout]   |
[INFO] [stdout] 5 | use anyhow::{Result, bail};
[INFO] [stdout]   |                      ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Root` and `TableName`
[INFO] [stdout]   --> src/main.rs:10:23
[INFO] [stdout]    |
[INFO] [stdout] 10 | use parse::{DataBase, Root, SensorDataRecord, TableName, parse_into};
[INFO] [stdout]    |                       ^^^^                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stdout]   --> src/line_protocol.rs:34:29
[INFO] [stdout]    |
[INFO] [stdout] 34 |             self.entry.time.timestamp_nanos(),
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Query`
[INFO] [stdout]  --> src/main.rs:8:24
[INFO] [stdout]   |
[INFO] [stdout] 8 | use influxdb::{Client, Query, ReadQuery};
[INFO] [stdout]   |                        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `str`
[INFO] [stdout]   --> src/main.rs:72:17
[INFO] [stdout]    |
[INFO] [stdout] 72 |             let str: Vec<String> = result
[INFO] [stdout]    |                 ^^^ help: if this is intentional, prefix it with an underscore: `_str`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 20s
[INFO] running `Command { std: "docker" "inspect" "7a98449e40e17dceef1a2f762db8a33b454d686e3eaa0b13bc60b5b98e9ed625", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a98449e40e17dceef1a2f762db8a33b454d686e3eaa0b13bc60b5b98e9ed625", kill_on_drop: false }`
[INFO] [stdout] 7a98449e40e17dceef1a2f762db8a33b454d686e3eaa0b13bc60b5b98e9ed625
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b4fd0408fc1e47dd71edfa7d5b3f54e20d565019145d30f71d7cc2297d0de571
[INFO] running `Command { std: "docker" "start" "-a" "b4fd0408fc1e47dd71edfa7d5b3f54e20d565019145d30f71d7cc2297d0de571", kill_on_drop: false }`
[INFO] [stderr]    Compiling line_dancer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `bail`
[INFO] [stdout]  --> src/main.rs:5:22
[INFO] [stdout]   |
[INFO] [stdout] 5 | use anyhow::{Result, bail};
[INFO] [stdout]   |                      ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Root` and `TableName`
[INFO] [stdout]   --> src/main.rs:10:23
[INFO] [stdout]    |
[INFO] [stdout] 10 | use parse::{DataBase, Root, SensorDataRecord, TableName, parse_into};
[INFO] [stdout]    |                       ^^^^                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stdout]   --> src/line_protocol.rs:34:29
[INFO] [stdout]    |
[INFO] [stdout] 34 |             self.entry.time.timestamp_nanos(),
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Query`
[INFO] [stdout]  --> src/main.rs:8:24
[INFO] [stdout]   |
[INFO] [stdout] 8 | use influxdb::{Client, Query, ReadQuery};
[INFO] [stdout]   |                        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `str`
[INFO] [stdout]   --> src/main.rs:72:17
[INFO] [stdout]    |
[INFO] [stdout] 72 |             let str: Vec<String> = result
[INFO] [stdout]    |                 ^^^ help: if this is intentional, prefix it with an underscore: `_str`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.78s
[INFO] running `Command { std: "docker" "inspect" "b4fd0408fc1e47dd71edfa7d5b3f54e20d565019145d30f71d7cc2297d0de571", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b4fd0408fc1e47dd71edfa7d5b3f54e20d565019145d30f71d7cc2297d0de571", kill_on_drop: false }`
[INFO] [stdout] b4fd0408fc1e47dd71edfa7d5b3f54e20d565019145d30f71d7cc2297d0de571
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c8a9cd1cc9220603f8d3d360cdafcef398e54888cad81997d2a51e26fda4a2ab
[INFO] running `Command { std: "docker" "start" "-a" "c8a9cd1cc9220603f8d3d360cdafcef398e54888cad81997d2a51e26fda4a2ab", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `bail`
[INFO] [stderr]  --> src/main.rs:5:22
[INFO] [stderr]   |
[INFO] [stderr] 5 | use anyhow::{Result, bail};
[INFO] [stderr]   |                      ^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Root` and `TableName`
[INFO] [stderr]   --> src/main.rs:10:23
[INFO] [stderr]    |
[INFO] [stderr] 10 | use parse::{DataBase, Root, SensorDataRecord, TableName, parse_into};
[INFO] [stderr]    |                       ^^^^                    ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stderr]   --> src/line_protocol.rs:34:29
[INFO] [stderr]    |
[INFO] [stderr] 34 |             self.entry.time.timestamp_nanos(),
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Query`
[INFO] [stderr]  --> src/main.rs:8:24
[INFO] [stderr]   |
[INFO] [stderr] 8 | use influxdb::{Client, Query, ReadQuery};
[INFO] [stderr]   |                        ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `str`
[INFO] [stderr]   --> src/main.rs:72:17
[INFO] [stderr]    |
[INFO] [stderr] 72 |             let str: Vec<String> = result
[INFO] [stderr]    |                 ^^^ help: if this is intentional, prefix it with an underscore: `_str`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `line_dancer` (bin "line_dancer" test) generated 5 warnings (run `cargo fix --bin "line_dancer" --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/line_dancer-12c37053483ee455)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c8a9cd1cc9220603f8d3d360cdafcef398e54888cad81997d2a51e26fda4a2ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c8a9cd1cc9220603f8d3d360cdafcef398e54888cad81997d2a51e26fda4a2ab", kill_on_drop: false }`
[INFO] [stdout] c8a9cd1cc9220603f8d3d360cdafcef398e54888cad81997d2a51e26fda4a2ab
