[INFO] cloning repository https://github.com/aguss787/sso
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aguss787/sso" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faguss787%2Fsso", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faguss787%2Fsso'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0068e5cd707df05274ba7684ce40a9594f5cb3b7
[INFO] checking aguss787/sso against try#6713fa75964eb229409a9c6f6f5c418423e313ff for pr-133502-22
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faguss787%2Fsso" "/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/aguss787/sso
[INFO] finished tweaking git repo https://github.com/aguss787/sso
[INFO] tweaked toml for git repo https://github.com/aguss787/sso written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/aguss787/sso on toolchain 6713fa75964eb229409a9c6f6f5c418423e313ff
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/aguss787/sso 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" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] da7d11c05c496d6fe72c53c2d2abfaae8c6a057a273b37211567d5981182af5a
[INFO] running `Command { std: "docker" "start" "-a" "da7d11c05c496d6fe72c53c2d2abfaae8c6a057a273b37211567d5981182af5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "da7d11c05c496d6fe72c53c2d2abfaae8c6a057a273b37211567d5981182af5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da7d11c05c496d6fe72c53c2d2abfaae8c6a057a273b37211567d5981182af5a", kill_on_drop: false }`
[INFO] [stdout] da7d11c05c496d6fe72c53c2d2abfaae8c6a057a273b37211567d5981182af5a
[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" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a4ac8a77164649138ae3a0a75fb761ddcd02d4ab568de4eb02eca49cdf8d3417
[INFO] running `Command { std: "docker" "start" "-a" "a4ac8a77164649138ae3a0a75fb761ddcd02d4ab568de4eb02eca49cdf8d3417", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling serde v1.0.200
[INFO] [stderr]    Compiling cc v1.0.96
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]     Checking zerocopy v0.7.33
[INFO] [stderr]     Checking rustls-pki-types v1.5.0
[INFO] [stderr]     Checking getrandom v0.2.14
[INFO] [stderr]     Checking allocator-api2 v0.2.18
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]    Compiling rustversion v1.0.15
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]     Checking ryu v1.0.17
[INFO] [stderr]    Compiling rustls v0.23.5
[INFO] [stderr]     Checking finl_unicode v1.2.0
[INFO] [stderr]    Compiling pq-sys v0.4.8
[INFO] [stderr]    Compiling winnow v0.6.18
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking zeroize v1.7.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking rustls-pemfile v2.1.2
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking stringprep v0.1.4
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]     Checking regex-syntax v0.8.3
[INFO] [stderr]     Checking rustls-native-certs v0.7.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking sha1_smol v1.0.0
[INFO] [stderr]     Checking base64ct v1.6.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]     Checking whoami v1.5.1
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]    Compiling axum v0.7.5
[INFO] [stderr]     Checking webpki-roots v0.26.1
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking email-encoding v0.3.0
[INFO] [stderr]     Checking pem v3.0.4
[INFO] [stderr]     Checking hostname v0.4.0
[INFO] [stderr]     Checking scoped-futures v0.1.3
[INFO] [stderr]     Checking postgres-protocol v0.6.6
[INFO] [stderr]    Compiling sso v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking http-range-header v0.4.1
[INFO] [stderr]     Checking sync_wrapper v1.0.1
[INFO] [stderr]     Checking fastrand v2.1.0
[INFO] [stderr]     Checking quoted_printable v0.5.0
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling psm v0.1.21
[INFO] [stderr]    Compiling stacker v0.1.15
[INFO] [stderr]     Checking postgres-types v0.2.6
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking chumsky v0.9.3
[INFO] [stderr]     Checking regex v1.10.4
[INFO] [stderr]     Checking rustls-webpki v0.102.3
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.200
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling thiserror-impl v1.0.59
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling axum-macros v0.4.1
[INFO] [stderr]     Checking tokio v1.37.0
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking thiserror v1.0.59
[INFO] [stderr]     Checking simple_asn1 v0.6.2
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking pin-project v1.1.5
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling dsl_auto_type v0.1.2
[INFO] [stderr]    Compiling diesel_derives v2.2.2
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling serde_spanned v0.6.7
[INFO] [stderr]    Compiling toml_edit v0.22.20
[INFO] [stderr]     Checking uuid v1.8.0
[INFO] [stderr]     Checking email_address v0.2.4
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.16
[INFO] [stderr]     Checking lettre v0.11.7
[INFO] [stderr]     Checking jsonwebtoken v9.3.0
[INFO] [stderr]     Checking tokio-util v0.7.11
[INFO] [stderr]     Checking deadpool-runtime v0.1.3
[INFO] [stderr]     Checking hyper v1.3.1
[INFO] [stderr]     Checking tokio-rustls v0.26.0
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking deadpool v0.12.1
[INFO] [stderr]     Checking combine v4.6.7
[INFO] [stderr]     Checking tokio-postgres v0.7.10
[INFO] [stderr]     Checking tower-http v0.5.2
[INFO] [stderr]     Checking hyper-util v0.1.3
[INFO] [stderr]     Checking diesel v2.2.2
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stderr]     Checking migrations_internals v2.2.0
[INFO] [stderr]    Compiling migrations_macros v2.2.0
[INFO] [stderr]     Checking redis v0.26.1
[INFO] [stderr] error: could not compile `redis` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/6713fa75964eb229409a9c6f6f5c418423e313ff/bin/rustc --crate-name redis --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/redis-0.26.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="acl"' --cfg 'feature="aio"' --cfg 'feature="async-trait"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="futures-util"' --cfg 'feature="geospatial"' --cfg 'feature="keep-alive"' --cfg 'feature="pin-project-lite"' --cfg 'feature="rustls"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="rustls-pemfile"' --cfg 'feature="rustls-pki-types"' --cfg 'feature="script"' --cfg 'feature="sha1_smol"' --cfg 'feature="socket2"' --cfg 'feature="streams"' --cfg 'feature="tls-rustls"' --cfg 'feature="tokio"' --cfg 'feature="tokio-comp"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-rustls-comp"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acl", "ahash", "aio", "async-native-tls", "async-std", "async-std-comp", "async-std-native-tls-comp", "async-std-rustls-comp", "async-std-tls-comp", "async-trait", "bigdecimal", "bytes", "cluster", "cluster-async", "connection-manager", "crc16", "default", "disable-client-setinfo", "futures", "futures-rustls", "futures-util", "geospatial", "json", "keep-alive", "log", "native-tls", "num-bigint", "pin-project-lite", "r2d2", "rand", "rust_decimal", "rustls", "rustls-native-certs", "rustls-pemfile", "rustls-pki-types", "script", "sentinel", "serde", "serde_json", "sha1_smol", "socket2", "streams", "tcp_nodelay", "tls", "tls-native-tls", "tls-rustls", "tls-rustls-insecure", "tls-rustls-webpki-roots", "tokio", "tokio-comp", "tokio-native-tls", "tokio-native-tls-comp", "tokio-retry", "tokio-rustls", "tokio-rustls-comp", "tokio-util", "uuid", "webpki-roots"))' -C metadata=5a9a71134e114c37 -C extra-filename=-5be78e143d3e482d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern arc_swap=/opt/rustwide/target/debug/deps/libarc_swap-0cfbd5ed503e505c.rmeta --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-28a4feea0e26fb06.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-d4573c95bfb647a0.rmeta --extern combine=/opt/rustwide/target/debug/deps/libcombine-0897dc318add4997.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-95fa7982969ebf02.rmeta --extern itoa=/opt/rustwide/target/debug/deps/libitoa-a620877e32e7580a.rmeta --extern num_bigint=/opt/rustwide/target/debug/deps/libnum_bigint-d1b1639eb6c24a2d.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-af91b062c022a6aa.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-d3e862149ffec86e.rmeta --extern rustls=/opt/rustwide/target/debug/deps/librustls-a9a587fb565b4be1.rmeta --extern rustls_native_certs=/opt/rustwide/target/debug/deps/librustls_native_certs-3012aef9ce53bd6f.rmeta --extern rustls_pemfile=/opt/rustwide/target/debug/deps/librustls_pemfile-e91fc18398b0eb83.rmeta --extern rustls_pki_types=/opt/rustwide/target/debug/deps/librustls_pki_types-3229585e86da7f2a.rmeta --extern ryu=/opt/rustwide/target/debug/deps/libryu-6d8c01ac9060df04.rmeta --extern sha1_smol=/opt/rustwide/target/debug/deps/libsha1_smol-1a1dfc466644dca3.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-cfadd95c9ba4b138.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-6c6bc02d35d7f8a8.rmeta --extern tokio_rustls=/opt/rustwide/target/debug/deps/libtokio_rustls-33e6ca2043629850.rmeta --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-47752386082af5af.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-7b3560cf9e5f1730.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-6c9d43041fd58392/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "a4ac8a77164649138ae3a0a75fb761ddcd02d4ab568de4eb02eca49cdf8d3417", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a4ac8a77164649138ae3a0a75fb761ddcd02d4ab568de4eb02eca49cdf8d3417", kill_on_drop: false }`
[INFO] [stdout] a4ac8a77164649138ae3a0a75fb761ddcd02d4ab568de4eb02eca49cdf8d3417
