[INFO] cloning repository https://github.com/vpetrigo/hewpme
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vpetrigo/hewpme" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvpetrigo%2Fhewpme", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvpetrigo%2Fhewpme'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 385c755bd5e687bbf633e22b17bf44f225ae9020
[INFO] checking vpetrigo/hewpme against master#642c19bfc3a5c1de985bf5d0cc8207ac9d22708a for pr-148577
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvpetrigo%2Fhewpme" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/vpetrigo/hewpme
[INFO] finished tweaking git repo https://github.com/vpetrigo/hewpme
[INFO] tweaked toml for git repo https://github.com/vpetrigo/hewpme written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/vpetrigo/hewpme on toolchain 642c19bfc3a5c1de985bf5d0cc8207ac9d22708a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/vpetrigo/hewpme 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" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded twitch_oauth2 v0.12.9
[INFO] [stderr]   Downloaded rustls-pki-types v1.3.0
[INFO] [stderr]   Downloaded aliri_braid v0.4.0
[INFO] [stderr]   Downloaded twitch_types v0.4.4
[INFO] [stderr]   Downloaded bumpalo v3.15.1
[INFO] [stderr]   Downloaded twitch-irc v5.0.1
[INFO] [stderr]   Downloaded twitch_api v0.7.0-rc.7
[INFO] [stderr]   Downloaded rustls-pemfile v2.1.0
[INFO] [stderr]   Downloaded aliri_braid_impl v0.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f0c7205b0b62d97ea5bab536e887a399c3330c48fc623a0f140a40f4ee66d6d8
[INFO] running `Command { std: "docker" "start" "-a" "f0c7205b0b62d97ea5bab536e887a399c3330c48fc623a0f140a40f4ee66d6d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f0c7205b0b62d97ea5bab536e887a399c3330c48fc623a0f140a40f4ee66d6d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f0c7205b0b62d97ea5bab536e887a399c3330c48fc623a0f140a40f4ee66d6d8", kill_on_drop: false }`
[INFO] [stdout] f0c7205b0b62d97ea5bab536e887a399c3330c48fc623a0f140a40f4ee66d6d8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "-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" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fce7650962b2e2bb821b1b5d732d1672ccaca36dd0d8c0d9ecd2033895409dae
[INFO] running `Command { std: "docker" "start" "-a" "fce7650962b2e2bb821b1b5d732d1672ccaca36dd0d8c0d9ecd2033895409dae", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.50
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking mio v0.8.10
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr]    Compiling thiserror v1.0.57
[INFO] [stderr]     Checking indexmap v2.2.3
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]    Compiling rustls v0.21.10
[INFO] [stderr]     Checking rustls-pki-types v1.3.0
[INFO] [stderr]     Checking data-encoding v2.5.0
[INFO] [stderr]    Compiling rustls v0.22.2
[INFO] [stderr]     Checking rustls-native-certs v0.6.3
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling multer v2.1.0
[INFO] [stderr]     Checking headers-core v0.2.0
[INFO] [stderr]     Checking http v1.0.0
[INFO] [stderr]     Checking rustls-pemfile v2.1.0
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking headers v0.3.9
[INFO] [stderr]     Checking either v1.10.0
[INFO] [stderr]     Checking directories v5.0.1
[INFO] [stderr]     Checking rustls-native-certs v0.7.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling openssl-sys v0.9.100
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.57
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.77
[INFO] [stderr]    Compiling aliri_braid_impl v0.4.0
[INFO] [stderr]    Compiling displaydoc v0.2.4
[INFO] [stderr]    Compiling pin-project-internal v1.1.4
[INFO] [stderr]    Compiling enum_dispatch v0.3.12
[INFO] [stderr]     Checking tokio v1.36.0
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking pin-project v1.1.4
[INFO] [stderr]     Checking aliri_braid v0.4.0
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking tungstenite v0.20.1
[INFO] [stderr]     Checking serde v1.0.197
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking rustls-webpki v0.102.2
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tokio-stream v0.1.14
[INFO] [stderr]     Checking tokio-tungstenite v0.20.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking twitch_types v0.4.4
[INFO] [stderr]     Checking serde_path_to_error v0.1.15
[INFO] [stderr]     Checking chrono v0.4.34
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]     Checking h2 v0.3.24
[INFO] [stderr]     Checking tungstenite v0.21.0
[INFO] [stderr]     Checking tokio-rustls v0.25.0
[INFO] [stderr]     Checking tokio-tungstenite v0.21.0
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]     Checking hyper-rustls v0.24.2
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking warp v0.3.6
[INFO] [stderr]     Checking reqwest v0.11.24
[INFO] [stderr]     Checking twitch_oauth2 v0.12.9
[INFO] [stderr]     Checking twitch-irc v5.0.1
[INFO] [stderr]     Checking twitch_api v0.7.0-rc.7
[INFO] [stderr]     Checking hewpme v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/helper.rs:25:32
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub async fn get_followers(&self) -> MutexGuard<HashSet<String>> {
[INFO] [stdout]    |                                ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub async fn get_followers(&self) -> MutexGuard<'_, HashSet<String>> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/helper.rs:29:34
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub async fn get_subscribers(&self) -> MutexGuard<HashSet<String>> {
[INFO] [stdout]    |                                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub async fn get_subscribers(&self) -> MutexGuard<'_, HashSet<String>> {
[INFO] [stdout]    |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/helper.rs:25:32
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub async fn get_followers(&self) -> MutexGuard<HashSet<String>> {
[INFO] [stdout]    |                                ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub async fn get_followers(&self) -> MutexGuard<'_, HashSet<String>> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/helper.rs:29:34
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub async fn get_subscribers(&self) -> MutexGuard<HashSet<String>> {
[INFO] [stdout]    |                                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub async fn get_subscribers(&self) -> MutexGuard<'_, HashSet<String>> {
[INFO] [stdout]    |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.06s
[INFO] running `Command { std: "docker" "inspect" "fce7650962b2e2bb821b1b5d732d1672ccaca36dd0d8c0d9ecd2033895409dae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fce7650962b2e2bb821b1b5d732d1672ccaca36dd0d8c0d9ecd2033895409dae", kill_on_drop: false }`
[INFO] [stdout] fce7650962b2e2bb821b1b5d732d1672ccaca36dd0d8c0d9ecd2033895409dae
