[INFO] cloning repository https://github.com/Protryon/axum-util
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Protryon/axum-util" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FProtryon%2Faxum-util", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FProtryon%2Faxum-util'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] abc530ae4478cae71d2bdd306849ddaf8a23a95a
[INFO] checking Protryon/axum-util against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FProtryon%2Faxum-util" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Protryon/axum-util
[INFO] finished tweaking git repo https://github.com/Protryon/axum-util
[INFO] tweaked toml for git repo https://github.com/Protryon/axum-util written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Protryon/axum-util on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Protryon/axum-util 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" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7caf641d379e09fbdf4d9167fdf19af1ad43c45bcec0c7953316fc2141adafab
[INFO] running `Command { std: "docker" "start" "-a" "7caf641d379e09fbdf4d9167fdf19af1ad43c45bcec0c7953316fc2141adafab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7caf641d379e09fbdf4d9167fdf19af1ad43c45bcec0c7953316fc2141adafab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7caf641d379e09fbdf4d9167fdf19af1ad43c45bcec0c7953316fc2141adafab", kill_on_drop: false }`
[INFO] [stdout] 7caf641d379e09fbdf4d9167fdf19af1ad43c45bcec0c7953316fc2141adafab
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fd368e3d6debfbdf9b38f558f277dc0ebe52ded65973e710ee1751c126478998
[INFO] running `Command { std: "docker" "start" "-a" "fd368e3d6debfbdf9b38f558f277dc0ebe52ded65973e710ee1751c126478998", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.18
[INFO] [stderr]    Compiling tokio v1.28.2
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling serde v1.0.164
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling openssl-sys v0.9.88
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling serde_json v1.0.97
[INFO] [stderr]    Compiling rustversion v1.0.12
[INFO] [stderr]    Compiling openssl v0.10.54
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]    Compiling num-bigint v0.3.3
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling async-trait v0.1.68
[INFO] [stderr]    Compiling regex-syntax v0.7.2
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]     Checking time v0.1.45
[INFO] [stderr]    Compiling aho-corasick v1.0.2
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling protobuf v2.28.0
[INFO] [stderr]    Compiling rustls v0.20.8
[INFO] [stderr]    Compiling if_chain v1.0.2
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]     Checking iana-time-zone v0.1.57
[INFO] [stderr]     Checking matches v0.1.10
[INFO] [stderr]    Compiling anyhow v1.0.71
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]     Checking data-encoding v2.4.0
[INFO] [stderr]     Checking cpufeatures v0.2.8
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]    Compiling prometheus v0.13.3
[INFO] [stderr]     Checking matchit v0.7.0
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling axum v0.6.18
[INFO] [stderr]     Checking num-complex v0.3.1
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling validator_types v0.15.0
[INFO] [stderr]    Compiling regex v1.8.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking sha2 v0.10.7
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking num v0.3.1
[INFO] [stderr]    Compiling serde_derive v1.0.164
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]     Checking sct v0.7.0
[INFO] [stderr]     Checking webpki v0.22.0
[INFO] [stderr]    Compiling validator_derive v0.15.0
[INFO] [stderr]     Checking tokio-util v0.7.8
[INFO] [stderr]     Checking tokio-stream v0.1.14
[INFO] [stderr]     Checking pin-project v1.1.0
[INFO] [stderr]     Checking tokio-rustls v0.23.4
[INFO] [stderr]     Checking h2 v0.3.19
[INFO] [stderr]     Checking futures-executor v0.3.28
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking futures v0.3.28
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking url v2.4.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking chrono v0.4.26
[INFO] [stderr]     Checking serde_path_to_error v0.1.11
[INFO] [stderr]     Checking validator v0.15.0
[INFO] [stderr]     Checking jwt v0.16.0
[INFO] [stderr]     Checking biscuit v0.5.0
[INFO] [stderr]     Checking hyper v0.14.26
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.18
[INFO] [stderr]     Checking openid v0.11.1
[INFO] [stderr]     Checking axum-util v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.95s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.54
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] running `Command { std: "docker" "inspect" "fd368e3d6debfbdf9b38f558f277dc0ebe52ded65973e710ee1751c126478998", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd368e3d6debfbdf9b38f558f277dc0ebe52ded65973e710ee1751c126478998", kill_on_drop: false }`
[INFO] [stdout] fd368e3d6debfbdf9b38f558f277dc0ebe52ded65973e710ee1751c126478998
