[INFO] cloning repository https://github.com/chriamue/nft-login
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chriamue/nft-login" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchriamue%2Fnft-login", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchriamue%2Fnft-login'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d7b12cc14fc949a21af6cc33daf14f8987c6c9cd
[INFO] testing chriamue/nft-login against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchriamue%2Fnft-login" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/chriamue/nft-login
[INFO] finished tweaking git repo https://github.com/chriamue/nft-login
[INFO] tweaked toml for git repo https://github.com/chriamue/nft-login written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/chriamue/nft-login on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/chriamue/nft-login 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-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] eb752ebd575d07d94673a59f82df76d709f3a5c429310f3e66491dfe38cc3c3b
[INFO] running `Command { std: "docker" "start" "-a" "eb752ebd575d07d94673a59f82df76d709f3a5c429310f3e66491dfe38cc3c3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eb752ebd575d07d94673a59f82df76d709f3a5c429310f3e66491dfe38cc3c3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb752ebd575d07d94673a59f82df76d709f3a5c429310f3e66491dfe38cc3c3b", kill_on_drop: false }`
[INFO] [stdout] eb752ebd575d07d94673a59f82df76d709f3a5c429310f3e66491dfe38cc3c3b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0fabf8a184df1518856fd937d5633eadea1b8acf984e0ea5ac0a0c241561db23
[INFO] running `Command { std: "docker" "start" "-a" "0fabf8a184df1518856fd937d5633eadea1b8acf984e0ea5ac0a0c241561db23", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.33
[INFO] [stderr]    Compiling syn v1.0.82
[INFO] [stderr]    Compiling serde_derive v1.0.131
[INFO] [stderr]    Compiling serde v1.0.131
[INFO] [stderr]    Compiling futures-core v0.3.18
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling futures-sink v0.3.18
[INFO] [stderr]    Compiling tokio v1.14.0
[INFO] [stderr]    Compiling futures-task v0.3.18
[INFO] [stderr]    Compiling futures-channel v0.3.18
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling mio v0.7.14
[INFO] [stderr]    Compiling futures-util v0.3.18
[INFO] [stderr]    Compiling futures-io v0.3.18
[INFO] [stderr]    Compiling yansi v0.5.0
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.9.1
[INFO] [stderr]    Compiling socket2 v0.4.2
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling standback v0.2.17
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling ryu v1.0.7
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling serde_json v1.0.72
[INFO] [stderr]    Compiling const_fn v0.4.8
[INFO] [stderr]    Compiling time v0.2.27
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling cookie v0.15.1
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling radium v0.6.2
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling inlinable_string v0.1.14
[INFO] [stderr]    Compiling ref-cast v1.0.6
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling uncased v0.9.6
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling funty v1.1.0
[INFO] [stderr]    Compiling wyz v0.2.0
[INFO] [stderr]    Compiling state v0.5.2
[INFO] [stderr]    Compiling rlp v0.5.1
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling figment v0.10.6
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling multer v2.0.1
[INFO] [stderr]    Compiling atomic v0.5.1
[INFO] [stderr]    Compiling byte-slice-cast v1.2.0
[INFO] [stderr]    Compiling unchecked-index v0.2.2
[INFO] [stderr]    Compiling impl-rlp v0.3.0
[INFO] [stderr]    Compiling fixed-hash v0.7.0
[INFO] [stderr]    Compiling rocket v0.5.0-rc.1
[INFO] [stderr]    Compiling bitvec v0.20.4
[INFO] [stderr]    Compiling twoway v0.2.2
[INFO] [stderr]    Compiling spin v0.9.2
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling uint v0.9.1
[INFO] [stderr]    Compiling tempfile v3.2.0
[INFO] [stderr]    Compiling mime_guess v2.0.3
[INFO] [stderr]    Compiling rustls-pemfile v0.2.1
[INFO] [stderr]    Compiling secp256k1-sys v0.4.1
[INFO] [stderr]    Compiling binascii v0.1.4
[INFO] [stderr]    Compiling wyhash v0.5.0
[INFO] [stderr]    Compiling time v0.1.43
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling webpki v0.22.0
[INFO] [stderr]    Compiling webpki v0.21.4
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling sha3 v0.9.1
[INFO] [stderr]    Compiling entity-tag v0.1.5
[INFO] [stderr]    Compiling ordered-float v1.1.1
[INFO] [stderr]    Compiling webpki-roots v0.21.1
[INFO] [stderr]    Compiling sha-1 v0.9.8
[INFO] [stderr]    Compiling rustls v0.20.2
[INFO] [stderr]    Compiling sha2 v0.9.8
[INFO] [stderr]    Compiling headers-core v0.2.0
[INFO] [stderr]    Compiling debug-helper v0.3.12
[INFO] [stderr]    Compiling headers v0.3.5
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling secp256k1 v0.20.3
[INFO] [stderr]    Compiling tokio-util v0.6.9
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling h2 v0.3.9
[INFO] [stderr]    Compiling devise_core v0.3.1
[INFO] [stderr]    Compiling tokio-macros v1.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling time-macros-impl v0.1.2
[INFO] [stderr]    Compiling pear_codegen v0.2.3
[INFO] [stderr]    Compiling ref-cast-impl v1.0.6
[INFO] [stderr]    Compiling impl-trait-for-tuples v0.2.1
[INFO] [stderr]    Compiling async-stream-impl v0.3.2
[INFO] [stderr]    Compiling async-trait v0.1.52
[INFO] [stderr]    Compiling pin-project-internal v1.0.8
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling manifest-dir-macros v0.1.11
[INFO] [stderr]    Compiling async-stream v0.3.2
[INFO] [stderr]    Compiling devise_codegen v0.3.1
[INFO] [stderr]    Compiling time-macros v0.1.1
[INFO] [stderr]    Compiling pear v0.2.3
[INFO] [stderr]    Compiling devise v0.3.1
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling proc-macro-crate v1.1.0
[INFO] [stderr]    Compiling hyper v0.14.16
[INFO] [stderr]    Compiling pin-project v1.0.8
[INFO] [stderr]    Compiling parity-scale-codec-derive v2.3.1
[INFO] [stderr]    Compiling rocket_http v0.5.0-rc.1
[INFO] [stderr]    Compiling futures-executor v0.3.18
[INFO] [stderr]    Compiling futures v0.3.18
[INFO] [stderr]    Compiling tokio-rustls v0.23.1
[INFO] [stderr]    Compiling tokio-stream v0.1.8
[INFO] [stderr]    Compiling rc-u8-reader v2.0.14
[INFO] [stderr]    Compiling rocket_codegen v0.5.0-rc.1
[INFO] [stderr]    Compiling impl-serde v0.3.2
[INFO] [stderr]    Compiling parity-scale-codec v2.3.1
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.0
[INFO] [stderr]    Compiling ubyte v0.10.1
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling serde_path_to_error v0.1.5
[INFO] [stderr]    Compiling serde-value v0.6.0
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling ethbloom v0.11.1
[INFO] [stderr]    Compiling jsonrpc-core v18.0.0
[INFO] [stderr]    Compiling impl-codec v0.5.1
[INFO] [stderr]    Compiling primitive-types v0.9.1
[INFO] [stderr]    Compiling ethereum-types v0.11.0
[INFO] [stderr]    Compiling ethabi v14.1.0
[INFO] [stderr]    Compiling hyper-rustls v0.23.0
[INFO] [stderr]    Compiling reqwest v0.11.7
[INFO] [stderr]    Compiling oauth2 v4.1.0
[INFO] [stderr]    Compiling web3 v0.17.0
[INFO] [stderr]    Compiling openidconnect v2.1.2
[INFO] [stderr]    Compiling rocket-etag-if-none-match v0.4.0
[INFO] [stderr]    Compiling rocket-cache-response v0.6.0
[INFO] [stderr]    Compiling rocket-include-static-resources v0.10.0
[INFO] [stderr]    Compiling nft-login v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `authorize_endpoint`
[INFO] [stdout]   --> src/authorize.rs:15:14
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub async fn authorize_endpoint(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `default_authorize_endpoint`
[INFO] [stdout]    --> src/authorize.rs:181:14
[INFO] [stdout]     |
[INFO] [stdout] 181 | pub async fn default_authorize_endpoint(
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `default_configuration`
[INFO] [stdout]   --> src/config.rs:55:8
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub fn default_configuration(config: &State<Config>) -> content::Json<String> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `authorize_well_known`
[INFO] [stdout]   --> src/config.rs:60:8
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub fn authorize_well_known(config: &State<Config>, realm: String) -> content::Json<String> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `well_known_oauth_authorization_server`
[INFO] [stdout]   --> src/config.rs:65:8
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub fn well_known_oauth_authorization_server(
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `configuration`
[INFO] [stdout]   --> src/config.rs:73:8
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub fn configuration(config: &State<Config>, realm: String) -> content::Json<String> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `default_token_endpoint`
[INFO] [stdout]   --> src/token.rs:35:14
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub async fn default_token_endpoint(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `token_endpoint`
[INFO] [stdout]   --> src/token.rs:44:14
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub async fn token_endpoint(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `default_post_token_endpoint`
[INFO] [stdout]   --> src/token.rs:64:14
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub async fn default_post_token_endpoint(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `post_token_endpoint`
[INFO] [stdout]   --> src/token.rs:73:14
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub async fn post_token_endpoint(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `default_userinfo_endpoint`
[INFO] [stdout]   --> src/userinfo.rs:30:14
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub async fn default_userinfo_endpoint(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `userinfo_endpoint`
[INFO] [stdout]   --> src/userinfo.rs:39:14
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub async fn userinfo_endpoint(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `default_options_userinfo_endpoint`
[INFO] [stdout]   --> src/userinfo.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn default_options_userinfo_endpoint() {}
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `options_userinfo_endpoint`
[INFO] [stdout]   --> src/userinfo.rs:64:14
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub async fn options_userinfo_endpoint(realm: String) {}
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `grant_type`, `client_id`, `client_secret`, and `redirect_uri` are never read
[INFO] [stdout]   --> src/token.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct PostData {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 27 |     pub grant_type: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 28 |     pub code: String,
[INFO] [stdout] 29 |     pub client_id: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 30 |     pub client_secret: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 31 |     pub redirect_uri: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: ubyte v0.10.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "0fabf8a184df1518856fd937d5633eadea1b8acf984e0ea5ac0a0c241561db23", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0fabf8a184df1518856fd937d5633eadea1b8acf984e0ea5ac0a0c241561db23", kill_on_drop: false }`
[INFO] [stdout] 0fabf8a184df1518856fd937d5633eadea1b8acf984e0ea5ac0a0c241561db23
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1450ff71b867f6c87a5368da8d4a5503508e741d2981e23ef23f79a98db5a6a3
[INFO] running `Command { std: "docker" "start" "-a" "1450ff71b867f6c87a5368da8d4a5503508e741d2981e23ef23f79a98db5a6a3", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.14.0
[INFO] [stderr]    Compiling tokio-util v0.6.9
[INFO] [stderr]    Compiling tokio-stream v0.1.8
[INFO] [stderr]    Compiling tokio-rustls v0.23.1
[INFO] [stderr]    Compiling rc-u8-reader v2.0.14
[INFO] [stderr]    Compiling tokio-test v0.4.2
[INFO] [stderr]    Compiling h2 v0.3.9
[INFO] [stderr]    Compiling multer v2.0.1
[INFO] [stderr]    Compiling hyper v0.14.16
[INFO] [stderr]    Compiling hyper-rustls v0.23.0
[INFO] [stderr]    Compiling rocket_http v0.5.0-rc.1
[INFO] [stderr]    Compiling reqwest v0.11.7
[INFO] [stderr]    Compiling rocket v0.5.0-rc.1
[INFO] [stderr]    Compiling oauth2 v4.1.0
[INFO] [stderr]    Compiling web3 v0.17.0
[INFO] [stderr]    Compiling openidconnect v2.1.2
[INFO] [stderr]    Compiling rocket-etag-if-none-match v0.4.0
[INFO] [stderr]    Compiling rocket-cache-response v0.6.0
[INFO] [stderr]    Compiling rocket-include-static-resources v0.10.0
[INFO] [stderr]    Compiling nft-login v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `authorize_endpoint`
[INFO] [stdout]   --> src/authorize.rs:15:14
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub async fn authorize_endpoint(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `default_authorize_endpoint`
[INFO] [stdout]    --> src/authorize.rs:181:14
[INFO] [stdout]     |
[INFO] [stdout] 181 | pub async fn default_authorize_endpoint(
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `default_configuration`
[INFO] [stdout]   --> src/config.rs:55:8
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub fn default_configuration(config: &State<Config>) -> content::Json<String> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `authorize_well_known`
[INFO] [stdout]   --> src/config.rs:60:8
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub fn authorize_well_known(config: &State<Config>, realm: String) -> content::Json<String> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `well_known_oauth_authorization_server`
[INFO] [stdout]   --> src/config.rs:65:8
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub fn well_known_oauth_authorization_server(
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `configuration`
[INFO] [stdout]   --> src/config.rs:73:8
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub fn configuration(config: &State<Config>, realm: String) -> content::Json<String> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `default_token_endpoint`
[INFO] [stdout]   --> src/token.rs:35:14
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub async fn default_token_endpoint(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `token_endpoint`
[INFO] [stdout]   --> src/token.rs:44:14
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub async fn token_endpoint(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `default_post_token_endpoint`
[INFO] [stdout]   --> src/token.rs:64:14
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub async fn default_post_token_endpoint(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `post_token_endpoint`
[INFO] [stdout]   --> src/token.rs:73:14
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub async fn post_token_endpoint(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `default_userinfo_endpoint`
[INFO] [stdout]   --> src/userinfo.rs:30:14
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub async fn default_userinfo_endpoint(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `userinfo_endpoint`
[INFO] [stdout]   --> src/userinfo.rs:39:14
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub async fn userinfo_endpoint(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `default_options_userinfo_endpoint`
[INFO] [stdout]   --> src/userinfo.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn default_options_userinfo_endpoint() {}
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `options_userinfo_endpoint`
[INFO] [stdout]   --> src/userinfo.rs:64:14
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub async fn options_userinfo_endpoint(realm: String) {}
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `grant_type`, `client_id`, `client_secret`, and `redirect_uri` are never read
[INFO] [stdout]   --> src/token.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct PostData {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 27 |     pub grant_type: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 28 |     pub code: String,
[INFO] [stdout] 29 |     pub client_id: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 30 |     pub client_secret: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 31 |     pub redirect_uri: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 19.80s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: ubyte v0.10.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "1450ff71b867f6c87a5368da8d4a5503508e741d2981e23ef23f79a98db5a6a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1450ff71b867f6c87a5368da8d4a5503508e741d2981e23ef23f79a98db5a6a3", kill_on_drop: false }`
[INFO] [stdout] 1450ff71b867f6c87a5368da8d4a5503508e741d2981e23ef23f79a98db5a6a3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ca79be074a98a299dffaea2652083758a42079c34a1847275708022e41292dc3
[INFO] running `Command { std: "docker" "start" "-a" "ca79be074a98a299dffaea2652083758a42079c34a1847275708022e41292dc3", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `authorize_endpoint`
[INFO] [stderr]   --> src/authorize.rs:15:14
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub async fn authorize_endpoint(
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `default_authorize_endpoint`
[INFO] [stderr]    --> src/authorize.rs:181:14
[INFO] [stderr]     |
[INFO] [stderr] 181 | pub async fn default_authorize_endpoint(
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `default_configuration`
[INFO] [stderr]   --> src/config.rs:55:8
[INFO] [stderr]    |
[INFO] [stderr] 55 | pub fn default_configuration(config: &State<Config>) -> content::Json<String> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `authorize_well_known`
[INFO] [stderr]   --> src/config.rs:60:8
[INFO] [stderr]    |
[INFO] [stderr] 60 | pub fn authorize_well_known(config: &State<Config>, realm: String) -> content::Json<String> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `well_known_oauth_authorization_server`
[INFO] [stderr]   --> src/config.rs:65:8
[INFO] [stderr]    |
[INFO] [stderr] 65 | pub fn well_known_oauth_authorization_server(
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `configuration`
[INFO] [stderr]   --> src/config.rs:73:8
[INFO] [stderr]    |
[INFO] [stderr] 73 | pub fn configuration(config: &State<Config>, realm: String) -> content::Json<String> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `default_token_endpoint`
[INFO] [stderr]   --> src/token.rs:35:14
[INFO] [stderr]    |
[INFO] [stderr] 35 | pub async fn default_token_endpoint(
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `token_endpoint`
[INFO] [stderr]   --> src/token.rs:44:14
[INFO] [stderr]    |
[INFO] [stderr] 44 | pub async fn token_endpoint(
[INFO] [stderr]    |              ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `default_post_token_endpoint`
[INFO] [stderr]   --> src/token.rs:64:14
[INFO] [stderr]    |
[INFO] [stderr] 64 | pub async fn default_post_token_endpoint(
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `post_token_endpoint`
[INFO] [stderr]   --> src/token.rs:73:14
[INFO] [stderr]    |
[INFO] [stderr] 73 | pub async fn post_token_endpoint(
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `default_userinfo_endpoint`
[INFO] [stderr]   --> src/userinfo.rs:30:14
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub async fn default_userinfo_endpoint(
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `userinfo_endpoint`
[INFO] [stderr]   --> src/userinfo.rs:39:14
[INFO] [stderr]    |
[INFO] [stderr] 39 | pub async fn userinfo_endpoint(
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `default_options_userinfo_endpoint`
[INFO] [stderr]   --> src/userinfo.rs:60:14
[INFO] [stderr]    |
[INFO] [stderr] 60 | pub async fn default_options_userinfo_endpoint() {}
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `options_userinfo_endpoint`
[INFO] [stderr]   --> src/userinfo.rs:64:14
[INFO] [stderr]    |
[INFO] [stderr] 64 | pub async fn options_userinfo_endpoint(realm: String) {}
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `grant_type`, `client_id`, `client_secret`, and `redirect_uri` are never read
[INFO] [stderr]   --> src/token.rs:27:9
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub struct PostData {
[INFO] [stderr]    |            -------- fields in this struct
[INFO] [stderr] 27 |     pub grant_type: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^^
[INFO] [stderr] 28 |     pub code: String,
[INFO] [stderr] 29 |     pub client_id: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^
[INFO] [stderr] 30 |     pub client_secret: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^^^^^
[INFO] [stderr] 31 |     pub redirect_uri: String,
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `nft-login` (bin "nft-login" test) generated 15 warnings (run `cargo fix --bin "nft-login" --tests` to apply 14 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: ubyte v0.10.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/nft_login-046cbdf9ac00ebbd)
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test config::tests::test_node ... ok
[INFO] [stdout] test config::tests::test_chain_id ... ok
[INFO] [stdout] test authorize::tests::redirect ... ok
[INFO] [stdout] test web3::tests::test_crypto_boy ... ignored
[INFO] [stdout] test web3::tests::test_crypto_kitties ... ignored
[INFO] [stdout] test authorize::tests::wrong_redirect_uri ... ok
[INFO] [stdout] test web3::tests::test_wrong_signature ... ok
[INFO] [stdout] test authorize::tests::redirect_with_contract ... ok
[INFO] [stdout] test config::tests::test_endpoints ... ok
[INFO] [stdout] test tests::jwk_test::hello_world ... ok
[INFO] [stdout] test authorize::tests::account_no_signature ... ok
[INFO] [stdout] test tests::client_test::hello_world ... ok
[INFO] [stdout] test web3::tests::test_recover ... ok
[INFO] [stdout] test authorize::tests::account_valid_signature ... ok
[INFO] [stdout] test web3::tests::test_validate ... ok
[INFO] [stdout] test authorize::tests::account_not_owner ... ok
[INFO] [stdout] test web3::tests::test_crypto_boy_on_okt ... FAILED
[INFO] [stdout] test authorize::tests::test_code_id_token ... FAILED
[INFO] [stdout] test authorize::tests::test_state ... FAILED
[INFO] [stdout] test token::tests::token ... FAILED
[INFO] [stdout] test authorize::tests::account_is_owner ... FAILED
[INFO] [stdout] test userinfo::tests::userinfo ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- web3::tests::test_crypto_boy_on_okt stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'web3::tests::test_crypto_boy_on_okt' (49) panicked at src/web3.rs:166:18:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: InvalidResponse("Api error: Transport error: failed to send request: error sending request for url (https://exchaintestrpc.okex.org/): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62a0984be4c2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62a0984be4c2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62a0984be4c2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x62a0984be4c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x62a0984d0b0f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x62a0984d0b0f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x62a09848a2d1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62a09848a2d1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x62a098496d52 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x62a09849bddf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x62a09849bc71 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x62a097b770ae - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x62a097b770ae - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x62a09849c54f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x62a09849c54f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x62a09849c2fa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x62a098496e89 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x62a09847da2d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x62a0984dbc00 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x62a0984db0d6 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x62a097b0ec84 - core::result::Result<T,E>::unwrap::h6ac95f9314c2c2e9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x62a097b0ec84 - nft_login::web3::tests::test_crypto_boy_on_okt::{{closure}}::hd6fcaed3d9237b2d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web3.rs:166:18
[INFO] [stdout]   22:     0x62a097a3a73d - <core::pin::Pin<P> as core::future::future::Future>::poll::hf9107d0880886fd2
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x62a097a0599d - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::{{closure}}::h6dbe3a266d28daf8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.14.0/src/runtime/basic_scheduler.rs:240:78
[INFO] [stdout]   24:     0x62a097a6e5d0 - tokio::coop::with_budget::{{closure}}::hfff9c091269219e8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.14.0/src/coop.rs:106:9
[INFO] [stdout]   25:     0x62a097a51575 - std::thread::local::LocalKey<T>::try_with::h2790ad5ab97a8509
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   26:     0x62a097a50bce - std::thread::local::LocalKey<T>::with::h090580726897a67b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   27:     0x62a097a04603 - tokio::coop::with_budget::h6b1411cb8a701771
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.14.0/src/coop.rs:99:13
[INFO] [stdout]   28:     0x62a097a04603 - tokio::coop::budget::hdd7f1ed4a2efc6df
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.14.0/src/coop.rs:76:5
[INFO] [stdout]   29:     0x62a097a04603 - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::h9528fd8f06efb023
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.14.0/src/runtime/basic_scheduler.rs:240:39
[INFO] [stdout]   30:     0x62a097a073ba - tokio::runtime::basic_scheduler::enter::{{closure}}::h5ce0f06b5d1faf22
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.14.0/src/runtime/basic_scheduler.rs:349:29
[INFO] [stdout]   31:     0x62a097af3b25 - tokio::macros::scoped_tls::ScopedKey<T>::set::hbd11fb81150904b8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.14.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x62a097a06cb6 - tokio::runtime::basic_scheduler::enter::h3af5ca5d5eea882a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.14.0/src/runtime/basic_scheduler.rs:349:13
[INFO] [stdout]   33:     0x62a097a03803 - tokio::runtime::basic_scheduler::Inner<P>::block_on::hb3403f74b3902e28
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.14.0/src/runtime/basic_scheduler.rs:230:9
[INFO] [stdout]   34:     0x62a097a05e87 - tokio::runtime::basic_scheduler::InnerGuard<P>::block_on::hcb2a777ef3683d68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.14.0/src/runtime/basic_scheduler.rs:501:38
[INFO] [stdout]   35:     0x62a097a05f5e - tokio::runtime::basic_scheduler::BasicScheduler<P>::block_on::h41935e9092e5b63c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.14.0/src/runtime/basic_scheduler.rs:186:30
[INFO] [stdout]   36:     0x62a097b3de92 - tokio::runtime::Runtime::block_on::h2cddbaab5ac070c3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.14.0/src/runtime/mod.rs:461:51
[INFO] [stdout]   37:     0x62a097b0e670 - nft_login::web3::tests::test_crypto_boy_on_okt::hedd0e10c387be118
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web3.rs:167:10
[INFO] [stdout]   38:     0x62a097b0e717 - nft_login::web3::tests::test_crypto_boy_on_okt::{{closure}}::h079ecb44203b7453
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web3.rs:156:38
[INFO] [stdout]   39:     0x62a0979f4e76 - core::ops::function::FnOnce::call_once::h7b7f0b8d01fc6e33
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x62a097b76e6b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x62a097b76e6b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x62a097b8cad5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x62a097b8cad5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x62a097b8cad5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   45:     0x62a097b8cad5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   46:     0x62a097b8cad5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x62a097b8cad5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x62a097b8cad5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x62a097b632c4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x62a097b632c4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   51:     0x62a097b66b8a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   52:     0x62a097b66b8a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x62a097b66b8a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   54:     0x62a097b66b8a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   55:     0x62a097b66b8a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x62a097b66b8a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   57:     0x62a097b66b8a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x62a098491fef - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   59:     0x62a098491fef - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   60:     0x77db00558aa4 - <unknown>
[INFO] [stdout]   61:     0x77db005e5a34 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- authorize::tests::test_code_id_token stdout ----
[INFO] [stdout] Config { ext_hostname: "http://localhost:8000", key_id: "key1", node_provider: {"heco": "https://http-testnet.hecochain.com", "metis": "https://stardust.metis.io/?owner=588", "evmos": "https://ethereum.rpc.evmos.dev", "binance": "https://data-seed-prebsc-1-s1.binance.org:8545/", "clv": "https://rpc-3.clover.finance", "okt": "https://exchaintestrpc.okex.org", "meter": "https://rpctest.meter.io/", "main": "https://cloudflare-eth.com", "avax": "https://api.avax-test.network/ext/bc/C/rpc", "kovan": "https://kovan.infura.io/v3/43", "default": "https://kovan.infura.io/v3/43", "polygon": "https://matic-mumbai.chainstacklabs.com/", "celo": "https://alfajores-forno.celo-testnet.org", "theta": "https://eth-rpc-api-testnet.thetatoken.org/rpc"}, chain_id: {"metis": 588, "binance": 97, "celo": 44787, "theta": 365, "avax": 43113, "polygon": 80001, "default": 42, "main": 1, "okt": 65, "meter": 83, "evmos": 9000, "kovan": 42, "clv": 1023, "heco": 256}, rsa_pem: None }
[INFO] [stdout] Configured for debug.
[INFO] [stdout]    >> address: 127.0.0.1
[INFO] [stdout]    >> port: 8000
[INFO] [stdout]    >> workers: 16
[INFO] [stdout]    >> ident: nft-login
[INFO] [stdout]    >> keep-alive: 5s
[INFO] [stdout]    >> limits: bytes = 8KiB, data-form = 2MiB, file = 1MiB, form = 32KiB, json = 1MiB, msgpack = 1MiB, string = 8KiB
[INFO] [stdout]    >> tls: disabled
[INFO] [stdout]    >> temp dir: /tmp
[INFO] [stdout]    >> log level: normal
[INFO] [stdout]    >> cli colors: true
[INFO] [stdout]    >> shutdown: ctrlc = true, force = true, signals = [SIGTERM], grace = 2s, mercy = 3s
[INFO] [stdout] Routes:
[INFO] [stdout]    >> (default_index) GET /
[INFO] [stdout]    >> (default_jwk) GET /jwk
[INFO] [stdout]    >> (default_token_endpoint) GET /token?<code>
[INFO] [stdout]    >> (default_post_token_endpoint) POST /token
[INFO] [stdout]    >> (index) GET /<realm>
[INFO] [stdout]    >> (cached_indexjs) GET /index.js
[INFO] [stdout]    >> (default_userinfo_endpoint) GET /userinfo
[INFO] [stdout]    >> (default_options_userinfo_endpoint) OPTIONS /userinfo
[INFO] [stdout]    >> (cached_indexcss) GET /index.css
[INFO] [stdout]    >> (default_authorize_endpoint) GET /authorize?<client_id>&<redirect_uri>&<state>&<response_type>&<response_mode>&<nonce>&<account>&<signature>&<realm>&<chain_id>&<contract>
[INFO] [stdout]    >> (cached_sitemaptxt) GET /sitemap.txt
[INFO] [stdout]    >> (jwk) GET /<_realm>/jwk
[INFO] [stdout]    >> (token_endpoint) GET /<realm>/token?<code>
[INFO] [stdout]    >> (post_token_endpoint) POST /<realm>/token
[INFO] [stdout]    >> (userinfo_endpoint) GET /<realm>/userinfo
[INFO] [stdout]    >> (options_userinfo_endpoint) OPTIONS /<realm>/userinfo
[INFO] [stdout]    >> (authorize_endpoint) GET /<realm>/authorize?<client_id>&<redirect_uri>&<state>&<response_type>&<response_mode>&<nonce>&<account>&<signature>&<chain_id>&<contract>
[INFO] [stdout]    >> (default_configuration) GET /.well-known/openid-configuration
[INFO] [stdout]    >> (configuration) GET /<realm>/.well-known/openid-configuration
[INFO] [stdout]    >> (authorize_well_known) GET /<realm>/authorize/.well-known/openid-configuration
[INFO] [stdout]    >> (well_known_oauth_authorization_server) GET /.well-known/oauth-authorization-server/<realm>/authorize
[INFO] [stdout] Catchers:
[INFO] [stdout]    >> (unauthorized) 401
[INFO] [stdout] Fairings:
[INFO] [stdout]    >> Attaching CORS headers to responses (response)
[INFO] [stdout]    >> Shield (liftoff, response, singleton)
[INFO] [stdout]    >> Static Resources (Debug) (ignite)
[INFO] [stdout] Shield:
[INFO] [stdout]    >> X-Frame-Options: SAMEORIGIN
[INFO] [stdout]    >> Permissions-Policy: interest-cohort=()
[INFO] [stdout]    >> X-Content-Type-Options: nosniff
[INFO] [stdout] Rocket has launched into local orbit
[INFO] [stdout] GET /authorize?client_id=foo&realm=okt&redirect_uri=https://example.com&nonce=dotzxrenodo&contract=0x886B6781CD7dF75d8440Aba84216b2671AEFf9A4&account=0x9c9e8eabd947658bdb713e0d3ebfe56860abdb8d&signature=0x87b709d1e84aab056cf089af31e8d7c891d6f363663ff3eeb4bbb4c4e0602b2e3edf117fe548626b8d83e3b2c530cb55e2baff29ca54dbd495bb45764d9aa44c1c&state=state&code=code&id_token=id_token&response_type=code+id_token:
[INFO] [stdout]    >> Matched: (default_authorize_endpoint) GET /authorize?<client_id>&<redirect_uri>&<state>&<response_type>&<response_mode>&<nonce>&<account>&<signature>&<realm>&<chain_id>&<contract>
[INFO] [stdout]    >> Outcome: Success
[INFO] [stdout] 
[INFO] [stdout] thread 'authorize::tests::test_code_id_token' (31) panicked at src/authorize.rs:324:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Status { code: 401 }
[INFO] [stdout]  right: Status { code: 307 }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62a0984be4c2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62a0984be4c2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62a0984be4c2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x62a0984be4c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x62a0984d0b0f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x62a0984d0b0f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x62a09848a2d1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62a09848a2d1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x62a098496d52 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x62a09849bddf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x62a09849bc71 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x62a097b770ae - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x62a097b770ae - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x62a09849c54f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x62a09849c54f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x62a09849c2fa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x62a098496e89 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x62a09847da2d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x62a0984dbc00 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x62a0984db9b3 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x62a097b543d8 - core::panicking::assert_failed::h5e8fa4a202143160
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x62a097acf6c1 - nft_login::authorize::tests::test_code_id_token::h93ffc22242ba2521
[INFO] [stdout]                                at /opt/rustwide/workdir/src/authorize.rs:324:9
[INFO] [stdout]   22:     0x62a097acfc07 - nft_login::authorize::tests::test_code_id_token::{{closure}}::heb34ed7691b723ce
[INFO] [stdout]                                at /opt/rustwide/workdir/src/authorize.rs:307:28
[INFO] [stdout]   23:     0x62a0979f45a6 - core::ops::function::FnOnce::call_once::h2d443effe27aec1d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x62a097b76e6b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x62a097b76e6b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x62a097b8cad5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x62a097b8cad5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x62a097b8cad5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x62a097b8cad5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x62a097b8cad5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x62a097b8cad5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x62a097b8cad5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x62a097b632c4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x62a097b632c4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x62a097b66b8a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x62a097b66b8a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x62a097b66b8a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x62a097b66b8a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x62a097b66b8a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x62a097b66b8a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x62a097b66b8a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x62a098491fef - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x62a098491fef - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x77db00558aa4 - <unknown>
[INFO] [stdout]   45:     0x77db005e5a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- authorize::tests::test_state stdout ----
[INFO] [stdout] Config { ext_hostname: "http://localhost:8000", key_id: "key1", node_provider: {"metis": "https://stardust.metis.io/?owner=588", "meter": "https://rpctest.meter.io/", "main": "https://cloudflare-eth.com", "polygon": "https://matic-mumbai.chainstacklabs.com/", "celo": "https://alfajores-forno.celo-testnet.org", "evmos": "https://ethereum.rpc.evmos.dev", "theta": "https://eth-rpc-api-testnet.thetatoken.org/rpc", "default": "https://kovan.infura.io/v3/43", "clv": "https://rpc-3.clover.finance", "heco": "https://http-testnet.hecochain.com", "kovan": "https://kovan.infura.io/v3/43", "okt": "https://exchaintestrpc.okex.org", "avax": "https://api.avax-test.network/ext/bc/C/rpc", "binance": "https://data-seed-prebsc-1-s1.binance.org:8545/"}, chain_id: {"kovan": 42, "evmos": 9000, "meter": 83, "default": 42, "celo": 44787, "clv": 1023, "avax": 43113, "heco": 256, "main": 1, "metis": 588, "binance": 97, "okt": 65, "polygon": 80001, "theta": 365}, rsa_pem: None }
[INFO] [stdout] Configured for debug.
[INFO] [stdout]    >> address: 127.0.0.1
[INFO] [stdout]    >> port: 8000
[INFO] [stdout]    >> workers: 16
[INFO] [stdout]    >> ident: nft-login
[INFO] [stdout]    >> keep-alive: 5s
[INFO] [stdout]    >> limits: bytes = 8KiB, data-form = 2MiB, file = 1MiB, form = 32KiB, json = 1MiB, msgpack = 1MiB, string = 8KiB
[INFO] [stdout]    >> tls: disabled
[INFO] [stdout]    >> temp dir: /tmp
[INFO] [stdout]    >> log level: normal
[INFO] [stdout]    >> cli colors: true
[INFO] [stdout]    >> shutdown: ctrlc = true, force = true, signals = [SIGTERM], grace = 2s, mercy = 3s
[INFO] [stdout] Routes:
[INFO] [stdout]    >> (default_index) GET /
[INFO] [stdout]    >> (default_jwk) GET /jwk
[INFO] [stdout]    >> (default_token_endpoint) GET /token?<code>
[INFO] [stdout]    >> (default_post_token_endpoint) POST /token
[INFO] [stdout]    >> (index) GET /<realm>
[INFO] [stdout]    >> (cached_indexjs) GET /index.js
[INFO] [stdout]    >> (default_userinfo_endpoint) GET /userinfo
[INFO] [stdout]    >> (default_options_userinfo_endpoint) OPTIONS /userinfo
[INFO] [stdout]    >> (cached_indexcss) GET /index.css
[INFO] [stdout]    >> (default_authorize_endpoint) GET /authorize?<client_id>&<redirect_uri>&<state>&<response_type>&<response_mode>&<nonce>&<account>&<signature>&<realm>&<chain_id>&<contract>
[INFO] [stdout]    >> (cached_sitemaptxt) GET /sitemap.txt
[INFO] [stdout]    >> (jwk) GET /<_realm>/jwk
[INFO] [stdout]    >> (token_endpoint) GET /<realm>/token?<code>
[INFO] [stdout]    >> (post_token_endpoint) POST /<realm>/token
[INFO] [stdout]    >> (userinfo_endpoint) GET /<realm>/userinfo
[INFO] [stdout]    >> (options_userinfo_endpoint) OPTIONS /<realm>/userinfo
[INFO] [stdout]    >> (authorize_endpoint) GET /<realm>/authorize?<client_id>&<redirect_uri>&<state>&<response_type>&<response_mode>&<nonce>&<account>&<signature>&<chain_id>&<contract>
[INFO] [stdout]    >> (default_configuration) GET /.well-known/openid-configuration
[INFO] [stdout]    >> (configuration) GET /<realm>/.well-known/openid-configuration
[INFO] [stdout]    >> (authorize_well_known) GET /<realm>/authorize/.well-known/openid-configuration
[INFO] [stdout]    >> (well_known_oauth_authorization_server) GET /.well-known/oauth-authorization-server/<realm>/authorize
[INFO] [stdout] Catchers:
[INFO] [stdout]    >> (unauthorized) 401
[INFO] [stdout] Fairings:
[INFO] [stdout]    >> Static Resources (Debug) (ignite)
[INFO] [stdout]    >> Attaching CORS headers to responses (response)
[INFO] [stdout]    >> Shield (liftoff, response, singleton)
[INFO] [stdout] Shield:
[INFO] [stdout]    >> X-Content-Type-Options: nosniff
[INFO] [stdout]    >> X-Frame-Options: SAMEORIGIN
[INFO] [stdout]    >> Permissions-Policy: interest-cohort=()
[INFO] [stdout] Rocket has launched into local orbit
[INFO] [stdout] GET /authorize?client_id=foo&realm=okt&redirect_uri=https://example.com&nonce=dotzxrenodo&contract=0x886B6781CD7dF75d8440Aba84216b2671AEFf9A4&account=0x9c9e8eabd947658bdb713e0d3ebfe56860abdb8d&signature=0x87b709d1e84aab056cf089af31e8d7c891d6f363663ff3eeb4bbb4c4e0602b2e3edf117fe548626b8d83e3b2c530cb55e2baff29ca54dbd495bb45764d9aa44c1c&state=state:
[INFO] [stdout]    >> Matched: (default_authorize_endpoint) GET /authorize?<client_id>&<redirect_uri>&<state>&<response_type>&<response_mode>&<nonce>&<account>&<signature>&<realm>&<chain_id>&<contract>
[INFO] [stdout]    >> Outcome: Success
[INFO] [stdout] 
[INFO] [stdout] thread 'authorize::tests::test_state' (32) panicked at src/authorize.rs:291:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Status { code: 401 }
[INFO] [stdout]  right: Status { code: 307 }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62a0984be4c2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62a0984be4c2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62a0984be4c2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x62a0984be4c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x62a0984d0b0f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x62a0984d0b0f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x62a09848a2d1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62a09848a2d1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x62a098496d52 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x62a09849bddf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x62a09849bc71 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x62a097b770ae - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x62a097b770ae - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x62a09849c54f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x62a09849c54f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x62a09849c2fa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x62a098496e89 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x62a09847da2d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x62a0984dbc00 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x62a0984db9b3 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x62a097b543d8 - core::panicking::assert_failed::h5e8fa4a202143160
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x62a097acdf3d - nft_login::authorize::tests::test_state::h63f28da7d8725815
[INFO] [stdout]                                at /opt/rustwide/workdir/src/authorize.rs:291:9
[INFO] [stdout]   22:     0x62a097ace377 - nft_login::authorize::tests::test_state::{{closure}}::hec8c616a4efab010
[INFO] [stdout]                                at /opt/rustwide/workdir/src/authorize.rs:276:20
[INFO] [stdout]   23:     0x62a0979f48c6 - core::ops::function::FnOnce::call_once::h4932de8e7a7865d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x62a097b76e6b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x62a097b76e6b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x62a097b8cad5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x62a097b8cad5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x62a097b8cad5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x62a097b8cad5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x62a097b8cad5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x62a097b8cad5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x62a097b8cad5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x62a097b632c4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x62a097b632c4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x62a097b66b8a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x62a097b66b8a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x62a097b66b8a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x62a097b66b8a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x62a097b66b8a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x62a097b66b8a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x62a097b66b8a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x62a098491fef - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x62a098491fef - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x77db00558aa4 - <unknown>
[INFO] [stdout]   45:     0x77db005e5a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- token::tests::token stdout ----
[INFO] [stdout] Config { ext_hostname: "http://localhost:8000", key_id: "key1", node_provider: {"celo": "https://alfajores-forno.celo-testnet.org", "clv": "https://rpc-3.clover.finance", "default": "https://kovan.infura.io/v3/43", "meter": "https://rpctest.meter.io/", "okt": "https://exchaintestrpc.okex.org", "heco": "https://http-testnet.hecochain.com", "kovan": "https://kovan.infura.io/v3/43", "metis": "https://stardust.metis.io/?owner=588", "theta": "https://eth-rpc-api-testnet.thetatoken.org/rpc", "polygon": "https://matic-mumbai.chainstacklabs.com/", "evmos": "https://ethereum.rpc.evmos.dev", "main": "https://cloudflare-eth.com", "binance": "https://data-seed-prebsc-1-s1.binance.org:8545/", "avax": "https://api.avax-test.network/ext/bc/C/rpc"}, chain_id: {"binance": 97, "main": 1, "celo": 44787, "metis": 588, "polygon": 80001, "heco": 256, "clv": 1023, "avax": 43113, "default": 42, "evmos": 9000, "kovan": 42, "meter": 83, "okt": 65, "theta": 365}, rsa_pem: None }
[INFO] [stdout] Configured for debug.
[INFO] [stdout]    >> address: 127.0.0.1
[INFO] [stdout]    >> port: 8000
[INFO] [stdout]    >> workers: 16
[INFO] [stdout]    >> ident: nft-login
[INFO] [stdout]    >> keep-alive: 5s
[INFO] [stdout]    >> limits: bytes = 8KiB, data-form = 2MiB, file = 1MiB, form = 32KiB, json = 1MiB, msgpack = 1MiB, string = 8KiB
[INFO] [stdout]    >> tls: disabled
[INFO] [stdout]    >> temp dir: /tmp
[INFO] [stdout]    >> log level: normal
[INFO] [stdout]    >> cli colors: true
[INFO] [stdout]    >> shutdown: ctrlc = true, force = true, signals = [SIGTERM], grace = 2s, mercy = 3s
[INFO] [stdout] Routes:
[INFO] [stdout]    >> (default_index) GET /
[INFO] [stdout]    >> (default_jwk) GET /jwk
[INFO] [stdout]    >> (default_token_endpoint) GET /token?<code>
[INFO] [stdout]    >> (default_post_token_endpoint) POST /token
[INFO] [stdout]    >> (index) GET /<realm>
[INFO] [stdout]    >> (cached_indexjs) GET /index.js
[INFO] [stdout]    >> (default_userinfo_endpoint) GET /userinfo
[INFO] [stdout]    >> (default_options_userinfo_endpoint) OPTIONS /userinfo
[INFO] [stdout]    >> (cached_indexcss) GET /index.css
[INFO] [stdout]    >> (default_authorize_endpoint) GET /authorize?<client_id>&<redirect_uri>&<state>&<response_type>&<response_mode>&<nonce>&<account>&<signature>&<realm>&<chain_id>&<contract>
[INFO] [stdout]    >> (cached_sitemaptxt) GET /sitemap.txt
[INFO] [stdout]    >> (jwk) GET /<_realm>/jwk
[INFO] [stdout]    >> (token_endpoint) GET /<realm>/token?<code>
[INFO] [stdout]    >> (post_token_endpoint) POST /<realm>/token
[INFO] [stdout]    >> (userinfo_endpoint) GET /<realm>/userinfo
[INFO] [stdout]    >> (options_userinfo_endpoint) OPTIONS /<realm>/userinfo
[INFO] [stdout]    >> (authorize_endpoint) GET /<realm>/authorize?<client_id>&<redirect_uri>&<state>&<response_type>&<response_mode>&<nonce>&<account>&<signature>&<chain_id>&<contract>
[INFO] [stdout]    >> (default_configuration) GET /.well-known/openid-configuration
[INFO] [stdout]    >> (configuration) GET /<realm>/.well-known/openid-configuration
[INFO] [stdout]    >> (authorize_well_known) GET /<realm>/authorize/.well-known/openid-configuration
[INFO] [stdout]    >> (well_known_oauth_authorization_server) GET /.well-known/oauth-authorization-server/<realm>/authorize
[INFO] [stdout] Catchers:
[INFO] [stdout]    >> (unauthorized) 401
[INFO] [stdout] Fairings:
[INFO] [stdout]    >> Attaching CORS headers to responses (response)
[INFO] [stdout]    >> Shield (liftoff, response, singleton)
[INFO] [stdout]    >> Static Resources (Debug) (ignite)
[INFO] [stdout] Shield:
[INFO] [stdout]    >> X-Frame-Options: SAMEORIGIN
[INFO] [stdout]    >> Permissions-Policy: interest-cohort=()
[INFO] [stdout]    >> X-Content-Type-Options: nosniff
[INFO] [stdout] Rocket has launched into local orbit
[INFO] [stdout] GET /authorize?client_id=foo&realm=okt&redirect_uri=https://example.com&nonce=dotzxrenodo&contract=0x886B6781CD7dF75d8440Aba84216b2671AEFf9A4&account=0x9c9e8eabd947658bdb713e0d3ebfe56860abdb8d&signature=0x87b709d1e84aab056cf089af31e8d7c891d6f363663ff3eeb4bbb4c4e0602b2e3edf117fe548626b8d83e3b2c530cb55e2baff29ca54dbd495bb45764d9aa44c1c:
[INFO] [stdout]    >> Matched: (default_authorize_endpoint) GET /authorize?<client_id>&<redirect_uri>&<state>&<response_type>&<response_mode>&<nonce>&<account>&<signature>&<realm>&<chain_id>&<contract>
[INFO] [stdout]    >> Outcome: Success
[INFO] [stdout] 
[INFO] [stdout] thread 'token::tests::token' (47) panicked at src/token.rs:168:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Status { code: 401 }
[INFO] [stdout]  right: Status { code: 307 }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62a0984be4c2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62a0984be4c2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62a0984be4c2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x62a0984be4c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x62a0984d0b0f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x62a0984d0b0f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x62a09848a2d1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62a09848a2d1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x62a098496d52 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x62a09849bddf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x62a09849bc71 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x62a097b770ae - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x62a097b770ae - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x62a09849c54f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x62a09849c54f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x62a09849c2fa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x62a098496e89 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x62a09847da2d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x62a0984dbc00 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x62a0984db9b3 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x62a097b543d8 - core::panicking::assert_failed::h5e8fa4a202143160
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x62a097ab2575 - nft_login::token::tests::token::h127fd215c82e2642
[INFO] [stdout]                                at /opt/rustwide/workdir/src/token.rs:168:9
[INFO] [stdout]   22:     0x62a097ab3177 - nft_login::token::tests::token::{{closure}}::h9a5db3603fb58e53
[INFO] [stdout]                                at /opt/rustwide/workdir/src/token.rs:153:15
[INFO] [stdout]   23:     0x62a0979f5266 - core::ops::function::FnOnce::call_once::h9fa1cf6a9b0aadcd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x62a097b76e6b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x62a097b76e6b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x62a097b8cad5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x62a097b8cad5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x62a097b8cad5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x62a097b8cad5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x62a097b8cad5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x62a097b8cad5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x62a097b8cad5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x62a097b632c4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x62a097b632c4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x62a097b66b8a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x62a097b66b8a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x62a097b66b8a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x62a097b66b8a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x62a097b66b8a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x62a097b66b8a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x62a097b66b8a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x62a098491fef - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x62a098491fef - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x77db00558aa4 - <unknown>
[INFO] [stdout]   45:     0x77db005e5a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- authorize::tests::account_is_owner stdout ----
[INFO] [stdout] Config { ext_hostname: "http://localhost:8000", key_id: "key1", node_provider: {"polygon": "https://matic-mumbai.chainstacklabs.com/", "theta": "https://eth-rpc-api-testnet.thetatoken.org/rpc", "clv": "https://rpc-3.clover.finance", "celo": "https://alfajores-forno.celo-testnet.org", "heco": "https://http-testnet.hecochain.com", "kovan": "https://kovan.infura.io/v3/43", "avax": "https://api.avax-test.network/ext/bc/C/rpc", "meter": "https://rpctest.meter.io/", "default": "https://kovan.infura.io/v3/43", "binance": "https://data-seed-prebsc-1-s1.binance.org:8545/", "evmos": "https://ethereum.rpc.evmos.dev", "okt": "https://exchaintestrpc.okex.org", "main": "https://cloudflare-eth.com", "metis": "https://stardust.metis.io/?owner=588"}, chain_id: {"celo": 44787, "evmos": 9000, "kovan": 42, "okt": 65, "default": 42, "binance": 97, "main": 1, "meter": 83, "metis": 588, "theta": 365, "avax": 43113, "polygon": 80001, "heco": 256, "clv": 1023}, rsa_pem: None }
[INFO] [stdout] Configured for debug.
[INFO] [stdout]    >> address: 127.0.0.1
[INFO] [stdout]    >> port: 8000
[INFO] [stdout]    >> workers: 16
[INFO] [stdout]    >> ident: nft-login
[INFO] [stdout]    >> keep-alive: 5s
[INFO] [stdout]    >> limits: bytes = 8KiB, data-form = 2MiB, file = 1MiB, form = 32KiB, json = 1MiB, msgpack = 1MiB, string = 8KiB
[INFO] [stdout]    >> tls: disabled
[INFO] [stdout]    >> temp dir: /tmp
[INFO] [stdout]    >> log level: normal
[INFO] [stdout]    >> cli colors: true
[INFO] [stdout]    >> shutdown: ctrlc = true, force = true, signals = [SIGTERM], grace = 2s, mercy = 3s
[INFO] [stdout] Routes:
[INFO] [stdout]    >> (default_index) GET /
[INFO] [stdout]    >> (default_jwk) GET /jwk
[INFO] [stdout]    >> (default_token_endpoint) GET /token?<code>
[INFO] [stdout]    >> (default_post_token_endpoint) POST /token
[INFO] [stdout]    >> (index) GET /<realm>
[INFO] [stdout]    >> (cached_indexjs) GET /index.js
[INFO] [stdout]    >> (default_userinfo_endpoint) GET /userinfo
[INFO] [stdout]    >> (default_options_userinfo_endpoint) OPTIONS /userinfo
[INFO] [stdout]    >> (cached_indexcss) GET /index.css
[INFO] [stdout]    >> (default_authorize_endpoint) GET /authorize?<client_id>&<redirect_uri>&<state>&<response_type>&<response_mode>&<nonce>&<account>&<signature>&<realm>&<chain_id>&<contract>
[INFO] [stdout]    >> (cached_sitemaptxt) GET /sitemap.txt
[INFO] [stdout]    >> (jwk) GET /<_realm>/jwk
[INFO] [stdout]    >> (token_endpoint) GET /<realm>/token?<code>
[INFO] [stdout]    >> (post_token_endpoint) POST /<realm>/token
[INFO] [stdout]    >> (userinfo_endpoint) GET /<realm>/userinfo
[INFO] [stdout]    >> (options_userinfo_endpoint) OPTIONS /<realm>/userinfo
[INFO] [stdout]    >> (authorize_endpoint) GET /<realm>/authorize?<client_id>&<redirect_uri>&<state>&<response_type>&<response_mode>&<nonce>&<account>&<signature>&<chain_id>&<contract>
[INFO] [stdout]    >> (default_configuration) GET /.well-known/openid-configuration
[INFO] [stdout]    >> (configuration) GET /<realm>/.well-known/openid-configuration
[INFO] [stdout]    >> (authorize_well_known) GET /<realm>/authorize/.well-known/openid-configuration
[INFO] [stdout]    >> (well_known_oauth_authorization_server) GET /.well-known/oauth-authorization-server/<realm>/authorize
[INFO] [stdout] Catchers:
[INFO] [stdout]    >> (unauthorized) 401
[INFO] [stdout] Fairings:
[INFO] [stdout]    >> Shield (liftoff, response, singleton)
[INFO] [stdout]    >> Static Resources (Debug) (ignite)
[INFO] [stdout]    >> Attaching CORS headers to responses (response)
[INFO] [stdout] Shield:
[INFO] [stdout]    >> Permissions-Policy: interest-cohort=()
[INFO] [stdout]    >> X-Frame-Options: SAMEORIGIN
[INFO] [stdout]    >> X-Content-Type-Options: nosniff
[INFO] [stdout] Rocket has launched into local orbit
[INFO] [stdout] GET /authorize?client_id=foo&realm=okt&redirect_uri=https://example.com&nonce=dotzxrenodo&contract=0x886B6781CD7dF75d8440Aba84216b2671AEFf9A4&account=0x9c9e8eabd947658bdb713e0d3ebfe56860abdb8d&signature=0x87b709d1e84aab056cf089af31e8d7c891d6f363663ff3eeb4bbb4c4e0602b2e3edf117fe548626b8d83e3b2c530cb55e2baff29ca54dbd495bb45764d9aa44c1c:
[INFO] [stdout]    >> Matched: (default_authorize_endpoint) GET /authorize?<client_id>&<redirect_uri>&<state>&<response_type>&<response_mode>&<nonce>&<account>&<signature>&<realm>&<chain_id>&<contract>
[INFO] [stdout]    >> Outcome: Success
[INFO] [stdout] 
[INFO] [stdout] thread 'authorize::tests::account_is_owner' (25) panicked at src/authorize.rs:459:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Status { code: 401 }
[INFO] [stdout]  right: Status { code: 307 }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62a0984be4c2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62a0984be4c2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62a0984be4c2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x62a0984be4c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x62a0984d0b0f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x62a0984d0b0f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x62a09848a2d1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62a09848a2d1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x62a098496d52 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x62a09849bddf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x62a09849bc71 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x62a097b770ae - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x62a097b770ae - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x62a09849c54f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x62a09849c54f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x62a09849c2fa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x62a098496e89 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x62a09847da2d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x62a0984dbc00 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x62a0984db9b3 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x62a097b543d8 - core::panicking::assert_failed::h5e8fa4a202143160
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x62a097ace7f9 - nft_login::authorize::tests::account_is_owner::h65a1e3de3e8e6c61
[INFO] [stdout]                                at /opt/rustwide/workdir/src/authorize.rs:459:9
[INFO] [stdout]   22:     0x62a097ace887 - nft_login::authorize::tests::account_is_owner::{{closure}}::hef2c57f6097507b2
[INFO] [stdout]                                at /opt/rustwide/workdir/src/authorize.rs:444:26
[INFO] [stdout]   23:     0x62a0979f4dc6 - core::ops::function::FnOnce::call_once::h75f517719bd1f087
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x62a097b76e6b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x62a097b76e6b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x62a097b8cad5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x62a097b8cad5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x62a097b8cad5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x62a097b8cad5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x62a097b8cad5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x62a097b8cad5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x62a097b8cad5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x62a097b632c4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x62a097b632c4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x62a097b66b8a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x62a097b66b8a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x62a097b66b8a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x62a097b66b8a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x62a097b66b8a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x62a097b66b8a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x62a097b66b8a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x62a098491fef - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x62a098491fef - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x77db00558aa4 - <unknown>
[INFO] [stdout]   45:     0x77db005e5a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- userinfo::tests::userinfo stdout ----
[INFO] [stdout] Config { ext_hostname: "http://localhost:8000", key_id: "key1", node_provider: {"theta": "https://eth-rpc-api-testnet.thetatoken.org/rpc", "evmos": "https://ethereum.rpc.evmos.dev", "kovan": "https://kovan.infura.io/v3/43", "clv": "https://rpc-3.clover.finance", "avax": "https://api.avax-test.network/ext/bc/C/rpc", "binance": "https://data-seed-prebsc-1-s1.binance.org:8545/", "celo": "https://alfajores-forno.celo-testnet.org", "default": "https://kovan.infura.io/v3/43", "main": "https://cloudflare-eth.com", "meter": "https://rpctest.meter.io/", "metis": "https://stardust.metis.io/?owner=588", "heco": "https://http-testnet.hecochain.com", "okt": "https://exchaintestrpc.okex.org", "polygon": "https://matic-mumbai.chainstacklabs.com/"}, chain_id: {"polygon": 80001, "meter": 83, "okt": 65, "avax": 43113, "clv": 1023, "main": 1, "metis": 588, "default": 42, "binance": 97, "celo": 44787, "heco": 256, "kovan": 42, "theta": 365, "evmos": 9000}, rsa_pem: None }
[INFO] [stdout] Configured for debug.
[INFO] [stdout]    >> address: 127.0.0.1
[INFO] [stdout]    >> port: 8000
[INFO] [stdout]    >> workers: 16
[INFO] [stdout]    >> ident: nft-login
[INFO] [stdout]    >> keep-alive: 5s
[INFO] [stdout]    >> limits: bytes = 8KiB, data-form = 2MiB, file = 1MiB, form = 32KiB, json = 1MiB, msgpack = 1MiB, string = 8KiB
[INFO] [stdout]    >> tls: disabled
[INFO] [stdout]    >> temp dir: /tmp
[INFO] [stdout]    >> log level: normal
[INFO] [stdout]    >> cli colors: true
[INFO] [stdout]    >> shutdown: ctrlc = true, force = true, signals = [SIGTERM], grace = 2s, mercy = 3s
[INFO] [stdout] Routes:
[INFO] [stdout]    >> (default_index) GET /
[INFO] [stdout]    >> (default_jwk) GET /jwk
[INFO] [stdout]    >> (default_token_endpoint) GET /token?<code>
[INFO] [stdout]    >> (default_post_token_endpoint) POST /token
[INFO] [stdout]    >> (index) GET /<realm>
[INFO] [stdout]    >> (cached_indexjs) GET /index.js
[INFO] [stdout]    >> (default_userinfo_endpoint) GET /userinfo
[INFO] [stdout]    >> (default_options_userinfo_endpoint) OPTIONS /userinfo
[INFO] [stdout]    >> (cached_indexcss) GET /index.css
[INFO] [stdout]    >> (default_authorize_endpoint) GET /authorize?<client_id>&<redirect_uri>&<state>&<response_type>&<response_mode>&<nonce>&<account>&<signature>&<realm>&<chain_id>&<contract>
[INFO] [stdout]    >> (cached_sitemaptxt) GET /sitemap.txt
[INFO] [stdout]    >> (jwk) GET /<_realm>/jwk
[INFO] [stdout]    >> (token_endpoint) GET /<realm>/token?<code>
[INFO] [stdout]    >> (post_token_endpoint) POST /<realm>/token
[INFO] [stdout]    >> (userinfo_endpoint) GET /<realm>/userinfo
[INFO] [stdout]    >> (options_userinfo_endpoint) OPTIONS /<realm>/userinfo
[INFO] [stdout]    >> (authorize_endpoint) GET /<realm>/authorize?<client_id>&<redirect_uri>&<state>&<response_type>&<response_mode>&<nonce>&<account>&<signature>&<chain_id>&<contract>
[INFO] [stdout]    >> (default_configuration) GET /.well-known/openid-configuration
[INFO] [stdout]    >> (configuration) GET /<realm>/.well-known/openid-configuration
[INFO] [stdout]    >> (authorize_well_known) GET /<realm>/authorize/.well-known/openid-configuration
[INFO] [stdout]    >> (well_known_oauth_authorization_server) GET /.well-known/oauth-authorization-server/<realm>/authorize
[INFO] [stdout] Catchers:
[INFO] [stdout]    >> (unauthorized) 401
[INFO] [stdout] Fairings:
[INFO] [stdout]    >> Static Resources (Debug) (ignite)
[INFO] [stdout]    >> Shield (liftoff, response, singleton)
[INFO] [stdout]    >> Attaching CORS headers to responses (response)
[INFO] [stdout] Shield:
[INFO] [stdout]    >> X-Frame-Options: SAMEORIGIN
[INFO] [stdout]    >> Permissions-Policy: interest-cohort=()
[INFO] [stdout]    >> X-Content-Type-Options: nosniff
[INFO] [stdout] Rocket has launched into local orbit
[INFO] [stdout] GET /authorize?client_id=foo&realm=okt&redirect_uri=https://example.com&nonce=dotzxrenodo&contract=0x886B6781CD7dF75d8440Aba84216b2671AEFf9A4&account=0x9c9e8eabd947658bdb713e0d3ebfe56860abdb8d&signature=0x87b709d1e84aab056cf089af31e8d7c891d6f363663ff3eeb4bbb4c4e0602b2e3edf117fe548626b8d83e3b2c530cb55e2baff29ca54dbd495bb45764d9aa44c1c:
[INFO] [stdout]    >> Matched: (default_authorize_endpoint) GET /authorize?<client_id>&<redirect_uri>&<state>&<response_type>&<response_mode>&<nonce>&<account>&<signature>&<realm>&<chain_id>&<contract>
[INFO] [stdout]    >> Outcome: Success
[INFO] [stdout] 
[INFO] [stdout] thread 'userinfo::tests::userinfo' (48) panicked at src/userinfo.rs:91:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Status { code: 401 }
[INFO] [stdout]  right: Status { code: 307 }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62a0984be4c2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62a0984be4c2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62a0984be4c2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x62a0984be4c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x62a0984d0b0f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x62a0984d0b0f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x62a09848a2d1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62a09848a2d1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x62a098496d52 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x62a09849bddf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x62a09849bc71 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x62a097b770ae - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x62a097b770ae - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x62a09849c54f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x62a09849c54f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x62a09849c2fa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x62a098496e89 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x62a09847da2d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x62a0984dbc00 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x62a0984db9b3 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x62a097b543d8 - core::panicking::assert_failed::h5e8fa4a202143160
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x62a097ab50b3 - nft_login::userinfo::tests::userinfo::h1b7887a8d8363c80
[INFO] [stdout]                                at /opt/rustwide/workdir/src/userinfo.rs:91:9
[INFO] [stdout]   22:     0x62a097ab6bb7 - nft_login::userinfo::tests::userinfo::{{closure}}::hbb88153df59df820
[INFO] [stdout]                                at /opt/rustwide/workdir/src/userinfo.rs:76:18
[INFO] [stdout]   23:     0x62a0979f52a6 - core::ops::function::FnOnce::call_once::ha0f2b67266e664a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x62a097b76e6b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x62a097b76e6b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x62a097b8cad5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x62a097b8cad5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x62a097b8cad5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x62a097b8cad5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x62a097b8cad5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x62a097b8cad5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x62a097b8cad5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x62a097b632c4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x62a097b632c4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x62a097b66b8a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x62a097b66b8a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x62a097b66b8a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x62a097b66b8a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x62a097b66b8a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x62a097b66b8a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x62a097b66b8a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x62a098491fef - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x62a098491fef - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x77db00558aa4 - <unknown>
[INFO] [stdout]   45:     0x77db005e5a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     authorize::tests::account_is_owner
[INFO] [stdout]     authorize::tests::test_code_id_token
[INFO] [stdout]     authorize::tests::test_state
[INFO] [stdout]     token::tests::token
[INFO] [stdout]     userinfo::tests::userinfo
[INFO] [stdout]     web3::tests::test_crypto_boy_on_okt
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 14 passed; 6 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin nft-login`
[INFO] running `Command { std: "docker" "inspect" "ca79be074a98a299dffaea2652083758a42079c34a1847275708022e41292dc3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca79be074a98a299dffaea2652083758a42079c34a1847275708022e41292dc3", kill_on_drop: false }`
[INFO] [stdout] ca79be074a98a299dffaea2652083758a42079c34a1847275708022e41292dc3
