[INFO] cloning repository https://github.com/teliosdev/tq
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/teliosdev/tq" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fteliosdev%2Ftq", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fteliosdev%2Ftq'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4dbc7eae9a632d93a943ce3c2a36442d5de60267
[INFO] checking teliosdev/tq 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%2Fteliosdev%2Ftq" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/teliosdev/tq
[INFO] finished tweaking git repo https://github.com/teliosdev/tq
[INFO] tweaked toml for git repo https://github.com/teliosdev/tq written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/teliosdev/tq 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/teliosdev/tq 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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] ceecec14074bd7deb8c34ddaf2320f1ca1075e444bca21defe3cf6a76a297bc8
[INFO] running `Command { std: "docker" "start" "-a" "ceecec14074bd7deb8c34ddaf2320f1ca1075e444bca21defe3cf6a76a297bc8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ceecec14074bd7deb8c34ddaf2320f1ca1075e444bca21defe3cf6a76a297bc8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ceecec14074bd7deb8c34ddaf2320f1ca1075e444bca21defe3cf6a76a297bc8", kill_on_drop: false }`
[INFO] [stdout] ceecec14074bd7deb8c34ddaf2320f1ca1075e444bca21defe3cf6a76a297bc8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 003c76fcd473957046ee6013a171568751395bc5c90ed76a6f795784da0e6398
[INFO] running `Command { std: "docker" "start" "-a" "003c76fcd473957046ee6013a171568751395bc5c90ed76a6f795784da0e6398", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]     Checking litemap v0.7.5
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.1
[INFO] [stderr]    Compiling icu_properties_data v1.5.1
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling zerocopy v0.8.24
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking sha1_smol v1.0.1
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking socket2 v0.5.9
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.0
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]     Checking tokio v1.44.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking tokio-util v0.7.14
[INFO] [stderr]     Checking bb8 v0.9.0
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking combine v4.6.7
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking redis v0.29.2
[INFO] [stderr]     Checking bb8-redis v0.21.0
[INFO] [stderr]     Checking tq v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: this type will no longer be must used: Result<CounterService, Infallible>
[INFO] [stdout]   --> tests/integration_test.rs:79:20
[INFO] [stdout]    |
[INFO] [stdout] 79 |           async move {
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 80 | |             assert!(
[INFO] [stdout] 81 | |                 !mkservice.fetch_or(true, Ordering::SeqCst),
[INFO] [stdout] 82 | |                 "mkservice created another service?"
[INFO] [stdout] 83 | |             );
[INFO] [stdout] 84 | |             Ok::<_, core::convert::Infallible>(CounterService::new(Arc::new(AtomicU64::new(0)), tx))
[INFO] [stdout] 85 | |         }
[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<CounterService, Infallible>
[INFO] [stdout]   --> tests/integration_test.rs:84:13
[INFO] [stdout]    |
[INFO] [stdout] 84 |             Ok::<_, core::convert::Infallible>(CounterService::new(Arc::new(AtomicU64::new(0)), tx))
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<FailCounterService, Infallible>
[INFO] [stdout]    --> tests/integration_test.rs:149:20
[INFO] [stdout]     |
[INFO] [stdout] 149 |           async move {
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 150 | |             assert!(
[INFO] [stdout] 151 | |                 !mkservice.fetch_or(true, Ordering::SeqCst),
[INFO] [stdout] 152 | |                 "mkservice created another service?"
[INFO] [stdout] ...   |
[INFO] [stdout] 157 | |             ))
[INFO] [stdout] 158 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<FailCounterService, Infallible>
[INFO] [stdout]    --> tests/integration_test.rs:154:13
[INFO] [stdout]     |
[INFO] [stdout] 154 | /             Ok::<_, core::convert::Infallible>(FailCounterService::new(
[INFO] [stdout] 155 | |                 Arc::new(AtomicU64::new(0)),
[INFO] [stdout] 156 | |                 tx.clone(),
[INFO] [stdout] 157 | |             ))
[INFO] [stdout]     | |______________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tq` (test "integration_test") due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "003c76fcd473957046ee6013a171568751395bc5c90ed76a6f795784da0e6398", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "003c76fcd473957046ee6013a171568751395bc5c90ed76a6f795784da0e6398", kill_on_drop: false }`
[INFO] [stdout] 003c76fcd473957046ee6013a171568751395bc5c90ed76a6f795784da0e6398
