[INFO] cloning repository https://github.com/blackyblack/identity_server
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/blackyblack/identity_server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblackyblack%2Fidentity_server", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblackyblack%2Fidentity_server'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 99d3b234aafeaa008ac7242d23e4a4ea66116730
[INFO] testing blackyblack/identity_server against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblackyblack%2Fidentity_server" "/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/blackyblack/identity_server
[INFO] finished tweaking git repo https://github.com/blackyblack/identity_server
[INFO] tweaked toml for git repo https://github.com/blackyblack/identity_server written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/blackyblack/identity_server on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/blackyblack/identity_server 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ca670dd336d62a420824f17844719c307d353d526f4c4d1037ebdc98eefc278c
[INFO] running `Command { std: "docker" "start" "-a" "ca670dd336d62a420824f17844719c307d353d526f4c4d1037ebdc98eefc278c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ca670dd336d62a420824f17844719c307d353d526f4c4d1037ebdc98eefc278c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca670dd336d62a420824f17844719c307d353d526f4c4d1037ebdc98eefc278c", kill_on_drop: false }`
[INFO] [stdout] ca670dd336d62a420824f17844719c307d353d526f4c4d1037ebdc98eefc278c
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 49b03ae96cd81afccfa4483682cdc51989c2fabd9d9ca439388a3f6413a4f80b
[INFO] running `Command { std: "docker" "start" "-a" "49b03ae96cd81afccfa4483682cdc51989c2fabd9d9ca439388a3f6413a4f80b", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling futures-lite v2.6.0
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling cc v1.2.23
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling piper v0.2.4
[INFO] [stderr]    Compiling event-listener v5.4.0
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling base64ct v1.8.0
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling value-bag v1.11.1
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling async-lock v3.4.0
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling winnow v0.7.11
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling async-executor v1.13.2
[INFO] [stderr]    Compiling rustix v0.37.28
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling async-channel v2.3.1
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling socket2 v0.4.10
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling blocking v1.6.1
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling parity-scale-codec v3.7.5
[INFO] [stderr]    Compiling standback v0.2.17
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling crunchy v0.2.3
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling cipher v0.2.5
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling byte-slice-cast v1.2.3
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling rustc-hex v2.1.0
[INFO] [stderr]    Compiling num-bigint-dig v0.8.4
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling crc v3.3.0
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling const_format v0.2.34
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling universal-hash v0.4.0
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling const_fn v0.4.11
[INFO] [stderr]    Compiling cpuid-bool v0.2.0
[INFO] [stderr]    Compiling polyval v0.4.5
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling aes-soft v0.6.4
[INFO] [stderr]    Compiling crypto-mac v0.10.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling time v0.2.27
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling keccak v0.1.5
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling aes v0.6.0
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling hmac v0.10.1
[INFO] [stderr]    Compiling ghash v0.3.1
[INFO] [stderr]    Compiling sqlformat v0.2.6
[INFO] [stderr]    Compiling fixed-hash v0.8.0
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling ctr v0.6.0
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]    Compiling libsqlite3-sys v0.27.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling aead v0.3.2
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling cookie v0.14.4
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling aes-gcm v0.8.0
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling hkdf v0.10.0
[INFO] [stderr]    Compiling uint v0.9.5
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling http-types v2.12.0
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling infer v0.2.3
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling async-attributes v1.1.2
[INFO] [stderr]    Compiling rlp-derive v0.1.0
[INFO] [stderr]    Compiling time-macros-impl v0.1.2
[INFO] [stderr]    Compiling bs58 v0.5.1
[INFO] [stderr]    Compiling blake3 v0.3.8
[INFO] [stderr]    Compiling ripemd v0.1.3
[INFO] [stderr]    Compiling crypto-mac v0.8.0
[INFO] [stderr]    Compiling bech32 v0.9.1
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling time-macros v0.1.1
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling open-fastrlp-derive v0.1.1
[INFO] [stderr]    Compiling salsa20 v0.10.2
[INFO] [stderr]    Compiling pbkdf2 v0.11.0
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling constant_time_eq v0.1.5
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling scrypt v0.10.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.6
[INFO] [stderr]    Compiling k256 v0.13.4
[INFO] [stderr]    Compiling rsa v0.9.8
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling hmac v0.8.1
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling impl-trait-for-tuples v0.2.3
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling parity-scale-codec-derive v3.7.5
[INFO] [stderr]    Compiling scale-info-derive v2.11.6
[INFO] [stderr]    Compiling num_enum_derive v0.7.4
[INFO] [stderr]    Compiling auto_impl v1.3.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling derive_more v1.0.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling async-dup v1.2.4
[INFO] [stderr]    Compiling const-hex v1.14.1
[INFO] [stderr]    Compiling bitmaps v2.1.0
[INFO] [stderr]    Compiling im v15.1.0
[INFO] [stderr]    Compiling base64 v0.12.3
[INFO] [stderr]    Compiling anstyle-query v1.1.2
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling colorchoice v1.0.3
[INFO] [stderr]    Compiling pin-project-lite v0.1.12
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling route-recognizer v0.2.0
[INFO] [stderr]    Compiling jiff v0.2.13
[INFO] [stderr]    Compiling sized-chunks v0.6.5
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling num_enum v0.7.4
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling serde_fmt v1.0.3
[INFO] [stderr]    Compiling erased-serde v0.4.6
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling impl-serde v0.4.0
[INFO] [stderr]    Compiling serde_qs v0.8.5
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling coins-core v0.8.7
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling value-bag-serde1 v1.11.1
[INFO] [stderr]    Compiling coins-bip32 v0.8.7
[INFO] [stderr]    Compiling scale-info v2.11.6
[INFO] [stderr]    Compiling impl-codec v0.6.0
[INFO] [stderr]    Compiling rlp v0.5.2
[INFO] [stderr]    Compiling eth-keystore v0.5.0
[INFO] [stderr]    Compiling coins-bip39 v0.8.7
[INFO] [stderr]    Compiling impl-rlp v0.3.0
[INFO] [stderr]    Compiling ethbloom v0.13.0
[INFO] [stderr]    Compiling primitive-types v0.12.2
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling femme v2.2.1
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling ethereum-types v0.14.1
[INFO] [stderr]    Compiling open-fastrlp v0.1.4
[INFO] [stderr]    Compiling ethabi v18.0.0
[INFO] [stderr]    Compiling ethers-core v2.0.14
[INFO] [stderr]    Compiling polling v3.7.4
[INFO] [stderr]    Compiling async-io v2.4.0
[INFO] [stderr]    Compiling async-global-executor v2.4.1
[INFO] [stderr]    Compiling async-signal v0.2.10
[INFO] [stderr]    Compiling async-process v2.3.0
[INFO] [stderr]    Compiling async-std v1.13.1
[INFO] [stderr]    Compiling sqlx-core v0.7.4
[INFO] [stderr]    Compiling async-session v2.0.1
[INFO] [stderr]    Compiling ethers-signers v2.0.14
[INFO] [stderr]    Compiling sqlx-sqlite v0.7.4
[INFO] [stderr]    Compiling sqlx-mysql v0.7.4
[INFO] [stderr]    Compiling async-sse v4.1.0
[INFO] [stderr]    Compiling async-h1 v2.3.4
[INFO] [stderr]    Compiling http-client v6.5.3
[INFO] [stderr]    Compiling tide v0.16.0
[INFO] [stderr]    Compiling sqlx-macros-core v0.7.4
[INFO] [stderr]    Compiling sqlx-macros v0.7.4
[INFO] [stderr]    Compiling sqlx v0.7.4
[INFO] [stderr]    Compiling identity_server v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "49b03ae96cd81afccfa4483682cdc51989c2fabd9d9ca439388a3f6413a4f80b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "49b03ae96cd81afccfa4483682cdc51989c2fabd9d9ca439388a3f6413a4f80b", kill_on_drop: false }`
[INFO] [stdout] 49b03ae96cd81afccfa4483682cdc51989c2fabd9d9ca439388a3f6413a4f80b
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 27243a795d9e6bad8d1a2008c73be17fe834f5578170730fe6218627286dcff4
[INFO] running `Command { std: "docker" "start" "-a" "27243a795d9e6bad8d1a2008c73be17fe834f5578170730fe6218627286dcff4", kill_on_drop: false }`
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling tempdir v0.3.7
[INFO] [stderr]    Compiling identity_server v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 18.57s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "27243a795d9e6bad8d1a2008c73be17fe834f5578170730fe6218627286dcff4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "27243a795d9e6bad8d1a2008c73be17fe834f5578170730fe6218627286dcff4", kill_on_drop: false }`
[INFO] [stdout] 27243a795d9e6bad8d1a2008c73be17fe834f5578170730fe6218627286dcff4
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 056bf506695e1d80b272663952b8418ced0b22a0dfa4e09bf7cdf62af7b3c4b1
[INFO] running `Command { std: "docker" "start" "-a" "056bf506695e1d80b272663952b8418ced0b22a0dfa4e09bf7cdf62af7b3c4b1", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.90s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/identity_server-e76f44b99f3261ec)
[INFO] [stdout] 
[INFO] [stdout] running 120 tests
[INFO] [stdout] test admins::tests::test_admin_management ... ok
[INFO] [stdout] test admins::tests::test_basic ... ok
[INFO] [stdout] test admins::tests::test_moderator_management ... ok
[INFO] [stdout] test config::tests::test_parse_default ... ok
[INFO] [stdout] test admins::tests::test_edge_cases ... ok
[INFO] [stdout] test identity::decay::tests::test_basic_proof_decay ... ok
[INFO] [stdout] test identity::forget::tests::test_basic ... ok
[INFO] [stdout] test identity::decay::tests::test_system_penalty_decay ... ok
[INFO] [stdout] test identity::decay::tests::test_basic_vouch_decay ... ok
[INFO] [stdout] test admins::db::tests::test_basic ... ok
[INFO] [stdout] test identity::forget::tests::test_keep_penalty ... ok
[INFO] [stdout] test identity::idt::tests::test_basic ... ok
[INFO] [stdout] test identity::idt::tests::test_branches ... ok
[INFO] [stdout] test identity::forget::tests::test_multiple_penalties ... ok
[INFO] [stdout] test identity::genesis::tests::test_genesis_balance ... ok
[INFO] [stdout] test identity::decay::tests::test_basic_penalty_decay ... ok
[INFO] [stdout] test identity::idt::tests::test_decay ... ok
[INFO] [stdout] test identity::forget::tests::test_multiple_penalties_decay ... ok
[INFO] [stdout] test admins::db::tests::test_moderator_management ... ok
[INFO] [stdout] test admins::db::tests::test_edge_cases ... ok
[INFO] [stdout] test config::tests::test_load_config_nonexistent_file ... ok
[INFO] [stdout] test config::tests::test_load_genesis_nonexistent_file ... ok
[INFO] [stdout] test config::tests::test_load_config_empty_file ... ok
[INFO] [stdout] test identity::idt::tests::test_cyclic ... ok
[INFO] [stdout] test config::tests::test_load_genesis_valid ... ok
[INFO] [stdout] test config::tests::test_load_genesis_empty ... ok
[INFO] [stdout] test config::tests::test_load_genesis_invalid ... ok
[INFO] [stdout] test config::tests::test_load_config_invalid_json ... ok
[INFO] [stdout] test config::tests::test_load_config_valid_file ... ok
[INFO] [stdout] test admins::db::tests::test_admin_management ... ok
[INFO] [stdout] test identity::proof::tests::test_basic ... ok
[INFO] [stdout] test identity::proof::tests::test_max_balance ... ok
[INFO] [stdout] test identity::idt::tests::test_mutual ... ok
[INFO] [stdout] test identity::punish::tests::test_max_penalty ... ok
[INFO] [stdout] test identity::punish::storage::tests::test_basic ... ok
[INFO] [stdout] test identity::idt::tests::test_max_vouchers ... ok
[INFO] [stdout] test identity::punish::tests::test_basic ... ok
[INFO] [stdout] test identity::idt::tests::test_voucher_sort_order ... ok
[INFO] [stdout] test identity::punish::tests::test_cleanup_forgotten_penalty ... ok
[INFO] [stdout] test identity::punish::tests::test_penalty ... ok
[INFO] [stdout] test identity::punish::tests::test_penalty_for_voucher ... ok
[INFO] [stdout] test identity::vouch::tests::test_vouch_self ... ok
[INFO] [stdout] test identity::vouch::tests::test_vouch_mutual ... ok
[INFO] [stdout] test identity::punish::tests::test_max_penalty_from_vouchees ... ok
[INFO] [stdout] test identity::vouch::storage::tests::test_basic ... ok
[INFO] [stdout] test identity::vouch::tests::test_basic ... ok
[INFO] [stdout] test identity::proof::storage::tests::test_basic ... ok
[INFO] [stdout] test identity::vouch_external::storage::tests::test_basic ... ok
[INFO] [stdout] test identity::vouch_external::storage::tests::test_remove_vouch ... ok
[INFO] [stdout] test identity::vouch::tests::test_vouch_twice ... ok
[INFO] [stdout] test identity::vouch_external::tests::test_basic ... ok
[INFO] [stdout] test routes::admins::is_admin::tests::test_basic ... ok
[INFO] [stdout] test identity::proof::db::tests::test_basic ... ok
[INFO] [stdout] test routes::admins::is_moderator::tests::test_basic ... ok
[INFO] [stdout] test routes::idt::tests::test_bad_route ... ok
[INFO] [stdout] test identity::vouch::db::tests::test_basic ... ok
[INFO] [stdout] test routes::idt::tests::test_basic ... ok
[INFO] [stdout] test routes::forget::tests::test_bad_request_format ... ok
[INFO] [stdout] test routes::admins::add_admin::tests::test_no_privilege ... ok
[INFO] [stdout] test routes::proof::tests::test_bad_request_format ... ok
[INFO] [stdout] test routes::punish::tests::test_bad_request_format ... ok
[INFO] [stdout] test routes::admins::add_moderator::tests::test_no_privilege ... ok
[INFO] [stdout] test routes::proof::tests::test_unprivileged_request ... ok
[INFO] [stdout] test identity::vouch_external::db::tests::test_remove_vouch ... ok
[INFO] [stdout] test identity::vouch_external::db::tests::test_basic ... ok
[INFO] [stdout] test identity::punish::db::tests::test_basic ... ok
[INFO] [stdout] test routes::admins::remove_moderator::tests::test_basic ... ok
[INFO] [stdout] test routes::forget::tests::test_basic_forget ... ok
[INFO] [stdout] test routes::admins::add_moderator::tests::test_basic ... ok
[INFO] [stdout] test routes::admins::remove_admin::tests::test_no_privilege ... ok
[INFO] [stdout] test routes::vouch::tests::test_bad_request_format ... ok
[INFO] [stdout] test routes::servers::get_servers::tests::test_basic ... ok
[INFO] [stdout] test routes::admins::remove_moderator::tests::test_no_privilege ... ok
[INFO] [stdout] test servers::storage::tests::test_basic ... ok
[INFO] [stdout] test servers::storage::tests::test_multiple_servers ... ok
[INFO] [stdout] test routes::servers::add_server::tests::test_basic ... ok
[INFO] [stdout] test servers::storage::tests::test_remove_nonexistent ... ok
[INFO] [stdout] test routes::admins::add_admin::tests::test_basic ... ok
[INFO] [stdout] test routes::servers::remove_server::tests::test_no_privilege ... ok
[INFO] [stdout] test servers::storage::tests::test_update_server ... ok
[INFO] [stdout] test routes::vouch::tests::test_basic_vouch ... ok
[INFO] [stdout] test routes::vouch::tests::test_invalid_user_signature ... ok
[INFO] [stdout] test routes::proof::tests::test_exceeded_max_balance ... ok
[INFO] [stdout] test verify::nonce::tests::test_basic ... ok
[INFO] [stdout] test verify::forget::tests::test_bad_nonce ... ok
[INFO] [stdout] test routes::punish::tests::test_unprivileged_request ... ok
[INFO] [stdout] test verify::forget::tests::test_consumed_nonce ... ok
[INFO] [stdout] test verify::forget::tests::test_bad_user ... ok
[INFO] [stdout] test routes::admins::remove_admin::tests::test_basic ... ok
[INFO] [stdout] test routes::forget::tests::test_external_server ... ok
[INFO] [stdout] test verify::proof::tests::test_bad_amount ... ok
[INFO] [stdout] test verify::forget::tests::test_basic ... ok
[INFO] [stdout] test servers::db::tests::test_basic ... ok
[INFO] [stdout] test verify::proof::tests::test_bad_proof_id ... ok
[INFO] [stdout] test routes::servers::add_server::tests::test_no_privilege ... ok
[INFO] [stdout] test verify::proof::tests::test_bad_nonce ... ok
[INFO] [stdout] test verify::nonce::db::tests::test_basic ... ok
[INFO] [stdout] test routes::vouch::tests::test_external_server ... ok
[INFO] [stdout] test routes::punish::tests::test_basic_punish ... ok
[INFO] [stdout] test verify::punish::tests::test_bad_nonce ... ok
[INFO] [stdout] test verify::punish::tests::test_bad_user ... ok
[INFO] [stdout] test verify::punish::tests::test_bad_amount ... ok
[INFO] [stdout] test routes::proof::tests::test_basic_proof ... ok
[INFO] [stdout] test verify::proof::tests::test_consumed_nonce ... ok
[INFO] [stdout] test verify::punish::tests::test_basic ... ok
[INFO] [stdout] test routes::servers::remove_server::tests::test_basic ... ok
[INFO] [stdout] test verify::punish::tests::test_consumed_nonce ... ok
[INFO] [stdout] test verify::punish::tests::test_bad_proof_id ... ok
[INFO] [stdout] test verify::signature::tests::test_invalid_signature ... ok
[INFO] [stdout] test verify::signature::tests::test_wrong_message ... ok
[INFO] [stdout] test verify::vouch::tests::test_bad_user ... ok
[INFO] [stdout] test verify::signature::tests::test_generate_and_verify_signature ... ok
[INFO] [stdout] test verify::vouch::tests::test_basic ... ok
[INFO] [stdout] test verify::vouch::tests::test_consumed_nonce ... ok
[INFO] [stdout] test verify::vouch::tests::test_bad_nonce ... ok
[INFO] [stdout] test verify::signature::tests::test_wrong_signer ... ok
[INFO] [stdout] test verify::signature::tests::test_duplicate_nonce ... ok
[INFO] [stdout] test verify::proof::tests::test_bad_user ... ok
[INFO] [stdout] test verify::proof::tests::test_basic ... ok
[INFO] [stdout] test verify::signature::tests::test_invalid_nonce ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 120 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/identity_server-e419c4d61e36809a)
[INFO] [stderr]    Doc-tests identity_server
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "056bf506695e1d80b272663952b8418ced0b22a0dfa4e09bf7cdf62af7b3c4b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "056bf506695e1d80b272663952b8418ced0b22a0dfa4e09bf7cdf62af7b3c4b1", kill_on_drop: false }`
[INFO] [stdout] 056bf506695e1d80b272663952b8418ced0b22a0dfa4e09bf7cdf62af7b3c4b1
