[INFO] cloning repository https://github.com/BapRx/gsp [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BapRx/gsp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBapRx%2Fgsp", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBapRx%2Fgsp'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 424dda83089e3f6902f99d500faefc465ee1caf5 [INFO] checking BapRx/gsp against 416264364aa47959f5827723e1d7dabc95d0744b for pr-162242 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBapRx%2Fgsp" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/BapRx/gsp [INFO] finished tweaking git repo https://github.com/BapRx/gsp [INFO] tweaked toml for git repo https://github.com/BapRx/gsp written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/BapRx/gsp on toolchain 416264364aa47959f5827723e1d7dabc95d0744b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/BapRx/gsp 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" "+416264364aa47959f5827723e1d7dabc95d0744b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: explicit `package.readme` can be inferred [INFO] [stderr] --> Cargo.toml:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | 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: `package.homepage` is redundant with `package.repository` [INFO] [stderr] --> Cargo.toml:31:12 [INFO] [stderr] | [INFO] [stderr] 31 | homepage = "https://github.com/BapRx/gsp" [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 36 | repository = "https://github.com/BapRx/gsp" [INFO] [stderr] | ------------------------------ [INFO] [stderr] | [INFO] [stderr] = note: `cargo::redundant_homepage` is set to `warn` by default [INFO] [stderr] help: consider removing `package.homepage` [INFO] [stderr] warning: `gsp` (manifest) generated 2 warnings [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 798431e14fa2f6370365e7ca496812623d323dff6619a81db2bae2d69467c5e0 [INFO] running `Command { std: "docker" "start" "798431e14fa2f6370365e7ca496812623d323dff6619a81db2bae2d69467c5e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "798431e14fa2f6370365e7ca496812623d323dff6619a81db2bae2d69467c5e0", 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" "798431e14fa2f6370365e7ca496812623d323dff6619a81db2bae2d69467c5e0" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "798431e14fa2f6370365e7ca496812623d323dff6619a81db2bae2d69467c5e0", 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" "798431e14fa2f6370365e7ca496812623d323dff6619a81db2bae2d69467c5e0" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "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:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | 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: `package.homepage` is redundant with `package.repository` [INFO] [stderr] --> Cargo.toml:31:12 [INFO] [stderr] | [INFO] [stderr] 31 | homepage = "https://github.com/BapRx/gsp" [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 36 | repository = "https://github.com/BapRx/gsp" [INFO] [stderr] | ------------------------------ [INFO] [stderr] | [INFO] [stderr] = note: `cargo::redundant_homepage` is set to `warn` by default [INFO] [stderr] help: consider removing `package.homepage` [INFO] [stderr] warning: `gsp` (manifest) generated 2 warnings [INFO] [stderr] Compiling serde_core v1.0.229 [INFO] [stderr] Checking log v0.4.34 [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Checking unicode-width v0.2.1 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking as-slice v0.2.1 [INFO] [stderr] Checking compact_str v0.9.0 [INFO] [stderr] Checking rayon v1.12.0 [INFO] [stderr] Checking critical-section v1.2.0 [INFO] [stderr] Compiling time-macros v0.2.31 [INFO] [stderr] Checking errno v0.3.13 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling libc v0.2.186 [INFO] [stderr] Compiling pulldown-cmark v0.13.3 [INFO] [stderr] Checking anstyle-query v1.1.4 [INFO] [stderr] Checking aligned v0.4.3 [INFO] [stderr] Checking flate2 v1.1.9 [INFO] [stderr] Checking mio v1.2.0 [INFO] [stderr] Checking anstream v1.0.0 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking linux-raw-sys v0.12.1 [INFO] [stderr] Compiling bitflags v2.13.0 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking avif-serialize v0.8.9 [INFO] [stderr] Checking signal-hook v0.3.18 [INFO] [stderr] Compiling anstyle v1.0.14 [INFO] [stderr] Checking clap_builder v4.6.6 [INFO] [stderr] Compiling serde v1.0.229 [INFO] [stderr] Checking moxcms v0.8.1 [INFO] [stderr] Compiling cc v1.2.32 [INFO] [stderr] Checking signal-hook-mio v0.2.5 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling syn v3.0.3 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking thread_local v1.1.9 [INFO] [stderr] Compiling owo-colors v4.3.0 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Checking tracing-subscriber v0.3.23 [INFO] [stderr] Compiling nix v0.28.0 [INFO] [stderr] Checking bitvec v1.1.1 [INFO] [stderr] Checking regex-automata v0.4.14 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking time v0.3.53 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking rand v0.9.4 [INFO] [stderr] Checking rand_xoshiro v0.7.0 [INFO] [stderr] Checking futures-channel v0.3.32 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Checking ordered-float v5.3.0 [INFO] [stderr] Compiling color-spantrace v0.3.0 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Checking unicode-truncate v2.0.1 [INFO] [stderr] Checking gimli v0.32.3 [INFO] [stderr] Checking tracing-error v0.2.1 [INFO] [stderr] Checking const-random v0.1.18 [INFO] [stderr] Compiling nix v0.31.3 [INFO] [stderr] Checking dirs-sys-next v0.1.2 [INFO] [stderr] Checking vte v0.15.0 [INFO] [stderr] Checking vsimd v0.8.0 [INFO] [stderr] Checking outref v0.5.2 [INFO] [stderr] Compiling ratatui-image v11.0.6 [INFO] [stderr] Checking eyre v0.6.12 [INFO] [stderr] Checking vt100 v0.16.2 [INFO] [stderr] Checking base64-simd v0.8.0 [INFO] [stderr] Checking dirs-next v2.0.0 [INFO] [stderr] Checking dlv-list v0.5.2 [INFO] [stderr] Compiling libmimalloc-sys v0.1.44 [INFO] [stderr] Checking getrandom v0.4.2 [INFO] [stderr] Compiling skim v4.10.0 [INFO] [stderr] Checking serial2 v0.2.34 [INFO] [stderr] Checking maybe-rayon v0.1.1 [INFO] [stderr] Checking csv-core v0.1.12 [INFO] [stderr] Compiling doctest-file v1.1.1 [INFO] [stderr] Checking self_cell v1.2.2 [INFO] [stderr] Checking unicode-ident v1.0.18 [INFO] [stderr] Checking jiff v0.2.23 [INFO] [stderr] Checking roff v1.1.1 [INFO] [stderr] Checking simdutf8 v0.1.5 [INFO] [stderr] Checking ordered-multimap v0.7.3 [INFO] [stderr] Checking term v0.7.0 [INFO] [stderr] Checking kanal v0.1.1 [INFO] [stderr] Checking unicode-display-width v0.3.0 [INFO] [stderr] Checking indexmap v2.13.1 [INFO] [stderr] Checking is-terminal v0.4.16 [INFO] [stderr] Checking which v8.0.2 [INFO] [stderr] Checking assert_enum_variants v0.1.2 [INFO] [stderr] Checking paris v1.5.15 [INFO] [stderr] Checking zmij v1.0.0 [INFO] [stderr] Checking shlex v2.0.1 [INFO] [stderr] Checking encode_unicode v1.0.0 [INFO] [stderr] Checking rust-ini v0.21.3 [INFO] [stderr] Checking simplelog v0.12.2 [INFO] [stderr] Checking regex v1.12.3 [INFO] [stderr] Checking bstr v1.12.0 [INFO] [stderr] Compiling clap_derive v4.6.4 [INFO] [stderr] Compiling serde_derive v1.0.229 [INFO] [stderr] Checking serde_json v1.0.151 [INFO] [stderr] Checking env_filter v1.0.1 [INFO] [stderr] Checking line-clipping v0.3.7 [INFO] [stderr] Checking png v0.18.1 [INFO] [stderr] Checking raw-cpuid v11.6.0 [INFO] [stderr] Checking shell-quote v0.7.2 [INFO] [stderr] Checking addr2line v0.25.1 [INFO] [stderr] Checking mimalloc v0.1.48 [INFO] [stderr] Checking clap v4.6.6 [INFO] [stderr] Checking clap_complete v4.6.9 [INFO] [stderr] Checking clap_mangen v0.3.0 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Checking clap_complete_nushell v4.6.0 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling zerocopy-derive v0.8.52 [INFO] [stderr] Compiling equator-macro v0.4.2 [INFO] [stderr] Compiling strum_macros v0.28.0 [INFO] [stderr] Compiling bytemuck_derive v1.10.2 [INFO] [stderr] Compiling profiling-procmacros v1.0.18 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Checking profiling v1.0.18 [INFO] [stderr] Compiling derive_more-impl v2.1.1 [INFO] [stderr] Checking equator v0.4.2 [INFO] [stderr] Compiling ref-cast-impl v1.0.25 [INFO] [stderr] Checking aligned-vec v0.6.4 [INFO] [stderr] Compiling palette_derive v0.7.6 [INFO] [stderr] Compiling tokio-macros v2.7.0 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Checking backtrace v0.3.76 [INFO] [stderr] Checking ref-cast v1.0.25 [INFO] [stderr] Checking env_logger v0.11.10 [INFO] [stderr] Checking v_frame v0.3.9 [INFO] [stderr] Checking color-eyre v0.6.5 [INFO] [stderr] Checking tempfile v3.27.0 [INFO] [stderr] Checking av1-grain v0.2.5 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking filedescriptor v0.8.3 [INFO] [stderr] Checking thiserror v2.0.18 [INFO] [stderr] Checking frizbee v0.9.0 [INFO] [stderr] Checking kasuari v0.4.11 [INFO] [stderr] Checking av-scenechange v0.14.1 [INFO] [stderr] Checking portable-pty v0.9.0 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Checking tokio v1.52.3 [INFO] [stderr] Checking bytemuck v1.25.0 [INFO] [stderr] Checking zerocopy v0.8.52 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Checking safe_arch v0.9.3 [INFO] [stderr] Checking qoi v0.4.1 [INFO] [stderr] Checking palette v0.7.6 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling derive_builder_core v0.20.2 [INFO] [stderr] Checking rav1e v0.8.1 [INFO] [stderr] Checking derive_more v2.1.1 [INFO] [stderr] Checking crossterm v0.29.0 [INFO] [stderr] Compiling darling_macro v0.23.0 [INFO] [stderr] Checking wide v0.8.3 [INFO] [stderr] Checking strum v0.28.0 [INFO] [stderr] Checking ron v0.12.1 [INFO] [stderr] Checking csv v1.3.1 [INFO] [stderr] Checking ratatui-core v0.1.2 [INFO] [stderr] Compiling darling v0.23.0 [INFO] [stderr] Compiling instability v0.3.12 [INFO] [stderr] Checking prettytable v0.10.0 [INFO] [stderr] Compiling derive_builder_macro v0.20.2 [INFO] [stderr] Checking derive_builder v0.20.2 [INFO] [stderr] Checking ratatui-widgets v0.3.2 [INFO] [stderr] Checking ratatui-crossterm v0.1.2 [INFO] [stderr] Checking ansi-to-tui v8.0.1 [INFO] [stderr] Checking futures-executor v0.3.32 [INFO] [stderr] Checking futures v0.3.32 [INFO] [stderr] Checking ratatui-macros v0.7.2 [INFO] [stderr] Checking tui-term v0.3.4 [INFO] [stderr] Checking ratatui v0.30.2 [INFO] [stderr] Checking tokio-util v0.7.18 [INFO] [stderr] Checking interprocess v2.4.2 [INFO] [stderr] Checking ravif v0.13.0 [INFO] [stderr] Checking half v2.7.1 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking tiff v0.11.3 [INFO] [stderr] Checking exr v1.74.0 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking image v0.25.10 [INFO] [stderr] Checking quantette v0.5.1 [INFO] [stderr] Checking icy_sixel v0.5.0 [INFO] [stderr] Checking gsp v0.1.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:105:5 [INFO] [stdout] | [INFO] [stdout] 105 | info!("The cache was successfully refreshed.") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `info` [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 [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 `info` (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/main.rs:190:13 [INFO] [stdout] | [INFO] [stdout] 190 | info!("Successfully switched to {}.", project_id) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `info` [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 [INFO] [stdout] = note: this warning originates in the macro `info` (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/main.rs:195:9 [INFO] [stdout] | [INFO] [stdout] 195 | info!("Already on project: {}", project_id) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `info` [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 [INFO] [stdout] = note: this warning originates in the macro `info` (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/main.rs:216:34 [INFO] [stdout] | [INFO] [stdout] 216 | Some(project) => info!("Current project: {}", project), [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 [INFO] [stdout] = note: this warning originates in the macro `info` (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/main.rs:217:25 [INFO] [stdout] | [INFO] [stdout] 217 | None => warn!( [INFO] [stdout] | _________________________^ [INFO] [stdout] 218 | | "No current project set. Run 'gcloud config set project PROJECT_ID' to set one." [INFO] [stdout] 219 | | ), [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 [INFO] [stdout] = note: this warning originates in the macro `warn` (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/main.rs:105:5 [INFO] [stdout] | [INFO] [stdout] 105 | info!("The cache was successfully refreshed.") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `info` [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 [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 `info` (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/main.rs:190:13 [INFO] [stdout] | [INFO] [stdout] 190 | info!("Successfully switched to {}.", project_id) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `info` [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 [INFO] [stdout] = note: this warning originates in the macro `info` (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/main.rs:195:9 [INFO] [stdout] | [INFO] [stdout] 195 | info!("Already on project: {}", project_id) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `info` [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 [INFO] [stdout] = note: this warning originates in the macro `info` (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/main.rs:216:34 [INFO] [stdout] | [INFO] [stdout] 216 | Some(project) => info!("Current project: {}", project), [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 [INFO] [stdout] = note: this warning originates in the macro `info` (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/main.rs:217:25 [INFO] [stdout] | [INFO] [stdout] 217 | None => warn!( [INFO] [stdout] | _________________________^ [INFO] [stdout] 218 | | "No current project set. Run 'gcloud config set project PROJECT_ID' to set one." [INFO] [stdout] 219 | | ), [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 [INFO] [stdout] = note: this warning originates in the macro `warn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: gsp v0.1.8 (/opt/rustwide/workdir), nix v0.28.0, nix v0.31.3, skim v4.10.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 10` [INFO] running `Command { std: "docker" "inspect" "798431e14fa2f6370365e7ca496812623d323dff6619a81db2bae2d69467c5e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "798431e14fa2f6370365e7ca496812623d323dff6619a81db2bae2d69467c5e0", kill_on_drop: false }` [INFO] [stdout] 798431e14fa2f6370365e7ca496812623d323dff6619a81db2bae2d69467c5e0