[INFO] fetching crate chug-cli 0.1.3... [INFO] checking chug-cli-0.1.3 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577 [INFO] extracting crate chug-cli 0.1.3 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate chug-cli 0.1.3 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate chug-cli 0.1.3 [INFO] tweaked toml for crates.io crate chug-cli 0.1.3 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate chug-cli 0.1.3 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 crates.io crate chug-cli 0.1.3 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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 58d044d3193ac8d72b7a8bde7bb92a95f0df9da781d733b9ababb62dd2facbbd [INFO] running `Command { std: "docker" "start" "-a" "58d044d3193ac8d72b7a8bde7bb92a95f0df9da781d733b9ababb62dd2facbbd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "58d044d3193ac8d72b7a8bde7bb92a95f0df9da781d733b9ababb62dd2facbbd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58d044d3193ac8d72b7a8bde7bb92a95f0df9da781d733b9ababb62dd2facbbd", kill_on_drop: false }` [INFO] [stdout] 58d044d3193ac8d72b7a8bde7bb92a95f0df9da781d733b9ababb62dd2facbbd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 112c53c4bf13bbd8e79b7d841a6a71d7d738619112734cadd30532ffc7c5523d [INFO] running `Command { std: "docker" "start" "-a" "112c53c4bf13bbd8e79b7d841a6a71d7d738619112734cadd30532ffc7c5523d", kill_on_drop: false }` [INFO] [stderr] Checking hashbrown v0.15.2 [INFO] [stderr] Compiling cc v1.2.18 [INFO] [stderr] Checking serde v1.0.219 [INFO] [stderr] Checking mio v1.0.3 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Checking ahash v0.8.11 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Compiling pest v2.8.0 [INFO] [stderr] Checking tokio v1.44.2 [INFO] [stderr] Checking indexmap v2.9.0 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Checking winnow v0.7.6 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling openssl-sys v0.9.107 [INFO] [stderr] Compiling pest_meta v2.8.0 [INFO] [stderr] Compiling openssl v0.10.72 [INFO] [stderr] Checking bitflags v2.9.0 [INFO] [stderr] Checking toml_datetime v0.6.8 [INFO] [stderr] Checking serde_spanned v0.6.8 [INFO] [stderr] Checking toml_edit v0.22.24 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Checking const-random v0.1.18 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking icu_normalizer v1.5.0 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Checking dlv-list v0.5.2 [INFO] [stderr] Compiling pest_generator v2.8.0 [INFO] [stderr] Compiling libsqlite3-sys v0.32.0 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling rustix v1.0.5 [INFO] [stderr] Checking tokio-util v0.7.14 [INFO] [stderr] Compiling dsl_auto_type v0.1.3 [INFO] [stderr] Checking twox-hash v1.6.3 [INFO] [stderr] Checking ordered-multimap v0.7.3 [INFO] [stderr] Checking h2 v0.4.8 [INFO] [stderr] Compiling pest_derive v2.8.0 [INFO] [stderr] Checking idna_adapter v1.2.0 [INFO] [stderr] Checking toml v0.8.20 [INFO] [stderr] Checking serde_json v1.0.140 [INFO] [stderr] Checking hashlink v0.8.4 [INFO] [stderr] Compiling diesel_table_macro_syntax v0.2.0 [INFO] [stderr] Compiling scroll_derive v0.12.1 [INFO] [stderr] Checking arraydeque v0.5.1 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Checking convert_case v0.6.0 [INFO] [stderr] Checking yaml-rust2 v0.8.1 [INFO] [stderr] Checking ordered-float v2.10.1 [INFO] [stderr] Checking clap_builder v4.5.35 [INFO] [stderr] Checking scroll v0.12.0 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking ron v0.8.1 [INFO] [stderr] Checking json5 v0.4.1 [INFO] [stderr] Compiling diesel_derives v2.2.4 [INFO] [stderr] Checking idna v1.0.3 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Checking rust-ini v0.20.0 [INFO] [stderr] Checking ruzstd v0.7.3 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Checking pathdiff v0.2.3 [INFO] [stderr] Checking plain v0.2.3 [INFO] [stderr] Compiling anyhow v1.0.97 [INFO] [stderr] Checking lazy_static v0.2.11 [INFO] [stderr] Checking tint v1.0.1 [INFO] [stderr] Checking xattr v1.5.0 [INFO] [stderr] Checking tower v0.5.2 [INFO] [stderr] Checking hyper v1.6.0 [INFO] [stderr] Checking petgraph v0.6.5 [INFO] [stderr] Checking goblin v0.9.3 [INFO] [stderr] Checking config v0.14.1 [INFO] [stderr] Compiling migrations_internals v2.2.0 [INFO] [stderr] Checking hyper-util v0.1.11 [INFO] [stderr] Checking clap v4.5.35 [INFO] [stderr] Checking url v2.5.4 [INFO] [stderr] Compiling migrations_macros v2.2.0 [INFO] [stderr] Checking directories v5.0.1 [INFO] [stderr] Checking serde-value v0.7.0 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking filetime v0.2.25 [INFO] [stderr] Checking hyper-tls v0.6.0 [INFO] [stderr] Checking tar v0.4.44 [INFO] [stderr] Checking ptree v0.5.2 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking reqwest v0.12.15 [INFO] [stderr] Checking diesel v2.2.9 [INFO] [stderr] Checking arwen v0.0.1 [INFO] [stderr] Checking diesel_migrations v2.2.0 [INFO] [stderr] Checking chug-cli v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i32> [INFO] [stdout] --> src/db/models.rs:11:24 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Clone, Debug, Queryable, Selectable)] [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/db/models.rs:11:24 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Clone, Debug, Queryable, Selectable)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, std::string::String> [INFO] [stdout] --> src/db/models.rs:11:24 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Clone, Debug, Queryable, Selectable)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/db/models.rs:11:24 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Clone, Debug, Queryable, Selectable)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, std::string::String> [INFO] [stdout] --> src/db/models.rs:11:24 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Clone, Debug, Queryable, Selectable)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `chug-cli` (lib test) due to 14 previous errors [INFO] [stdout] error: this type will no longer be must used: ControlFlow, std::string::String> [INFO] [stdout] --> src/db/models.rs:11:24 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Clone, Debug, Queryable, Selectable)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i32> [INFO] [stdout] --> src/db/models.rs:30:17 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Debug, Queryable, Selectable)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/db/models.rs:30:17 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Debug, Queryable, Selectable)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, std::string::String> [INFO] [stdout] --> src/db/models.rs:30:17 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Debug, Queryable, Selectable)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/db/models.rs:30:17 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Debug, Queryable, Selectable)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, std::option::Option> [INFO] [stdout] --> src/db/models.rs:46:17 [INFO] [stdout] | [INFO] [stdout] 46 | #[derive(Debug, Queryable, Selectable, Insertable)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/db/models.rs:46:17 [INFO] [stdout] | [INFO] [stdout] 46 | #[derive(Debug, Queryable, Selectable, Insertable)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i32> [INFO] [stdout] --> src/db/models.rs:46:17 [INFO] [stdout] | [INFO] [stdout] 46 | #[derive(Debug, Queryable, Selectable, Insertable)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/db/models.rs:46:17 [INFO] [stdout] | [INFO] [stdout] 46 | #[derive(Debug, Queryable, Selectable, Insertable)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i32> [INFO] [stdout] --> src/db/models.rs:11:24 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Clone, Debug, Queryable, Selectable)] [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/db/models.rs:11:24 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Clone, Debug, Queryable, Selectable)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, std::string::String> [INFO] [stdout] --> src/db/models.rs:11:24 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Clone, Debug, Queryable, Selectable)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/db/models.rs:11:24 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Clone, Debug, Queryable, Selectable)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, std::string::String> [INFO] [stdout] --> src/db/models.rs:11:24 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Clone, Debug, Queryable, Selectable)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, std::string::String> [INFO] [stdout] --> src/db/models.rs:11:24 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Clone, Debug, Queryable, Selectable)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i32> [INFO] [stdout] --> src/db/models.rs:30:17 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Debug, Queryable, Selectable)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/db/models.rs:30:17 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Debug, Queryable, Selectable)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, std::string::String> [INFO] [stdout] --> src/db/models.rs:30:17 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Debug, Queryable, Selectable)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/db/models.rs:30:17 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Debug, Queryable, Selectable)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, std::option::Option> [INFO] [stdout] --> src/db/models.rs:46:17 [INFO] [stdout] | [INFO] [stdout] 46 | #[derive(Debug, Queryable, Selectable, Insertable)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/db/models.rs:46:17 [INFO] [stdout] | [INFO] [stdout] 46 | #[derive(Debug, Queryable, Selectable, Insertable)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, i32> [INFO] [stdout] --> src/db/models.rs:46:17 [INFO] [stdout] | [INFO] [stdout] 46 | #[derive(Debug, Queryable, Selectable, Insertable)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/db/models.rs:46:17 [INFO] [stdout] | [INFO] [stdout] 46 | #[derive(Debug, Queryable, Selectable, Insertable)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `chug-cli` (lib) due to 14 previous errors [INFO] running `Command { std: "docker" "inspect" "112c53c4bf13bbd8e79b7d841a6a71d7d738619112734cadd30532ffc7c5523d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "112c53c4bf13bbd8e79b7d841a6a71d7d738619112734cadd30532ffc7c5523d", kill_on_drop: false }` [INFO] [stdout] 112c53c4bf13bbd8e79b7d841a6a71d7d738619112734cadd30532ffc7c5523d