[INFO] cloning repository https://github.com/aydrian/team-viewer-cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aydrian/team-viewer-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faydrian%2Fteam-viewer-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faydrian%2Fteam-viewer-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 57005624985ba47a89c586b637b260077461fa3d
[INFO] checking aydrian/team-viewer-cli against 24e1a22664233bce1f9b5dc6eee7c1f74327e28c for pr-159343-retry
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faydrian%2Fteam-viewer-cli" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/aydrian/team-viewer-cli
[INFO] finished tweaking git repo https://github.com/aydrian/team-viewer-cli
[INFO] tweaked toml for git repo https://github.com/aydrian/team-viewer-cli written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/aydrian/team-viewer-cli on toolchain 24e1a22664233bce1f9b5dc6eee7c1f74327e28c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/aydrian/team-viewer-cli 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" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2d8089004deb7464a2150d09eca9c7d1d07d323f235e482689e03d42a2bac5c9
[INFO] running `Command { std: "docker" "start" "2d8089004deb7464a2150d09eca9c7d1d07d323f235e482689e03d42a2bac5c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2d8089004deb7464a2150d09eca9c7d1d07d323f235e482689e03d42a2bac5c9", 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" "2d8089004deb7464a2150d09eca9c7d1d07d323f235e482689e03d42a2bac5c9" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2d8089004deb7464a2150d09eca9c7d1d07d323f235e482689e03d42a2bac5c9", 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" "2d8089004deb7464a2150d09eca9c7d1d07d323f235e482689e03d42a2bac5c9" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]     Checking bytes v1.7.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling cc v1.1.21
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling openssl v0.10.66
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]     Checking indexmap v2.5.0
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]     Checking anstyle-parse v0.2.5
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]     Checking colorchoice v1.0.2
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking anstyle-query v1.1.1
[INFO] [stderr]     Checking anstyle v1.0.8
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking ipnet v2.10.0
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking dotenv v0.15.0
[INFO] [stderr]     Checking anstream v0.6.15
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking clap_builder v4.5.18
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]     Checking url v2.5.2
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]    Compiling openssl-sys v0.9.103
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]     Checking tokio v1.40.0
[INFO] [stderr]     Checking clap v4.5.18
[INFO] [stderr]     Checking tokio-util v0.7.12
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking hyper v0.14.30
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Checking team-viewer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `crate::config`
[INFO] [stdout]  --> tests/config-test.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::config::get_config_path;
[INFO] [stdout]   |            ^^^^^^ could not find `config` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::PathBuf`
[INFO] [stdout]  --> tests/config-test.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::path::PathBuf;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]  --> tests/config-test.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |     use super::*;
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0070]: invalid left-hand side of assignment
[INFO] [stdout]   --> tests/config-test.rs:21:20
[INFO] [stdout]    |
[INFO] [stdout] 21 |     dirs::home_dir = || None;
[INFO] [stdout]    |     -------------- ^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     cannot assign to this expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0070]: invalid left-hand side of assignment
[INFO] [stdout]   --> tests/config-test.rs:26:20
[INFO] [stdout]    |
[INFO] [stdout] 26 |     dirs::home_dir = original_home_dir;
[INFO] [stdout]    |     -------------- ^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     cannot assign to this expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0070, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0070`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `team-viewer` (test "config-test") due to 3 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/config.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl Config {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] 18 |     pub fn new(user_city: String) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/config.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl Config {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] 18 |     pub fn new(user_city: String) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "2d8089004deb7464a2150d09eca9c7d1d07d323f235e482689e03d42a2bac5c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2d8089004deb7464a2150d09eca9c7d1d07d323f235e482689e03d42a2bac5c9", kill_on_drop: false }`
[INFO] [stdout] 2d8089004deb7464a2150d09eca9c7d1d07d323f235e482689e03d42a2bac5c9
