[INFO] cloning repository https://github.com/wznmickey/canvas_syncer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wznmickey/canvas_syncer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwznmickey%2Fcanvas_syncer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwznmickey%2Fcanvas_syncer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 722cbc282557008cb94e51e605fb8f59d45cb437
[INFO] checking wznmickey/canvas_syncer against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwznmickey%2Fcanvas_syncer" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/wznmickey/canvas_syncer
[INFO] finished tweaking git repo https://github.com/wznmickey/canvas_syncer
[INFO] tweaked toml for git repo https://github.com/wznmickey/canvas_syncer written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/wznmickey/canvas_syncer on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/wznmickey/canvas_syncer 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" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `canvas_syncer` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc2/source/target/.../canvas_syncer
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `canvas-syncer`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:47:8
[INFO] [stderr]    |
[INFO] [stderr] 47 - name = "canvas_syncer"
[INFO] [stderr] 47 + name = "canvas-syncer"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `canvas-syncer`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:49:19
[INFO] [stderr]    |
[INFO] [stderr] 49 ~ version = "0.6.9"
[INFO] [stderr] 50 + [[bin]]
[INFO] [stderr] 51 + name = "canvas-syncer"
[INFO] [stderr] 52 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `canvas_syncer` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 483d7dc412224ec567bac06ef775715ea22057b6125802b4e659644cb74c0742
[INFO] running `Command { std: "docker" "start" "483d7dc412224ec567bac06ef775715ea22057b6125802b4e659644cb74c0742", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "483d7dc412224ec567bac06ef775715ea22057b6125802b4e659644cb74c0742", 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" "483d7dc412224ec567bac06ef775715ea22057b6125802b4e659644cb74c0742" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "483d7dc412224ec567bac06ef775715ea22057b6125802b4e659644cb74c0742", 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" "483d7dc412224ec567bac06ef775715ea22057b6125802b4e659644cb74c0742" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `canvas_syncer` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../canvas_syncer
[INFO] [stderr]    |                          ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `canvas-syncer`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:47:8
[INFO] [stderr]    |
[INFO] [stderr] 47 - name = "canvas_syncer"
[INFO] [stderr] 47 + name = "canvas-syncer"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `canvas-syncer`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:49:19
[INFO] [stderr]    |
[INFO] [stderr] 49 ~ version = "0.6.9"
[INFO] [stderr] 50 + [[bin]]
[INFO] [stderr] 51 + name = "canvas-syncer"
[INFO] [stderr] 52 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `canvas_syncer` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]     Checking log v0.4.34
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking smallvec v1.16.1
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.21
[INFO] [stderr]    Compiling crossbeam-deque v0.8.8
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling fastrand v2.5.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.23
[INFO] [stderr]    Compiling aho-corasick v1.1.5
[INFO] [stderr]    Compiling aws-lc-sys v0.45.0
[INFO] [stderr]     Checking bitflags v2.13.2
[INFO] [stderr]     Checking futures-channel v0.3.34
[INFO] [stderr]    Compiling bstr v1.13.1
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking futures-task v0.3.34
[INFO] [stderr]     Checking mio v1.2.3
[INFO] [stderr]     Checking futures-io v0.3.34
[INFO] [stderr]    Compiling indexmap v2.14.2
[INFO] [stderr]     Checking precomputed-hash v0.1.1
[INFO] [stderr]     Checking zmij v1.0.23
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling phf_codegen v0.13.1
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]    Compiling openssl-src v300.6.1+3.6.3
[INFO] [stderr]    Compiling arc-swap v1.9.2
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling either v1.18.0
[INFO] [stderr]     Checking mac v0.1.1
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]    Compiling openssl-sys v0.9.117
[INFO] [stderr]     Checking regex-automata v0.4.18
[INFO] [stderr]     Checking futf v0.1.5
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking string_cache v0.9.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]    Compiling syn v3.0.5
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling string_cache_codegen v0.6.1
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling base62 v2.2.6
[INFO] [stderr]     Checking dtoa v1.0.11
[INFO] [stderr]     Checking tendril v0.4.3
[INFO] [stderr]     Checking dtoa-short v0.3.5
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]    Compiling web_atoms v0.2.6
[INFO] [stderr]    Compiling selectors v0.33.0
[INFO] [stderr]    Compiling encoding_rs v0.8.41
[INFO] [stderr]    Compiling glob v0.3.4
[INFO] [stderr]    Compiling portable-atomic v1.15.0
[INFO] [stderr]     Checking normpath v1.5.1
[INFO] [stderr]     Checking clap_builder v4.6.6
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking console v0.16.6
[INFO] [stderr]     Checking servo_arc v0.4.3
[INFO] [stderr]     Checking thread_local v1.1.10
[INFO] [stderr]    Compiling openssl v0.10.81
[INFO] [stderr]     Checking rustc-hash v2.1.3
[INFO] [stderr]     Checking globset v0.4.20
[INFO] [stderr]     Checking regex v1.13.1
[INFO] [stderr]     Checking fuzzy-matcher v0.3.7
[INFO] [stderr]     Checking ignore v0.4.33
[INFO] [stderr]     Checking rayon-core v1.13.0
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking getopts v0.2.24
[INFO] [stderr]     Checking http-body-util v0.1.5
[INFO] [stderr]     Checking base64 v0.23.1
[INFO] [stderr]     Checking globwalk v0.8.1
[INFO] [stderr]     Checking shell-words v1.1.1
[INFO] [stderr]     Checking unit-prefix v0.5.2
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking ego-tree v0.10.0
[INFO] [stderr]     Checking dialoguer v0.12.0
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking fern v0.7.1
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking use v0.0.1-pre.0
[INFO] [stderr]     Checking sys-locale v0.3.2
[INFO] [stderr]     Checking indicatif v0.18.6
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling zerovec-derive v0.11.6
[INFO] [stderr]    Compiling displaydoc v0.2.7
[INFO] [stderr]    Compiling futures-macro v0.3.34
[INFO] [stderr]    Compiling multiversion-macros v0.9.0
[INFO] [stderr]    Compiling clap_derive v4.6.4
[INFO] [stderr]     Checking futures-util v0.3.34
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking multiversion v0.9.0
[INFO] [stderr]     Checking tokio-util v0.7.19
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling phf_macros v0.13.1
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]     Checking clap v4.6.6
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking clap-verbosity-flag v3.0.4
[INFO] [stderr]     Checking h2 v0.4.19
[INFO] [stderr]    Compiling rust-i18n v3.1.5
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking cssparser v0.36.0
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]     Checking zerovec v0.11.8
[INFO] [stderr]     Checking zerotrie v0.2.5
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking triomphe v0.1.16
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking tinystr v0.8.4
[INFO] [stderr]     Checking potential_utf v0.1.6
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking icu_collections v2.3.0
[INFO] [stderr]     Checking icu_locale_core v2.3.0
[INFO] [stderr]     Checking markup5ever v0.36.1
[INFO] [stderr]     Checking html5ever v0.36.1
[INFO] [stderr]     Checking hyper v1.11.1
[INFO] [stderr]     Checking inquire v0.9.4
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking futures-executor v0.3.34
[INFO] [stderr]     Checking futures v0.3.34
[INFO] [stderr]     Checking icu_provider v2.3.1
[INFO] [stderr]     Checking scraper v0.25.0
[INFO] [stderr]     Checking icu_normalizer v2.3.0
[INFO] [stderr]     Checking icu_properties v2.3.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking rust-i18n-support v3.1.5
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]    Compiling rust-i18n-macro v3.1.5
[INFO] [stderr]     Checking logger_rust_i18n v0.1.1
[INFO] [stderr]    Compiling aws-lc-rs v1.18.1
[INFO] [stderr]    Compiling rustls v0.23.44
[INFO] [stderr]     Checking rustls-webpki v0.103.15
[INFO] [stderr]     Checking tokio-rustls v0.26.5
[INFO] [stderr]     Checking rustls-platform-verifier v0.7.0
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.13.5
[INFO] [stderr]     Checking canvas_syncer v0.6.9 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/account.rs:573:30
[INFO] [stdout]     |
[INFO] [stdout] 573 |               || Confirm::new(&prompt!(
[INFO] [stdout]     |  ______________________________^
[INFO] [stdout] 574 | |                 "Do you want to download: {} MiB ?",
[INFO] [stdout] 575 | |                 self.download_size as f64 / 1024.0 / 1024.0
[INFO] [stdout] 576 | |             ))
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_non_local_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `prompt` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/account.rs:616:30
[INFO] [stdout]     |
[INFO] [stdout] 616 |               || Confirm::new(&prompt!(
[INFO] [stdout]     |  ______________________________^
[INFO] [stdout] 617 | |                 "Do you want to update: {} MiB?",
[INFO] [stdout] 618 | |                 self.update_size as f64 / 1024.0 / 1024.0
[INFO] [stdout] 619 | |             ))
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `prompt` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/account.rs:573:30
[INFO] [stdout]     |
[INFO] [stdout] 573 |               || Confirm::new(&prompt!(
[INFO] [stdout]     |  ______________________________^
[INFO] [stdout] 574 | |                 "Do you want to download: {} MiB ?",
[INFO] [stdout] 575 | |                 self.download_size as f64 / 1024.0 / 1024.0
[INFO] [stdout] 576 | |             ))
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_non_local_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `prompt` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/account.rs:616:30
[INFO] [stdout]     |
[INFO] [stdout] 616 |               || Confirm::new(&prompt!(
[INFO] [stdout]     |  ______________________________^
[INFO] [stdout] 617 | |                 "Do you want to update: {} MiB?",
[INFO] [stdout] 618 | |                 self.update_size as f64 / 1024.0 / 1024.0
[INFO] [stdout] 619 | |             ))
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `prompt` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: unused dependency `dialoguer`
[INFO] [stderr]  --> Cargo.toml:3:1
[INFO] [stderr]   |
[INFO] [stderr] 3 | dialoguer = "0.12.0"
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `dialoguer`
[INFO] [stderr] warning: unused dependency `openssl`
[INFO] [stderr]   --> Cargo.toml:25:15
[INFO] [stderr]    |
[INFO] [stderr] 25 | [dependencies.openssl]
[INFO] [stderr]    |               ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `openssl`
[INFO] [stderr] warning: unused dependency `rayon`
[INFO] [stderr]   --> Cargo.toml:11:1
[INFO] [stderr]    |
[INFO] [stderr] 11 | rayon = "1.10.0"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `rayon`
[INFO] [stderr] warning: `canvas_syncer` (manifest) generated 3 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 37s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: canvas_syncer v0.6.9 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "483d7dc412224ec567bac06ef775715ea22057b6125802b4e659644cb74c0742", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "483d7dc412224ec567bac06ef775715ea22057b6125802b4e659644cb74c0742", kill_on_drop: false }`
[INFO] [stdout] 483d7dc412224ec567bac06ef775715ea22057b6125802b4e659644cb74c0742
