[INFO] cloning repository https://github.com/pnathan/tiaf
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pnathan/tiaf" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpnathan%2Ftiaf", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpnathan%2Ftiaf'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ae82d7fd42ddc8c124f4258e365d89fae6f20051
[INFO] checking pnathan/tiaf 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%2Fpnathan%2Ftiaf" "/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/pnathan/tiaf
[INFO] finished tweaking git repo https://github.com/pnathan/tiaf
[INFO] tweaked toml for git repo https://github.com/pnathan/tiaf written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pnathan/tiaf 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/pnathan/tiaf 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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 392051f44abe764f9f29e8c1acfde79fc61f45ce62410691234d5636b30e037a
[INFO] running `Command { std: "docker" "start" "-a" "392051f44abe764f9f29e8c1acfde79fc61f45ce62410691234d5636b30e037a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "392051f44abe764f9f29e8c1acfde79fc61f45ce62410691234d5636b30e037a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "392051f44abe764f9f29e8c1acfde79fc61f45ce62410691234d5636b30e037a", kill_on_drop: false }`
[INFO] [stdout] 392051f44abe764f9f29e8c1acfde79fc61f45ce62410691234d5636b30e037a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] ab8f59cb59afd02782b3a455167e0677b4fcda56aaff822f694434460b53007f
[INFO] running `Command { std: "docker" "start" "-a" "ab8f59cb59afd02782b3a455167e0677b4fcda56aaff822f694434460b53007f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling serde_core v1.0.221
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]    Compiling serde v1.0.221
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking indexmap v2.11.1
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling serde_json v1.0.144
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking safemem v0.3.3
[INFO] [stderr]     Checking deranged v0.5.3
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking gzip-header v1.0.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking tempfile v3.22.0
[INFO] [stderr]     Checking brotli-decompressor v2.5.1
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking chunked_transfer v1.5.0
[INFO] [stderr]    Compiling prometheus-client v0.21.2
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking ascii v1.1.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking winnow v0.5.40
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]     Checking deflate v1.0.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking twoway v0.1.8
[INFO] [stderr]     Checking buf_redux v0.8.4
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking tiny_http v0.12.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking clap_builder v4.5.47
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking filetime v0.2.26
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking dtoa v1.0.10
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking niqqud v0.1.0
[INFO] [stderr]     Checking multipart v0.18.0
[INFO] [stderr]     Checking regex-automata v0.4.10
[INFO] [stderr]     Checking brotli v3.5.0
[INFO] [stderr]     Checking time v0.3.43
[INFO] [stderr]     Checking regex v1.11.2
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]     Checking h2 v0.3.27
[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.221
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling uuid-macro-internal v1.18.1
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling prometheus-client-derive-encode v0.4.2
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking clap v4.5.47
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.3
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking unicode-bidi v0.3.18
[INFO] [stderr]     Checking uuid v1.18.1
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking toml_edit v0.19.15
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking toml v0.7.8
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Checking rouille v3.6.2
[INFO] [stderr]     Checking tiaf v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::notes`
[INFO] [stdout]  --> src/server.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::notes;
[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: `crate::notes`
[INFO] [stdout]  --> src/server.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::notes;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/server.rs:57:26
[INFO] [stdout]     |
[INFO] [stdout]  57 |           let mut result = router!(request,
[INFO] [stdout]     |  __________________________^
[INFO] [stdout]  58 | |             (GET) (/) => {
[INFO] [stdout]  59 | |                 rouille::Response::text("index")
[INFO] [stdout]  60 | |             },
[INFO] [stdout] ...   |
[INFO] [stdout] 249 | |             _ => rouille::Response::empty_404());
[INFO] [stdout]     | |________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout]     = note: this error originates in the macro `$crate::router` which comes from the expansion of the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tiaf` (lib) due to 1 previous error; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]    --> src/server.rs:57:26
[INFO] [stdout]     |
[INFO] [stdout]  57 |           let mut result = router!(request,
[INFO] [stdout]     |  __________________________^
[INFO] [stdout]  58 | |             (GET) (/) => {
[INFO] [stdout]  59 | |                 rouille::Response::text("index")
[INFO] [stdout]  60 | |             },
[INFO] [stdout] ...   |
[INFO] [stdout] 249 | |             _ => rouille::Response::empty_404());
[INFO] [stdout]     | |________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout]     = note: this error originates in the macro `$crate::router` which comes from the expansion of the macro `router` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tiaf` (lib test) due to 1 previous error; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "ab8f59cb59afd02782b3a455167e0677b4fcda56aaff822f694434460b53007f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab8f59cb59afd02782b3a455167e0677b4fcda56aaff822f694434460b53007f", kill_on_drop: false }`
[INFO] [stdout] ab8f59cb59afd02782b3a455167e0677b4fcda56aaff822f694434460b53007f
