[INFO] cloning repository https://github.com/strowk/sup [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/strowk/sup" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstrowk%2Fsup", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstrowk%2Fsup'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2d378f809d36b170bd7233015f565ed06cb6e1b0 [INFO] checking strowk/sup against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstrowk%2Fsup" "/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/strowk/sup [INFO] finished tweaking git repo https://github.com/strowk/sup [INFO] tweaked toml for git repo https://github.com/strowk/sup written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/strowk/sup on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/strowk/sup 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" "+4f260f0f20b3133d20cfb50353c0221943af5796" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f1884e90841cd6ce7b6413961d6da3497f5c629e95123f8484ff4c5f6141a111 [INFO] running `Command { std: "docker" "start" "-a" "f1884e90841cd6ce7b6413961d6da3497f5c629e95123f8484ff4c5f6141a111", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f1884e90841cd6ce7b6413961d6da3497f5c629e95123f8484ff4c5f6141a111", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1884e90841cd6ce7b6413961d6da3497f5c629e95123f8484ff4c5f6141a111", kill_on_drop: false }` [INFO] [stdout] f1884e90841cd6ce7b6413961d6da3497f5c629e95123f8484ff4c5f6141a111 [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 -Dunmustuse_in_always_ok" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 84616600dc3da5e6aac1daf6def75ec3b543980fb40ef03e65c5dd3a00b98cfc [INFO] running `Command { std: "docker" "start" "-a" "84616600dc3da5e6aac1daf6def75ec3b543980fb40ef03e65c5dd3a00b98cfc", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Checking bitflags v2.9.1 [INFO] [stderr] Compiling jobserver v0.1.33 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking vte v0.15.0 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Checking getrandom v0.3.3 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking console v0.16.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking console v0.15.11 [INFO] [stderr] Checking thread_local v1.1.9 [INFO] [stderr] Checking unit-prefix v0.5.1 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Compiling argh_shared v0.1.13 [INFO] [stderr] Checking clap v2.34.0 [INFO] [stderr] Checking rust-fuzzy-search v0.1.1 [INFO] [stderr] Checking vt100 v0.16.2 [INFO] [stderr] Compiling cc v1.2.29 [INFO] [stderr] Checking tracing-subscriber v0.3.19 [INFO] [stderr] Checking rustix v1.0.8 [INFO] [stderr] Checking indicatif v0.18.0 (https://github.com/strowk/indicatif?rev=f2dc688fc6c577ecda6103d70e746ecdd3ca5579#f2dc688f) [INFO] [stderr] Compiling openssl-src v300.5.1+3.5.1 [INFO] [stderr] Compiling libz-sys v1.1.22 [INFO] [stderr] Compiling libssh2-sys v0.3.1 [INFO] [stderr] Compiling libgit2-sys v0.18.2+1.9.1 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Checking tempfile v3.20.0 [INFO] [stderr] Checking which v8.0.0 [INFO] [stderr] Checking ctrlc v3.4.7 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Checking structopt v0.3.26 [INFO] [stderr] Checking insta v1.43.1 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling argh_derive v0.1.13 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking dialoguer v0.11.0 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Checking tracing-indicatif v0.3.11 (https://github.com/strowk/tracing-indicatif?rev=2b4014fb55c3d5040bbc449c168235c479ecc269#2b4014fb) [INFO] [stderr] Checking yoke v0.8.0 [INFO] [stderr] Checking zerovec v0.11.2 [INFO] [stderr] Checking zerotrie v0.2.2 [INFO] [stderr] Checking tinystr v0.8.1 [INFO] [stderr] Checking potential_utf v0.1.2 [INFO] [stderr] Checking icu_locale_core v2.0.0 [INFO] [stderr] Checking icu_collections v2.0.0 [INFO] [stderr] Checking serde v1.0.219 [INFO] [stderr] Checking icu_provider v2.0.0 [INFO] [stderr] Checking icu_normalizer v2.0.0 [INFO] [stderr] Checking icu_properties v2.0.1 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking idna v1.0.3 [INFO] [stderr] Checking url v2.5.4 [INFO] [stderr] Checking serde_json v1.0.140 [INFO] [stderr] Checking argh v0.1.13 [INFO] [stderr] Checking git2 v0.20.2 [INFO] [stderr] Checking sup v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/pull.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | pub(crate) arg_remote: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/pull.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | pub(crate) arg_branch: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/pull.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | pub(crate) arg_remote: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/pull.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | pub(crate) arg_branch: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sup` (bin "sup" test) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `sup` (bin "sup") due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "84616600dc3da5e6aac1daf6def75ec3b543980fb40ef03e65c5dd3a00b98cfc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84616600dc3da5e6aac1daf6def75ec3b543980fb40ef03e65c5dd3a00b98cfc", kill_on_drop: false }` [INFO] [stdout] 84616600dc3da5e6aac1daf6def75ec3b543980fb40ef03e65c5dd3a00b98cfc