[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 try#015dbcea68b7642e2acc268b5c8f3e9086fc02ff for pr-102570 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchriamue%2Fnft-login" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/chriamue/nft-login on toolchain 015dbcea68b7642e2acc268b5c8f3e9086fc02ff [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+015dbcea68b7642e2acc268b5c8f3e9086fc02ff" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-3/source/Cargo.toml [INFO] crate git repo https://github.com/chriamue/nft-login already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+015dbcea68b7642e2acc268b5c8f3e9086fc02ff" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+015dbcea68b7642e2acc268b5c8f3e9086fc02ff" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1bb98c90c2634cca6b3dd3f27d2e091db441eaaf240c35a170e818aff841aaf5 [INFO] running `Command { std: "docker" "start" "-a" "1bb98c90c2634cca6b3dd3f27d2e091db441eaaf240c35a170e818aff841aaf5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1bb98c90c2634cca6b3dd3f27d2e091db441eaaf240c35a170e818aff841aaf5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1bb98c90c2634cca6b3dd3f27d2e091db441eaaf240c35a170e818aff841aaf5", kill_on_drop: false }` [INFO] [stdout] 1bb98c90c2634cca6b3dd3f27d2e091db441eaaf240c35a170e818aff841aaf5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+015dbcea68b7642e2acc268b5c8f3e9086fc02ff" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 93285f9242f34ef7bc575020282d94c3c57872586fea72a2e328fbb145150244 [INFO] running `Command { std: "docker" "start" "-a" "93285f9242f34ef7bc575020282d94c3c57872586fea72a2e328fbb145150244", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.33 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling libc v0.2.109 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling serde_derive v1.0.131 [INFO] [stderr] Compiling serde v1.0.131 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling futures-core v0.3.18 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling futures-sink v0.3.18 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling futures-task v0.3.18 [INFO] [stderr] Compiling futures-channel v0.3.18 [INFO] [stderr] Compiling futures-util v0.3.18 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling http v0.2.5 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling futures-io v0.3.18 [INFO] [stderr] Compiling tokio v1.14.0 [INFO] [stderr] Compiling yansi v0.5.0 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.9.1 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling ppv-lite86 v0.2.15 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling ryu v1.0.7 [INFO] [stderr] Compiling serde_json v1.0.72 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling const_fn v0.4.8 [INFO] [stderr] Compiling encoding_rs v0.8.30 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling cookie v0.15.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling block-padding v0.2.1 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling inlinable_string v0.1.14 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling ref-cast v1.0.6 [INFO] [stderr] Compiling radium v0.6.2 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling uncased v0.9.6 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling rustc-hex v2.1.0 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling state v0.5.2 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling funty v1.1.0 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [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 atomic v0.5.1 [INFO] [stderr] Compiling multer v2.0.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling bitvec v0.20.4 [INFO] [stderr] Compiling unchecked-index v0.2.2 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling byte-slice-cast v1.2.0 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling rustls v0.20.2 [INFO] [stderr] Compiling twoway v0.2.2 [INFO] [stderr] Compiling webpki v0.21.4 [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 spin v0.9.2 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling uint v0.9.1 [INFO] [stderr] Compiling webpki-roots v0.21.1 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling rustls-pemfile v0.2.1 [INFO] [stderr] Compiling secp256k1-sys v0.4.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling binascii v0.1.4 [INFO] [stderr] Compiling ipnet v2.3.1 [INFO] [stderr] Compiling anyhow v1.0.51 [INFO] [stderr] Compiling wyhash v0.5.0 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling keccak v0.1.0 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling devise_core v0.3.1 [INFO] [stderr] Compiling sha3 v0.9.1 [INFO] [stderr] Compiling entity-tag v0.1.5 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling sha2 v0.9.8 [INFO] [stderr] Compiling ordered-float v1.1.1 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling h2 v0.3.9 [INFO] [stderr] Compiling debug-helper v0.3.12 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling secp256k1 v0.20.3 [INFO] [stderr] Compiling headers v0.3.5 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling futures-timer v3.0.2 [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 devise_codegen v0.3.1 [INFO] [stderr] Compiling impl-trait-for-tuples v0.2.1 [INFO] [stderr] Compiling async-stream-impl v0.3.2 [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 time-macros v0.1.1 [INFO] [stderr] Compiling devise v0.3.1 [INFO] [stderr] Compiling pear v0.2.3 [INFO] [stderr] Compiling hyper v0.14.16 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling proc-macro-crate v1.1.0 [INFO] [stderr] Compiling pin-project v1.0.8 [INFO] [stderr] Compiling parity-scale-codec-derive v2.3.1 [INFO] [stderr] Compiling futures-executor v0.3.18 [INFO] [stderr] Compiling futures v0.3.18 [INFO] [stderr] Compiling rocket_http v0.5.0-rc.1 [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 parity-scale-codec v2.3.1 [INFO] [stderr] Compiling impl-serde v0.3.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling url v2.2.2 [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 impl-codec v0.5.1 [INFO] [stderr] Compiling primitive-types v0.9.1 [INFO] [stderr] Compiling rocket_codegen v0.5.0-rc.1 [INFO] [stderr] Compiling jsonrpc-core v18.0.0 [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-cache-response v0.6.0 [INFO] [stderr] Compiling rocket-etag-if-none-match v0.4.0 [INFO] [stderr] Compiling rocket-include-static-resources v0.10.0 [INFO] [stderr] Compiling nft-login v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 49.30s [INFO] running `Command { std: "docker" "inspect" "93285f9242f34ef7bc575020282d94c3c57872586fea72a2e328fbb145150244", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93285f9242f34ef7bc575020282d94c3c57872586fea72a2e328fbb145150244", kill_on_drop: false }` [INFO] [stdout] 93285f9242f34ef7bc575020282d94c3c57872586fea72a2e328fbb145150244 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+015dbcea68b7642e2acc268b5c8f3e9086fc02ff" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a3a670d290d8017090158567035e1c4a071e650c541aaf1835ea5fbc5012b9df [INFO] running `Command { std: "docker" "start" "-a" "a3a670d290d8017090158567035e1c4a071e650c541aaf1835ea5fbc5012b9df", kill_on_drop: false }` [INFO] [stderr] Compiling tokio v1.14.0 [INFO] [stderr] Compiling tokio-util v0.6.9 [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 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 oauth2 v4.1.0 [INFO] [stderr] Compiling web3 v0.17.0 [INFO] [stderr] Compiling rocket v0.5.0-rc.1 [INFO] [stderr] Compiling openidconnect v2.1.2 [INFO] [stderr] Compiling rocket-cache-response v0.6.0 [INFO] [stderr] Compiling rocket-etag-if-none-match v0.4.0 [INFO] [stderr] Compiling rocket-include-static-resources v0.10.0 [INFO] [stderr] Compiling nft-login v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 26.21s [INFO] running `Command { std: "docker" "inspect" "a3a670d290d8017090158567035e1c4a071e650c541aaf1835ea5fbc5012b9df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3a670d290d8017090158567035e1c4a071e650c541aaf1835ea5fbc5012b9df", kill_on_drop: false }` [INFO] [stdout] a3a670d290d8017090158567035e1c4a071e650c541aaf1835ea5fbc5012b9df [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+015dbcea68b7642e2acc268b5c8f3e9086fc02ff" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 21aec395f39342a7dbed3a03f70bd79377a32350e2be7f0bbff38dfa46ac68bb [INFO] running `Command { std: "docker" "start" "-a" "21aec395f39342a7dbed3a03f70bd79377a32350e2be7f0bbff38dfa46ac68bb", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/nft_login-04245936cce4dfd3) [INFO] [stdout] [INFO] [stdout] running 22 tests [INFO] [stdout] test config::tests::test_chain_id ... ok [INFO] [stdout] test web3::tests::test_crypto_boy ... ignored [INFO] [stdout] test config::tests::test_node ... ok [INFO] [stdout] test web3::tests::test_crypto_kitties ... ignored [INFO] [stdout] test config::tests::test_endpoints ... ok [INFO] [stdout] test authorize::tests::redirect ... ok [INFO] [stdout] test tests::client_test::hello_world ... ok [INFO] [stdout] test authorize::tests::account_no_signature ... ok [INFO] [stdout] test authorize::tests::wrong_redirect_uri ... ok [INFO] [stdout] test web3::tests::test_wrong_signature ... ok [INFO] [stdout] test tests::jwk_test::hello_world ... ok [INFO] [stdout] test authorize::tests::redirect_with_contract ... ok [INFO] [stdout] test web3::tests::test_recover ... ok [INFO] [stdout] test web3::tests::test_crypto_boy_on_okt ... FAILED [INFO] [stdout] test userinfo::tests::userinfo ... FAILED [INFO] [stdout] test token::tests::token ... FAILED [INFO] [stdout] test authorize::tests::test_code_id_token ... FAILED [INFO] [stdout] test authorize::tests::account_is_owner ... FAILED [INFO] [stdout] test web3::tests::test_validate ... ok [INFO] [stdout] test authorize::tests::test_state ... FAILED [INFO] [stdout] test authorize::tests::account_valid_signature ... ok [INFO] [stdout] test authorize::tests::account_not_owner ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- web3::tests::test_crypto_boy_on_okt stdout ---- [INFO] [stdout] thread 'web3::tests::test_crypto_boy_on_okt' panicked at '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")', src/web3.rs:166:18 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e8fdca2ee0 - std::backtrace_rs::backtrace::libunwind::trace::hecb21857e99d889d [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55e8fdca2ee0 - std::backtrace_rs::backtrace::trace_unsynchronized::h390569d291d382e6 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55e8fdca2ee0 - std::sys_common::backtrace::_print_fmt::he268a904f7419e52 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:65:5 [INFO] [stdout] 3: 0x55e8fdca2ee0 - ::fmt::hedbee76c21719161 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stdout] 4: 0x55e8fdcc9b5e - core::fmt::write::hd7abf800172f9326 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/fmt/mod.rs:1209:17 [INFO] [stdout] 5: 0x55e8fdc9ccf5 - std::io::Write::write_fmt::hce65cc88c775e9d3 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/io/mod.rs:1682:15 [INFO] [stdout] 6: 0x55e8fdca2ca5 - std::sys_common::backtrace::_print::he1bf0c0215d8eb21 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stdout] 7: 0x55e8fdca2ca5 - std::sys_common::backtrace::print::h1d63cc8fb6910f4d [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stdout] 8: 0x55e8fdca4b4f - std::panicking::default_hook::{{closure}}::h06165285990169e4 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:267:22 [INFO] [stdout] 9: 0x55e8fdca480e - std::panicking::default_hook::hc8c52a6a2d770858 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:283:9 [INFO] [stdout] 10: 0x55e8fd1b6fa7 - as core::ops::function::Fn>::call::h9bfd099cb89cb0bb [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2032:9 [INFO] [stdout] 11: 0x55e8fd1b6fa7 - test::test_main::{{closure}}::h065ae2c9be25dce8 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:135:21 [INFO] [stdout] 12: 0x55e8fdca526d - as core::ops::function::Fn>::call::h6aaf80b277f5611a [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2032:9 [INFO] [stdout] 13: 0x55e8fdca526d - std::panicking::rust_panic_with_hook::h4b7f78aa6e886a78 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:692:13 [INFO] [stdout] 14: 0x55e8fdca4fe7 - std::panicking::begin_panic_handler::{{closure}}::h8c929b88c5c37601 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:579:13 [INFO] [stdout] 15: 0x55e8fdca338c - std::sys_common::backtrace::__rust_end_short_backtrace::h61d4e5f81197e3cc [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:137:18 [INFO] [stdout] 16: 0x55e8fdca4d02 - rust_begin_unwind [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:575:5 [INFO] [stdout] 17: 0x55e8fcfe2f23 - core::panicking::panic_fmt::hd23e6f8c5d094f51 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/panicking.rs:65:14 [INFO] [stdout] 18: 0x55e8fcfe31e3 - core::result::unwrap_failed::ha5a9f6c1da51066d [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/result.rs:1791:5 [INFO] [stdout] 19: 0x55e8fd02f739 - core::result::Result::unwrap::h11fb010a21e7834a [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/result.rs:1113:23 [INFO] [stdout] 20: 0x55e8fd023789 - nft_login::web3::tests::test_crypto_boy_on_okt::{{closure}}::he8dd218cd16f7510 [INFO] [stdout] at /opt/rustwide/workdir/src/web3.rs:164:13 [INFO] [stdout] 21: 0x55e8fd067abc - as core::future::future::Future>::poll::h6e5d273efa822db3 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 22: 0x55e8fd14908f - as core::future::future::Future>::poll::hcb34381e4eb9071c [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/future/future.rs:124:9 [INFO] [stdout] 23: 0x55e8fd0dba50 - tokio::runtime::basic_scheduler::Inner

::block_on::{{closure}}::{{closure}}::h252812a5fd4f3806 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.14.0/src/runtime/basic_scheduler.rs:240:62 [INFO] [stdout] 24: 0x55e8fd0d8ca0 - tokio::coop::with_budget::{{closure}}::h374c33a9ea606fcb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.14.0/src/coop.rs:106:9 [INFO] [stdout] 25: 0x55e8fd14fa83 - std::thread::local::LocalKey::try_with::h9f0d74d9bb992b41 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/thread/local.rs:446:16 [INFO] [stdout] 26: 0x55e8fd14ebed - std::thread::local::LocalKey::with::hcb73561fa451d4f7 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/thread/local.rs:422:9 [INFO] [stdout] 27: 0x55e8fd0da615 - tokio::coop::with_budget::h0d8784f96f14c5fb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.14.0/src/coop.rs:99:5 [INFO] [stdout] 28: 0x55e8fd0da615 - tokio::coop::budget::h8ab13a44c79e3f33 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.14.0/src/coop.rs:76:5 [INFO] [stdout] 29: 0x55e8fd0da615 - tokio::runtime::basic_scheduler::Inner

::block_on::{{closure}}::h8135c928841bd03f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.14.0/src/runtime/basic_scheduler.rs:240:39 [INFO] [stdout] 30: 0x55e8fd0dd851 - tokio::runtime::basic_scheduler::enter::{{closure}}::ha48b55edc5dd01bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.14.0/src/runtime/basic_scheduler.rs:349:29 [INFO] [stdout] 31: 0x55e8fd03af37 - tokio::macros::scoped_tls::ScopedKey::set::h719990b6460b935d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.14.0/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 32: 0x55e8fd0dd41d - tokio::runtime::basic_scheduler::enter::h716972ac58d307c1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.14.0/src/runtime/basic_scheduler.rs:349:5 [INFO] [stdout] 33: 0x55e8fd0d96db - tokio::runtime::basic_scheduler::Inner

::block_on::h316eb40f1490d6f8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.14.0/src/runtime/basic_scheduler.rs:230:9 [INFO] [stdout] 34: 0x55e8fd0dbf26 - tokio::runtime::basic_scheduler::InnerGuard

::block_on::h9373936e02ec5937 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.14.0/src/runtime/basic_scheduler.rs:501:9 [INFO] [stdout] 35: 0x55e8fd0dc84c - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::he220a77884d92e6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.14.0/src/runtime/basic_scheduler.rs:186:24 [INFO] [stdout] 36: 0x55e8fd00841e - tokio::runtime::Runtime::block_on::h353432d165fba997 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.14.0/src/runtime/mod.rs:461:46 [INFO] [stdout] 37: 0x55e8fd02319b - nft_login::web3::tests::test_crypto_boy_on_okt::h38bb7102426cd29a [INFO] [stdout] at /opt/rustwide/workdir/src/web3.rs:163:9 [INFO] [stdout] 38: 0x55e8fd023047 - nft_login::web3::tests::test_crypto_boy_on_okt::{{closure}}::h023a4fc4618fc830 [INFO] [stdout] at /opt/rustwide/workdir/src/web3.rs:156:11 [INFO] [stdout] 39: 0x55e8fd15f9e5 - core::ops::function::FnOnce::call_once::h1b99cf71a3e6c153 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/ops/function.rs:510:5 [INFO] [stdout] 40: 0x55e8fd1bc31f - core::ops::function::FnOnce::call_once::h2f93ceb28cb0c61c [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/ops/function.rs:510:5 [INFO] [stdout] 41: 0x55e8fd1bc31f - test::__rust_begin_short_backtrace::hdd721a0e8ee25a0e [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:637:18 [INFO] [stdout] 42: 0x55e8fd18d8ac - test::run_test::{{closure}}::h95fe25ef5b9cf584 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:628:30 [INFO] [stdout] 43: 0x55e8fd18d8ac - core::ops::function::FnOnce::call_once{{vtable.shim}}::he3685b1dad984a5a [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/ops/function.rs:510:5 [INFO] [stdout] 44: 0x55e8fd1bb2d8 - as core::ops::function::FnOnce>::call_once::h301cae15faf66265 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2000:9 [INFO] [stdout] 45: 0x55e8fd1bb2d8 - as core::ops::function::FnOnce<()>>::call_once::hb7be0f46463c4091 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 46: 0x55e8fd1bb2d8 - std::panicking::try::do_call::he80e1dd13c6c4b2c [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:483:40 [INFO] [stdout] 47: 0x55e8fd1bb2d8 - std::panicking::try::h88563fd695098a44 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:447:19 [INFO] [stdout] 48: 0x55e8fd1bb2d8 - std::panic::catch_unwind::h6a5b06a8b67964f8 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panic.rs:137:14 [INFO] [stdout] 49: 0x55e8fd1bb2d8 - test::run_test_in_process::h3bfa2ac051e33645 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:660:27 [INFO] [stdout] 50: 0x55e8fd1bb2d8 - test::run_test::run_test_inner::{{closure}}::h505cc84ec623ff60 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:554:39 [INFO] [stdout] 51: 0x55e8fd188034 - test::run_test::run_test_inner::{{closure}}::h0e58a333959ca1c3 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:581:37 [INFO] [stdout] 52: 0x55e8fd188034 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha224c611b967d9b5 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:121:18 [INFO] [stdout] 53: 0x55e8fd18d935 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h90e5d573525d2948 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/thread/mod.rs:551:17 [INFO] [stdout] 54: 0x55e8fd18d935 - as core::ops::function::FnOnce<()>>::call_once::h9d1846f6c9999fe4 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 55: 0x55e8fd18d935 - std::panicking::try::do_call::h5ffdfcc148e40205 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:483:40 [INFO] [stdout] 56: 0x55e8fd18d935 - std::panicking::try::hc1b1f6044948b131 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:447:19 [INFO] [stdout] 57: 0x55e8fd18d935 - std::panic::catch_unwind::he641636e80f82a6d [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panic.rs:137:14 [INFO] [stdout] 58: 0x55e8fd18d935 - std::thread::Builder::spawn_unchecked_::{{closure}}::hdbdfe56cb03b1da6 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/thread/mod.rs:550:30 [INFO] [stdout] 59: 0x55e8fd18d935 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hea0273674710a4a3 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/ops/function.rs:510:5 [INFO] [stdout] 60: 0x55e8fdca98a3 - as core::ops::function::FnOnce>::call_once::h5676ec8835469d88 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2000:9 [INFO] [stdout] 61: 0x55e8fdca98a3 - as core::ops::function::FnOnce>::call_once::h8aa650efc9f4a6ec [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2000:9 [INFO] [stdout] 62: 0x55e8fdca98a3 - std::sys::unix::thread::Thread::new::thread_start::h8e214f29f03a09ce [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 63: 0x7fcd5b79a609 - start_thread [INFO] [stdout] 64: 0x7fcd5b56a133 - clone [INFO] [stdout] 65: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- userinfo::tests::userinfo stdout ---- [INFO] [stdout] Config { ext_hostname: "http://localhost:8000", key_id: "key1", node_provider: {"main": "https://cloudflare-eth.com", "meter": "https://rpctest.meter.io/", "avax": "https://api.avax-test.network/ext/bc/C/rpc", "metis": "https://stardust.metis.io/?owner=588", "okt": "https://exchaintestrpc.okex.org", "polygon": "https://matic-mumbai.chainstacklabs.com/", "theta": "https://eth-rpc-api-testnet.thetatoken.org/rpc", "binance": "https://data-seed-prebsc-1-s1.binance.org:8545/", "heco": "https://http-testnet.hecochain.com", "default": "https://kovan.infura.io/v3/43", "celo": "https://alfajores-forno.celo-testnet.org", "clv": "https://rpc-3.clover.finance", "evmos": "https://ethereum.rpc.evmos.dev", "kovan": "https://kovan.infura.io/v3/43"}, chain_id: {"avax": 43113, "heco": 256, "meter": 83, "clv": 1023, "kovan": 42, "polygon": 80001, "okt": 65, "theta": 365, "binance": 97, "main": 1, "celo": 44787, "default": 42, "evmos": 9000, "metis": 588}, 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? [INFO] [stdout] >> (default_post_token_endpoint) POST /token [INFO] [stdout] >> (index) GET / [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?&&&&&&&&&& [INFO] [stdout] >> (cached_sitemaptxt) GET /sitemap.txt [INFO] [stdout] >> (jwk) GET /<_realm>/jwk [INFO] [stdout] >> (token_endpoint) GET //token? [INFO] [stdout] >> (post_token_endpoint) POST //token [INFO] [stdout] >> (userinfo_endpoint) GET //userinfo [INFO] [stdout] >> (options_userinfo_endpoint) OPTIONS //userinfo [INFO] [stdout] >> (authorize_endpoint) GET //authorize?&&&&&&&&& [INFO] [stdout] >> (default_configuration) GET /.well-known/openid-configuration [INFO] [stdout] >> (configuration) GET //.well-known/openid-configuration [INFO] [stdout] >> (authorize_well_known) GET //authorize/.well-known/openid-configuration [INFO] [stdout] >> (well_known_oauth_authorization_server) GET /.well-known/oauth-authorization-server//authorize [INFO] [stdout] Catchers: [INFO] [stdout] >> (unauthorized) 401 [INFO] [stdout] Fairings: [INFO] [stdout] >> Attaching CORS headers to responses (response) [INFO] [stdout] >> Static Resources (Debug) (ignite) [INFO] [stdout] >> Shield (liftoff, response, singleton) [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?&&&&&&&&&& [INFO] [stdout] >> Outcome: Success [INFO] [stdout] thread 'userinfo::tests::userinfo' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `Status { code: 401 }`, [INFO] [stdout] right: `Status { code: 307 }`', src/userinfo.rs:91:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e8fdca2ee0 - std::backtrace_rs::backtrace::libunwind::trace::hecb21857e99d889d [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55e8fdca2ee0 - std::backtrace_rs::backtrace::trace_unsynchronized::h390569d291d382e6 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55e8fdca2ee0 - std::sys_common::backtrace::_print_fmt::he268a904f7419e52 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:65:5 [INFO] [stdout] 3: 0x55e8fdca2ee0 - ::fmt::hedbee76c21719161 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stdout] 4: 0x55e8fdcc9b5e - core::fmt::write::hd7abf800172f9326 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/fmt/mod.rs:1209:17 [INFO] [stdout] 5: 0x55e8fdc9ccf5 - std::io::Write::write_fmt::hce65cc88c775e9d3 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/io/mod.rs:1682:15 [INFO] [stdout] 6: 0x55e8fdca2ca5 - std::sys_common::backtrace::_print::he1bf0c0215d8eb21 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stdout] 7: 0x55e8fdca2ca5 - std::sys_common::backtrace::print::h1d63cc8fb6910f4d [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stdout] 8: 0x55e8fdca4b4f - std::panicking::default_hook::{{closure}}::h06165285990169e4 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:267:22 [INFO] [stdout] 9: 0x55e8fdca480e - std::panicking::default_hook::hc8c52a6a2d770858 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:283:9 [INFO] [stdout] 10: 0x55e8fd1b6fa7 - as core::ops::function::Fn>::call::h9bfd099cb89cb0bb [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2032:9 [INFO] [stdout] 11: 0x55e8fd1b6fa7 - test::test_main::{{closure}}::h065ae2c9be25dce8 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:135:21 [INFO] [stdout] 12: 0x55e8fdca526d - as core::ops::function::Fn>::call::h6aaf80b277f5611a [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2032:9 [INFO] [stdout] 13: 0x55e8fdca526d - std::panicking::rust_panic_with_hook::h4b7f78aa6e886a78 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:692:13 [INFO] [stdout] 14: 0x55e8fdca4fe7 - std::panicking::begin_panic_handler::{{closure}}::h8c929b88c5c37601 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:579:13 [INFO] [stdout] 15: 0x55e8fdca338c - std::sys_common::backtrace::__rust_end_short_backtrace::h61d4e5f81197e3cc [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:137:18 [INFO] [stdout] 16: 0x55e8fdca4d02 - rust_begin_unwind [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:575:5 [INFO] [stdout] 17: 0x55e8fcfe2f23 - core::panicking::panic_fmt::hd23e6f8c5d094f51 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/panicking.rs:65:14 [INFO] [stdout] 18: 0x55e8fdcc7b1b - core::panicking::assert_failed_inner::hb5c0f3f36147bb4f [INFO] [stdout] 19: 0x55e8fd00129a - core::panicking::assert_failed::hfbb36d75f6f7fea4 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/panicking.rs:203:5 [INFO] [stdout] 20: 0x55e8fd11d8ca - nft_login::userinfo::tests::userinfo::h199f94b5d025d37b [INFO] [stdout] at /opt/rustwide/workdir/src/userinfo.rs:91:9 [INFO] [stdout] 21: 0x55e8fd11d247 - nft_login::userinfo::tests::userinfo::{{closure}}::hf7fbb60d28009ae7 [INFO] [stdout] at /opt/rustwide/workdir/src/userinfo.rs:76:5 [INFO] [stdout] 22: 0x55e8fd160b25 - core::ops::function::FnOnce::call_once::he2f583fdb88f9e58 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/ops/function.rs:510:5 [INFO] [stdout] 23: 0x55e8fd1bc31f - core::ops::function::FnOnce::call_once::h2f93ceb28cb0c61c [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/ops/function.rs:510:5 [INFO] [stdout] 24: 0x55e8fd1bc31f - test::__rust_begin_short_backtrace::hdd721a0e8ee25a0e [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:637:18 [INFO] [stdout] 25: 0x55e8fd18d8ac - test::run_test::{{closure}}::h95fe25ef5b9cf584 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:628:30 [INFO] [stdout] 26: 0x55e8fd18d8ac - core::ops::function::FnOnce::call_once{{vtable.shim}}::he3685b1dad984a5a [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/ops/function.rs:510:5 [INFO] [stdout] 27: 0x55e8fd1bb2d8 - as core::ops::function::FnOnce>::call_once::h301cae15faf66265 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2000:9 [INFO] [stdout] 28: 0x55e8fd1bb2d8 - as core::ops::function::FnOnce<()>>::call_once::hb7be0f46463c4091 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 29: 0x55e8fd1bb2d8 - std::panicking::try::do_call::he80e1dd13c6c4b2c [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:483:40 [INFO] [stdout] 30: 0x55e8fd1bb2d8 - std::panicking::try::h88563fd695098a44 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:447:19 [INFO] [stdout] 31: 0x55e8fd1bb2d8 - std::panic::catch_unwind::h6a5b06a8b67964f8 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panic.rs:137:14 [INFO] [stdout] 32: 0x55e8fd1bb2d8 - test::run_test_in_process::h3bfa2ac051e33645 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:660:27 [INFO] [stdout] 33: 0x55e8fd1bb2d8 - test::run_test::run_test_inner::{{closure}}::h505cc84ec623ff60 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:554:39 [INFO] [stdout] 34: 0x55e8fd188034 - test::run_test::run_test_inner::{{closure}}::h0e58a333959ca1c3 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:581:37 [INFO] [stdout] 35: 0x55e8fd188034 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha224c611b967d9b5 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:121:18 [INFO] [stdout] 36: 0x55e8fd18d935 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h90e5d573525d2948 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/thread/mod.rs:551:17 [INFO] [stdout] 37: 0x55e8fd18d935 - as core::ops::function::FnOnce<()>>::call_once::h9d1846f6c9999fe4 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 38: 0x55e8fd18d935 - std::panicking::try::do_call::h5ffdfcc148e40205 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:483:40 [INFO] [stdout] 39: 0x55e8fd18d935 - std::panicking::try::hc1b1f6044948b131 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:447:19 [INFO] [stdout] 40: 0x55e8fd18d935 - std::panic::catch_unwind::he641636e80f82a6d [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panic.rs:137:14 [INFO] [stdout] 41: 0x55e8fd18d935 - std::thread::Builder::spawn_unchecked_::{{closure}}::hdbdfe56cb03b1da6 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/thread/mod.rs:550:30 [INFO] [stdout] 42: 0x55e8fd18d935 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hea0273674710a4a3 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/ops/function.rs:510:5 [INFO] [stdout] 43: 0x55e8fdca98a3 - as core::ops::function::FnOnce>::call_once::h5676ec8835469d88 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2000:9 [INFO] [stdout] 44: 0x55e8fdca98a3 - as core::ops::function::FnOnce>::call_once::h8aa650efc9f4a6ec [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2000:9 [INFO] [stdout] 45: 0x55e8fdca98a3 - std::sys::unix::thread::Thread::new::thread_start::h8e214f29f03a09ce [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 46: 0x7fcd5b79a609 - start_thread [INFO] [stdout] 47: 0x7fcd5b56a133 - clone [INFO] [stdout] 48: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- token::tests::token stdout ---- [INFO] [stdout] Config { ext_hostname: "http://localhost:8000", key_id: "key1", node_provider: {"binance": "https://data-seed-prebsc-1-s1.binance.org:8545/", "evmos": "https://ethereum.rpc.evmos.dev", "celo": "https://alfajores-forno.celo-testnet.org", "clv": "https://rpc-3.clover.finance", "main": "https://cloudflare-eth.com", "avax": "https://api.avax-test.network/ext/bc/C/rpc", "heco": "https://http-testnet.hecochain.com", "meter": "https://rpctest.meter.io/", "metis": "https://stardust.metis.io/?owner=588", "polygon": "https://matic-mumbai.chainstacklabs.com/", "theta": "https://eth-rpc-api-testnet.thetatoken.org/rpc", "okt": "https://exchaintestrpc.okex.org", "kovan": "https://kovan.infura.io/v3/43", "default": "https://kovan.infura.io/v3/43"}, chain_id: {"polygon": 80001, "clv": 1023, "celo": 44787, "theta": 365, "heco": 256, "avax": 43113, "main": 1, "default": 42, "meter": 83, "evmos": 9000, "kovan": 42, "metis": 588, "binance": 97, "okt": 65}, 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? [INFO] [stdout] >> (default_post_token_endpoint) POST /token [INFO] [stdout] >> (index) GET / [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?&&&&&&&&&& [INFO] [stdout] >> (cached_sitemaptxt) GET /sitemap.txt [INFO] [stdout] >> (jwk) GET /<_realm>/jwk [INFO] [stdout] >> (token_endpoint) GET //token? [INFO] [stdout] >> (post_token_endpoint) POST //token [INFO] [stdout] >> (userinfo_endpoint) GET //userinfo [INFO] [stdout] >> (options_userinfo_endpoint) OPTIONS //userinfo [INFO] [stdout] >> (authorize_endpoint) GET //authorize?&&&&&&&&& [INFO] [stdout] >> (default_configuration) GET /.well-known/openid-configuration [INFO] [stdout] >> (configuration) GET //.well-known/openid-configuration [INFO] [stdout] >> (authorize_well_known) GET //authorize/.well-known/openid-configuration [INFO] [stdout] >> (well_known_oauth_authorization_server) GET /.well-known/oauth-authorization-server//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?&&&&&&&&&& [INFO] [stdout] >> Outcome: Success [INFO] [stdout] thread 'token::tests::token' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `Status { code: 401 }`, [INFO] [stdout] right: `Status { code: 307 }`', src/token.rs:168:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e8fdca2ee0 - std::backtrace_rs::backtrace::libunwind::trace::hecb21857e99d889d [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55e8fdca2ee0 - std::backtrace_rs::backtrace::trace_unsynchronized::h390569d291d382e6 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55e8fdca2ee0 - std::sys_common::backtrace::_print_fmt::he268a904f7419e52 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:65:5 [INFO] [stdout] 3: 0x55e8fdca2ee0 - ::fmt::hedbee76c21719161 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stdout] 4: 0x55e8fdcc9b5e - core::fmt::write::hd7abf800172f9326 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/fmt/mod.rs:1209:17 [INFO] [stdout] 5: 0x55e8fdc9ccf5 - std::io::Write::write_fmt::hce65cc88c775e9d3 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/io/mod.rs:1682:15 [INFO] [stdout] 6: 0x55e8fdca2ca5 - std::sys_common::backtrace::_print::he1bf0c0215d8eb21 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stdout] 7: 0x55e8fdca2ca5 - std::sys_common::backtrace::print::h1d63cc8fb6910f4d [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stdout] 8: 0x55e8fdca4b4f - std::panicking::default_hook::{{closure}}::h06165285990169e4 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:267:22 [INFO] [stdout] 9: 0x55e8fdca480e - std::panicking::default_hook::hc8c52a6a2d770858 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:283:9 [INFO] [stdout] 10: 0x55e8fd1b6fa7 - as core::ops::function::Fn>::call::h9bfd099cb89cb0bb [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2032:9 [INFO] [stdout] 11: 0x55e8fd1b6fa7 - test::test_main::{{closure}}::h065ae2c9be25dce8 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:135:21 [INFO] [stdout] 12: 0x55e8fdca526d - as core::ops::function::Fn>::call::h6aaf80b277f5611a [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2032:9 [INFO] [stdout] 13: 0x55e8fdca526d - std::panicking::rust_panic_with_hook::h4b7f78aa6e886a78 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:692:13 [INFO] [stdout] 14: 0x55e8fdca4fe7 - std::panicking::begin_panic_handler::{{closure}}::h8c929b88c5c37601 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:579:13 [INFO] [stdout] 15: 0x55e8fdca338c - std::sys_common::backtrace::__rust_end_short_backtrace::h61d4e5f81197e3cc [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:137:18 [INFO] [stdout] 16: 0x55e8fdca4d02 - rust_begin_unwind [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:575:5 [INFO] [stdout] 17: 0x55e8fcfe2f23 - core::panicking::panic_fmt::hd23e6f8c5d094f51 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/panicking.rs:65:14 [INFO] [stdout] 18: 0x55e8fdcc7b1b - core::panicking::assert_failed_inner::hb5c0f3f36147bb4f [INFO] [stdout] 19: 0x55e8fd00129a - core::panicking::assert_failed::hfbb36d75f6f7fea4 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/panicking.rs:203:5 [INFO] [stdout] 20: 0x55e8fd0c9f5a - nft_login::token::tests::token::h8e7fb8098d24a138 [INFO] [stdout] at /opt/rustwide/workdir/src/token.rs:168:9 [INFO] [stdout] 21: 0x55e8fd0c98e7 - nft_login::token::tests::token::{{closure}}::h3652d383e1bb57eb [INFO] [stdout] at /opt/rustwide/workdir/src/token.rs:153:5 [INFO] [stdout] 22: 0x55e8fd160635 - core::ops::function::FnOnce::call_once::had07ea3f636d1d1c [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/ops/function.rs:510:5 [INFO] [stdout] 23: 0x55e8fd1bc31f - core::ops::function::FnOnce::call_once::h2f93ceb28cb0c61c [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/ops/function.rs:510:5 [INFO] [stdout] 24: 0x55e8fd1bc31f - test::__rust_begin_short_backtrace::hdd721a0e8ee25a0e [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:637:18 [INFO] [stdout] 25: 0x55e8fd18d8ac - test::run_test::{{closure}}::h95fe25ef5b9cf584 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:628:30 [INFO] [stdout] 26: 0x55e8fd18d8ac - core::ops::function::FnOnce::call_once{{vtable.shim}}::he3685b1dad984a5a [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/ops/function.rs:510:5 [INFO] [stdout] 27: 0x55e8fd1bb2d8 - as core::ops::function::FnOnce>::call_once::h301cae15faf66265 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2000:9 [INFO] [stdout] 28: 0x55e8fd1bb2d8 - as core::ops::function::FnOnce<()>>::call_once::hb7be0f46463c4091 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 29: 0x55e8fd1bb2d8 - std::panicking::try::do_call::he80e1dd13c6c4b2c [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:483:40 [INFO] [stdout] 30: 0x55e8fd1bb2d8 - std::panicking::try::h88563fd695098a44 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:447:19 [INFO] [stdout] 31: 0x55e8fd1bb2d8 - std::panic::catch_unwind::h6a5b06a8b67964f8 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panic.rs:137:14 [INFO] [stdout] 32: 0x55e8fd1bb2d8 - test::run_test_in_process::h3bfa2ac051e33645 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:660:27 [INFO] [stdout] 33: 0x55e8fd1bb2d8 - test::run_test::run_test_inner::{{closure}}::h505cc84ec623ff60 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:554:39 [INFO] [stdout] 34: 0x55e8fd188034 - test::run_test::run_test_inner::{{closure}}::h0e58a333959ca1c3 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:581:37 [INFO] [stdout] 35: 0x55e8fd188034 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha224c611b967d9b5 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:121:18 [INFO] [stdout] 36: 0x55e8fd18d935 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h90e5d573525d2948 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/thread/mod.rs:551:17 [INFO] [stdout] 37: 0x55e8fd18d935 - as core::ops::function::FnOnce<()>>::call_once::h9d1846f6c9999fe4 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 38: 0x55e8fd18d935 - std::panicking::try::do_call::h5ffdfcc148e40205 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:483:40 [INFO] [stdout] 39: 0x55e8fd18d935 - std::panicking::try::hc1b1f6044948b131 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:447:19 [INFO] [stdout] 40: 0x55e8fd18d935 - std::panic::catch_unwind::he641636e80f82a6d [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panic.rs:137:14 [INFO] [stdout] 41: 0x55e8fd18d935 - std::thread::Builder::spawn_unchecked_::{{closure}}::hdbdfe56cb03b1da6 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/thread/mod.rs:550:30 [INFO] [stdout] 42: 0x55e8fd18d935 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hea0273674710a4a3 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/ops/function.rs:510:5 [INFO] [stdout] 43: 0x55e8fdca98a3 - as core::ops::function::FnOnce>::call_once::h5676ec8835469d88 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2000:9 [INFO] [stdout] 44: 0x55e8fdca98a3 - as core::ops::function::FnOnce>::call_once::h8aa650efc9f4a6ec [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2000:9 [INFO] [stdout] 45: 0x55e8fdca98a3 - std::sys::unix::thread::Thread::new::thread_start::h8e214f29f03a09ce [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 46: 0x7fcd5b79a609 - start_thread [INFO] [stdout] 47: 0x7fcd5b56a133 - clone [INFO] [stdout] 48: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- authorize::tests::test_code_id_token stdout ---- [INFO] [stdout] Config { ext_hostname: "http://localhost:8000", key_id: "key1", node_provider: {"clv": "https://rpc-3.clover.finance", "avax": "https://api.avax-test.network/ext/bc/C/rpc", "heco": "https://http-testnet.hecochain.com", "kovan": "https://kovan.infura.io/v3/43", "main": "https://cloudflare-eth.com", "binance": "https://data-seed-prebsc-1-s1.binance.org:8545/", "evmos": "https://ethereum.rpc.evmos.dev", "celo": "https://alfajores-forno.celo-testnet.org", "default": "https://kovan.infura.io/v3/43", "meter": "https://rpctest.meter.io/", "polygon": "https://matic-mumbai.chainstacklabs.com/", "theta": "https://eth-rpc-api-testnet.thetatoken.org/rpc", "metis": "https://stardust.metis.io/?owner=588", "okt": "https://exchaintestrpc.okex.org"}, chain_id: {"heco": 256, "avax": 43113, "binance": 97, "clv": 1023, "meter": 83, "main": 1, "evmos": 9000, "metis": 588, "default": 42, "okt": 65, "theta": 365, "celo": 44787, "kovan": 42, "polygon": 80001}, 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? [INFO] [stdout] >> (default_post_token_endpoint) POST /token [INFO] [stdout] >> (index) GET / [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?&&&&&&&&&& [INFO] [stdout] >> (cached_sitemaptxt) GET /sitemap.txt [INFO] [stdout] >> (jwk) GET /<_realm>/jwk [INFO] [stdout] >> (token_endpoint) GET //token? [INFO] [stdout] >> (post_token_endpoint) POST //token [INFO] [stdout] >> (userinfo_endpoint) GET //userinfo [INFO] [stdout] >> (options_userinfo_endpoint) OPTIONS //userinfo [INFO] [stdout] >> (authorize_endpoint) GET //authorize?&&&&&&&&& [INFO] [stdout] >> (default_configuration) GET /.well-known/openid-configuration [INFO] [stdout] >> (configuration) GET //.well-known/openid-configuration [INFO] [stdout] >> (authorize_well_known) GET //authorize/.well-known/openid-configuration [INFO] [stdout] >> (well_known_oauth_authorization_server) GET /.well-known/oauth-authorization-server//authorize [INFO] [stdout] Catchers: [INFO] [stdout] >> (unauthorized) 401 [INFO] [stdout] Fairings: [INFO] [stdout] >> Shield (liftoff, response, singleton) [INFO] [stdout] >> Attaching CORS headers to responses (response) [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?&&&&&&&&&& [INFO] [stdout] >> Outcome: Success [INFO] [stdout] thread 'authorize::tests::test_code_id_token' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `Status { code: 401 }`, [INFO] [stdout] right: `Status { code: 307 }`', src/authorize.rs:324:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e8fdca2ee0 - std::backtrace_rs::backtrace::libunwind::trace::hecb21857e99d889d [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55e8fdca2ee0 - std::backtrace_rs::backtrace::trace_unsynchronized::h390569d291d382e6 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55e8fdca2ee0 - std::sys_common::backtrace::_print_fmt::he268a904f7419e52 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:65:5 [INFO] [stdout] 3: 0x55e8fdca2ee0 - ::fmt::hedbee76c21719161 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stdout] 4: 0x55e8fdcc9b5e - core::fmt::write::hd7abf800172f9326 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/fmt/mod.rs:1209:17 [INFO] [stdout] 5: 0x55e8fdc9ccf5 - std::io::Write::write_fmt::hce65cc88c775e9d3 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/io/mod.rs:1682:15 [INFO] [stdout] 6: 0x55e8fdca2ca5 - std::sys_common::backtrace::_print::he1bf0c0215d8eb21 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stdout] 7: 0x55e8fdca2ca5 - std::sys_common::backtrace::print::h1d63cc8fb6910f4d [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stdout] 8: 0x55e8fdca4b4f - std::panicking::default_hook::{{closure}}::h06165285990169e4 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:267:22 [INFO] [stdout] 9: 0x55e8fdca480e - std::panicking::default_hook::hc8c52a6a2d770858 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:283:9 [INFO] [stdout] 10: 0x55e8fd1b6fa7 - as core::ops::function::Fn>::call::h9bfd099cb89cb0bb [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2032:9 [INFO] [stdout] 11: 0x55e8fd1b6fa7 - test::test_main::{{closure}}::h065ae2c9be25dce8 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:135:21 [INFO] [stdout] 12: 0x55e8fdca526d - as core::ops::function::Fn>::call::h6aaf80b277f5611a [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2032:9 [INFO] [stdout] 13: 0x55e8fdca526d - std::panicking::rust_panic_with_hook::h4b7f78aa6e886a78 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:692:13 [INFO] [stdout] 14: 0x55e8fdca4fe7 - std::panicking::begin_panic_handler::{{closure}}::h8c929b88c5c37601 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:579:13 [INFO] [stdout] 15: 0x55e8fdca338c - std::sys_common::backtrace::__rust_end_short_backtrace::h61d4e5f81197e3cc [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:137:18 [INFO] [stdout] 16: 0x55e8fdca4d02 - rust_begin_unwind [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:575:5 [INFO] [stdout] 17: 0x55e8fcfe2f23 - core::panicking::panic_fmt::hd23e6f8c5d094f51 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/panicking.rs:65:14 [INFO] [stdout] 18: 0x55e8fdcc7b1b - core::panicking::assert_failed_inner::hb5c0f3f36147bb4f [INFO] [stdout] 19: 0x55e8fd00129a - core::panicking::assert_failed::hfbb36d75f6f7fea4 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/panicking.rs:203:5 [INFO] [stdout] 20: 0x55e8fd083bbc - nft_login::authorize::tests::test_code_id_token::h37a1a0c1519c18de [INFO] [stdout] at /opt/rustwide/workdir/src/authorize.rs:324:9 [INFO] [stdout] 21: 0x55e8fd083357 - nft_login::authorize::tests::test_code_id_token::{{closure}}::h8b0546b9296f9f52 [INFO] [stdout] at /opt/rustwide/workdir/src/authorize.rs:307:5 [INFO] [stdout] 22: 0x55e8fd15f8b5 - core::ops::function::FnOnce::call_once::h0fc5b51a18d4e588 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/ops/function.rs:510:5 [INFO] [stdout] 23: 0x55e8fd1bc31f - core::ops::function::FnOnce::call_once::h2f93ceb28cb0c61c [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/ops/function.rs:510:5 [INFO] [stdout] 24: 0x55e8fd1bc31f - test::__rust_begin_short_backtrace::hdd721a0e8ee25a0e [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:637:18 [INFO] [stdout] 25: 0x55e8fd18d8ac - test::run_test::{{closure}}::h95fe25ef5b9cf584 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:628:30 [INFO] [stdout] 26: 0x55e8fd18d8ac - core::ops::function::FnOnce::call_once{{vtable.shim}}::he3685b1dad984a5a [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/ops/function.rs:510:5 [INFO] [stdout] 27: 0x55e8fd1bb2d8 - as core::ops::function::FnOnce>::call_once::h301cae15faf66265 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2000:9 [INFO] [stdout] 28: 0x55e8fd1bb2d8 - as core::ops::function::FnOnce<()>>::call_once::hb7be0f46463c4091 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 29: 0x55e8fd1bb2d8 - std::panicking::try::do_call::he80e1dd13c6c4b2c [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:483:40 [INFO] [stdout] 30: 0x55e8fd1bb2d8 - std::panicking::try::h88563fd695098a44 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:447:19 [INFO] [stdout] 31: 0x55e8fd1bb2d8 - std::panic::catch_unwind::h6a5b06a8b67964f8 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panic.rs:137:14 [INFO] [stdout] 32: 0x55e8fd1bb2d8 - test::run_test_in_process::h3bfa2ac051e33645 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:660:27 [INFO] [stdout] 33: 0x55e8fd1bb2d8 - test::run_test::run_test_inner::{{closure}}::h505cc84ec623ff60 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:554:39 [INFO] [stdout] 34: 0x55e8fd188034 - test::run_test::run_test_inner::{{closure}}::h0e58a333959ca1c3 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:581:37 [INFO] [stdout] 35: 0x55e8fd188034 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha224c611b967d9b5 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:121:18 [INFO] [stdout] 36: 0x55e8fd18d935 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h90e5d573525d2948 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/thread/mod.rs:551:17 [INFO] [stdout] 37: 0x55e8fd18d935 - as core::ops::function::FnOnce<()>>::call_once::h9d1846f6c9999fe4 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 38: 0x55e8fd18d935 - std::panicking::try::do_call::h5ffdfcc148e40205 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:483:40 [INFO] [stdout] 39: 0x55e8fd18d935 - std::panicking::try::hc1b1f6044948b131 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:447:19 [INFO] [stdout] 40: 0x55e8fd18d935 - std::panic::catch_unwind::he641636e80f82a6d [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panic.rs:137:14 [INFO] [stdout] 41: 0x55e8fd18d935 - std::thread::Builder::spawn_unchecked_::{{closure}}::hdbdfe56cb03b1da6 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/thread/mod.rs:550:30 [INFO] [stdout] 42: 0x55e8fd18d935 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hea0273674710a4a3 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/ops/function.rs:510:5 [INFO] [stdout] 43: 0x55e8fdca98a3 - as core::ops::function::FnOnce>::call_once::h5676ec8835469d88 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2000:9 [INFO] [stdout] 44: 0x55e8fdca98a3 - as core::ops::function::FnOnce>::call_once::h8aa650efc9f4a6ec [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2000:9 [INFO] [stdout] 45: 0x55e8fdca98a3 - std::sys::unix::thread::Thread::new::thread_start::h8e214f29f03a09ce [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 46: 0x7fcd5b79a609 - start_thread [INFO] [stdout] 47: 0x7fcd5b56a133 - clone [INFO] [stdout] 48: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- authorize::tests::account_is_owner stdout ---- [INFO] [stdout] Config { ext_hostname: "http://localhost:8000", key_id: "key1", node_provider: {"evmos": "https://ethereum.rpc.evmos.dev", "metis": "https://stardust.metis.io/?owner=588", "kovan": "https://kovan.infura.io/v3/43", "heco": "https://http-testnet.hecochain.com", "default": "https://kovan.infura.io/v3/43", "clv": "https://rpc-3.clover.finance", "celo": "https://alfajores-forno.celo-testnet.org", "binance": "https://data-seed-prebsc-1-s1.binance.org:8545/", "main": "https://cloudflare-eth.com", "meter": "https://rpctest.meter.io/", "okt": "https://exchaintestrpc.okex.org", "polygon": "https://matic-mumbai.chainstacklabs.com/", "avax": "https://api.avax-test.network/ext/bc/C/rpc", "theta": "https://eth-rpc-api-testnet.thetatoken.org/rpc"}, chain_id: {"evmos": 9000, "metis": 588, "avax": 43113, "kovan": 42, "main": 1, "binance": 97, "celo": 44787, "meter": 83, "default": 42, "okt": 65, "heco": 256, "clv": 1023, "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? [INFO] [stdout] >> (default_post_token_endpoint) POST /token [INFO] [stdout] >> (index) GET / [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?&&&&&&&&&& [INFO] [stdout] >> (cached_sitemaptxt) GET /sitemap.txt [INFO] [stdout] >> (jwk) GET /<_realm>/jwk [INFO] [stdout] >> (token_endpoint) GET //token? [INFO] [stdout] >> (post_token_endpoint) POST //token [INFO] [stdout] >> (userinfo_endpoint) GET //userinfo [INFO] [stdout] >> (options_userinfo_endpoint) OPTIONS //userinfo [INFO] [stdout] >> (authorize_endpoint) GET //authorize?&&&&&&&&& [INFO] [stdout] >> (default_configuration) GET /.well-known/openid-configuration [INFO] [stdout] >> (configuration) GET //.well-known/openid-configuration [INFO] [stdout] >> (authorize_well_known) GET //authorize/.well-known/openid-configuration [INFO] [stdout] >> (well_known_oauth_authorization_server) GET /.well-known/oauth-authorization-server//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: [INFO] [stdout] >> Matched: (default_authorize_endpoint) GET /authorize?&&&&&&&&&& [INFO] [stdout] >> Outcome: Success [INFO] [stdout] thread 'authorize::tests::account_is_owner' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `Status { code: 401 }`, [INFO] [stdout] right: `Status { code: 307 }`', src/authorize.rs:459:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e8fdca2ee0 - std::backtrace_rs::backtrace::libunwind::trace::hecb21857e99d889d [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55e8fdca2ee0 - std::backtrace_rs::backtrace::trace_unsynchronized::h390569d291d382e6 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55e8fdca2ee0 - std::sys_common::backtrace::_print_fmt::he268a904f7419e52 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:65:5 [INFO] [stdout] 3: 0x55e8fdca2ee0 - ::fmt::hedbee76c21719161 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stdout] 4: 0x55e8fdcc9b5e - core::fmt::write::hd7abf800172f9326 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/fmt/mod.rs:1209:17 [INFO] [stdout] 5: 0x55e8fdc9ccf5 - std::io::Write::write_fmt::hce65cc88c775e9d3 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/io/mod.rs:1682:15 [INFO] [stdout] 6: 0x55e8fdca2ca5 - std::sys_common::backtrace::_print::he1bf0c0215d8eb21 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stdout] 7: 0x55e8fdca2ca5 - std::sys_common::backtrace::print::h1d63cc8fb6910f4d [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stdout] 8: 0x55e8fdca4b4f - std::panicking::default_hook::{{closure}}::h06165285990169e4 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:267:22 [INFO] [stdout] 9: 0x55e8fdca480e - std::panicking::default_hook::hc8c52a6a2d770858 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:283:9 [INFO] [stdout] 10: 0x55e8fd1b6fa7 - as core::ops::function::Fn>::call::h9bfd099cb89cb0bb [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2032:9 [INFO] [stdout] 11: 0x55e8fd1b6fa7 - test::test_main::{{closure}}::h065ae2c9be25dce8 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:135:21 [INFO] [stdout] 12: 0x55e8fdca526d - as core::ops::function::Fn>::call::h6aaf80b277f5611a [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2032:9 [INFO] [stdout] 13: 0x55e8fdca526d - std::panicking::rust_panic_with_hook::h4b7f78aa6e886a78 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:692:13 [INFO] [stdout] 14: 0x55e8fdca4fe7 - std::panicking::begin_panic_handler::{{closure}}::h8c929b88c5c37601 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:579:13 [INFO] [stdout] 15: 0x55e8fdca338c - std::sys_common::backtrace::__rust_end_short_backtrace::h61d4e5f81197e3cc [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:137:18 [INFO] [stdout] 16: 0x55e8fdca4d02 - rust_begin_unwind [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:575:5 [INFO] [stdout] 17: 0x55e8fcfe2f23 - core::panicking::panic_fmt::hd23e6f8c5d094f51 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/panicking.rs:65:14 [INFO] [stdout] 18: 0x55e8fdcc7b1b - core::panicking::assert_failed_inner::hb5c0f3f36147bb4f [INFO] [stdout] 19: 0x55e8fd00129a - core::panicking::assert_failed::hfbb36d75f6f7fea4 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/panicking.rs:203:5 [INFO] [stdout] 20: 0x55e8fd086f3c - nft_login::authorize::tests::account_is_owner::he84560cafdfd3263 [INFO] [stdout] at /opt/rustwide/workdir/src/authorize.rs:459:9 [INFO] [stdout] 21: 0x55e8fd086957 - nft_login::authorize::tests::account_is_owner::{{closure}}::hfa9ffcc5bc19fbfc [INFO] [stdout] at /opt/rustwide/workdir/src/authorize.rs:444:5 [INFO] [stdout] 22: 0x55e8fd160925 - core::ops::function::FnOnce::call_once::hcaf37144c06914ae [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/ops/function.rs:510:5 [INFO] [stdout] 23: 0x55e8fd1bc31f - core::ops::function::FnOnce::call_once::h2f93ceb28cb0c61c [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/ops/function.rs:510:5 [INFO] [stdout] 24: 0x55e8fd1bc31f - test::__rust_begin_short_backtrace::hdd721a0e8ee25a0e [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:637:18 [INFO] [stdout] 25: 0x55e8fd18d8ac - test::run_test::{{closure}}::h95fe25ef5b9cf584 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:628:30 [INFO] [stdout] 26: 0x55e8fd18d8ac - core::ops::function::FnOnce::call_once{{vtable.shim}}::he3685b1dad984a5a [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/ops/function.rs:510:5 [INFO] [stdout] 27: 0x55e8fd1bb2d8 - as core::ops::function::FnOnce>::call_once::h301cae15faf66265 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2000:9 [INFO] [stdout] 28: 0x55e8fd1bb2d8 - as core::ops::function::FnOnce<()>>::call_once::hb7be0f46463c4091 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 29: 0x55e8fd1bb2d8 - std::panicking::try::do_call::he80e1dd13c6c4b2c [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:483:40 [INFO] [stdout] 30: 0x55e8fd1bb2d8 - std::panicking::try::h88563fd695098a44 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:447:19 [INFO] [stdout] 31: 0x55e8fd1bb2d8 - std::panic::catch_unwind::h6a5b06a8b67964f8 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panic.rs:137:14 [INFO] [stdout] 32: 0x55e8fd1bb2d8 - test::run_test_in_process::h3bfa2ac051e33645 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:660:27 [INFO] [stdout] 33: 0x55e8fd1bb2d8 - test::run_test::run_test_inner::{{closure}}::h505cc84ec623ff60 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:554:39 [INFO] [stdout] 34: 0x55e8fd188034 - test::run_test::run_test_inner::{{closure}}::h0e58a333959ca1c3 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:581:37 [INFO] [stdout] 35: 0x55e8fd188034 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha224c611b967d9b5 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:121:18 [INFO] [stdout] 36: 0x55e8fd18d935 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h90e5d573525d2948 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/thread/mod.rs:551:17 [INFO] [stdout] 37: 0x55e8fd18d935 - as core::ops::function::FnOnce<()>>::call_once::h9d1846f6c9999fe4 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 38: 0x55e8fd18d935 - std::panicking::try::do_call::h5ffdfcc148e40205 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:483:40 [INFO] [stdout] 39: 0x55e8fd18d935 - std::panicking::try::hc1b1f6044948b131 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:447:19 [INFO] [stdout] 40: 0x55e8fd18d935 - std::panic::catch_unwind::he641636e80f82a6d [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panic.rs:137:14 [INFO] [stdout] 41: 0x55e8fd18d935 - std::thread::Builder::spawn_unchecked_::{{closure}}::hdbdfe56cb03b1da6 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/thread/mod.rs:550:30 [INFO] [stdout] 42: 0x55e8fd18d935 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hea0273674710a4a3 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/ops/function.rs:510:5 [INFO] [stdout] 43: 0x55e8fdca98a3 - as core::ops::function::FnOnce>::call_once::h5676ec8835469d88 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2000:9 [INFO] [stdout] 44: 0x55e8fdca98a3 - as core::ops::function::FnOnce>::call_once::h8aa650efc9f4a6ec [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2000:9 [INFO] [stdout] 45: 0x55e8fdca98a3 - std::sys::unix::thread::Thread::new::thread_start::h8e214f29f03a09ce [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 46: 0x7fcd5b79a609 - start_thread [INFO] [stdout] 47: 0x7fcd5b56a133 - clone [INFO] [stdout] 48: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- authorize::tests::test_state stdout ---- [INFO] [stdout] Config { ext_hostname: "http://localhost:8000", key_id: "key1", node_provider: {"avax": "https://api.avax-test.network/ext/bc/C/rpc", "clv": "https://rpc-3.clover.finance", "metis": "https://stardust.metis.io/?owner=588", "evmos": "https://ethereum.rpc.evmos.dev", "theta": "https://eth-rpc-api-testnet.thetatoken.org/rpc", "binance": "https://data-seed-prebsc-1-s1.binance.org:8545/", "meter": "https://rpctest.meter.io/", "heco": "https://http-testnet.hecochain.com", "okt": "https://exchaintestrpc.okex.org", "default": "https://kovan.infura.io/v3/43", "celo": "https://alfajores-forno.celo-testnet.org", "kovan": "https://kovan.infura.io/v3/43", "main": "https://cloudflare-eth.com", "polygon": "https://matic-mumbai.chainstacklabs.com/"}, chain_id: {"celo": 44787, "okt": 65, "avax": 43113, "evmos": 9000, "binance": 97, "main": 1, "meter": 83, "polygon": 80001, "heco": 256, "metis": 588, "kovan": 42, "theta": 365, "default": 42, "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? [INFO] [stdout] >> (default_post_token_endpoint) POST /token [INFO] [stdout] >> (index) GET / [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?&&&&&&&&&& [INFO] [stdout] >> (cached_sitemaptxt) GET /sitemap.txt [INFO] [stdout] >> (jwk) GET /<_realm>/jwk [INFO] [stdout] >> (token_endpoint) GET //token? [INFO] [stdout] >> (post_token_endpoint) POST //token [INFO] [stdout] >> (userinfo_endpoint) GET //userinfo [INFO] [stdout] >> (options_userinfo_endpoint) OPTIONS //userinfo [INFO] [stdout] >> (authorize_endpoint) GET //authorize?&&&&&&&&& [INFO] [stdout] >> (default_configuration) GET /.well-known/openid-configuration [INFO] [stdout] >> (configuration) GET //.well-known/openid-configuration [INFO] [stdout] >> (authorize_well_known) GET //authorize/.well-known/openid-configuration [INFO] [stdout] >> (well_known_oauth_authorization_server) GET /.well-known/oauth-authorization-server//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] >> X-Content-Type-Options: nosniff [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?&&&&&&&&&& [INFO] [stdout] >> Outcome: Success [INFO] [stdout] thread 'authorize::tests::test_state' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `Status { code: 401 }`, [INFO] [stdout] right: `Status { code: 307 }`', src/authorize.rs:291:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e8fdca2ee0 - std::backtrace_rs::backtrace::libunwind::trace::hecb21857e99d889d [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55e8fdca2ee0 - std::backtrace_rs::backtrace::trace_unsynchronized::h390569d291d382e6 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55e8fdca2ee0 - std::sys_common::backtrace::_print_fmt::he268a904f7419e52 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:65:5 [INFO] [stdout] 3: 0x55e8fdca2ee0 - ::fmt::hedbee76c21719161 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stdout] 4: 0x55e8fdcc9b5e - core::fmt::write::hd7abf800172f9326 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/fmt/mod.rs:1209:17 [INFO] [stdout] 5: 0x55e8fdc9ccf5 - std::io::Write::write_fmt::hce65cc88c775e9d3 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/io/mod.rs:1682:15 [INFO] [stdout] 6: 0x55e8fdca2ca5 - std::sys_common::backtrace::_print::he1bf0c0215d8eb21 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stdout] 7: 0x55e8fdca2ca5 - std::sys_common::backtrace::print::h1d63cc8fb6910f4d [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stdout] 8: 0x55e8fdca4b4f - std::panicking::default_hook::{{closure}}::h06165285990169e4 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:267:22 [INFO] [stdout] 9: 0x55e8fdca480e - std::panicking::default_hook::hc8c52a6a2d770858 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:283:9 [INFO] [stdout] 10: 0x55e8fd1b6fa7 - as core::ops::function::Fn>::call::h9bfd099cb89cb0bb [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2032:9 [INFO] [stdout] 11: 0x55e8fd1b6fa7 - test::test_main::{{closure}}::h065ae2c9be25dce8 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:135:21 [INFO] [stdout] 12: 0x55e8fdca526d - as core::ops::function::Fn>::call::h6aaf80b277f5611a [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2032:9 [INFO] [stdout] 13: 0x55e8fdca526d - std::panicking::rust_panic_with_hook::h4b7f78aa6e886a78 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:692:13 [INFO] [stdout] 14: 0x55e8fdca4fe7 - std::panicking::begin_panic_handler::{{closure}}::h8c929b88c5c37601 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:579:13 [INFO] [stdout] 15: 0x55e8fdca338c - std::sys_common::backtrace::__rust_end_short_backtrace::h61d4e5f81197e3cc [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:137:18 [INFO] [stdout] 16: 0x55e8fdca4d02 - rust_begin_unwind [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:575:5 [INFO] [stdout] 17: 0x55e8fcfe2f23 - core::panicking::panic_fmt::hd23e6f8c5d094f51 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/panicking.rs:65:14 [INFO] [stdout] 18: 0x55e8fdcc7b1b - core::panicking::assert_failed_inner::hb5c0f3f36147bb4f [INFO] [stdout] 19: 0x55e8fd00129a - core::panicking::assert_failed::hfbb36d75f6f7fea4 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/panicking.rs:203:5 [INFO] [stdout] 20: 0x55e8fd082fe9 - nft_login::authorize::tests::test_state::h41a8ff618bedfa66 [INFO] [stdout] at /opt/rustwide/workdir/src/authorize.rs:291:9 [INFO] [stdout] 21: 0x55e8fd0828f7 - nft_login::authorize::tests::test_state::{{closure}}::h27bb22fb102e2a2a [INFO] [stdout] at /opt/rustwide/workdir/src/authorize.rs:276:5 [INFO] [stdout] 22: 0x55e8fd160115 - core::ops::function::FnOnce::call_once::h6c26e72440ef1d3e [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/ops/function.rs:510:5 [INFO] [stdout] 23: 0x55e8fd1bc31f - core::ops::function::FnOnce::call_once::h2f93ceb28cb0c61c [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/ops/function.rs:510:5 [INFO] [stdout] 24: 0x55e8fd1bc31f - test::__rust_begin_short_backtrace::hdd721a0e8ee25a0e [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:637:18 [INFO] [stdout] 25: 0x55e8fd18d8ac - test::run_test::{{closure}}::h95fe25ef5b9cf584 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:628:30 [INFO] [stdout] 26: 0x55e8fd18d8ac - core::ops::function::FnOnce::call_once{{vtable.shim}}::he3685b1dad984a5a [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/ops/function.rs:510:5 [INFO] [stdout] 27: 0x55e8fd1bb2d8 - as core::ops::function::FnOnce>::call_once::h301cae15faf66265 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2000:9 [INFO] [stdout] 28: 0x55e8fd1bb2d8 - as core::ops::function::FnOnce<()>>::call_once::hb7be0f46463c4091 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 29: 0x55e8fd1bb2d8 - std::panicking::try::do_call::he80e1dd13c6c4b2c [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:483:40 [INFO] [stdout] 30: 0x55e8fd1bb2d8 - std::panicking::try::h88563fd695098a44 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:447:19 [INFO] [stdout] 31: 0x55e8fd1bb2d8 - std::panic::catch_unwind::h6a5b06a8b67964f8 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panic.rs:137:14 [INFO] [stdout] 32: 0x55e8fd1bb2d8 - test::run_test_in_process::h3bfa2ac051e33645 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:660:27 [INFO] [stdout] 33: 0x55e8fd1bb2d8 - test::run_test::run_test_inner::{{closure}}::h505cc84ec623ff60 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:554:39 [INFO] [stdout] 34: 0x55e8fd188034 - test::run_test::run_test_inner::{{closure}}::h0e58a333959ca1c3 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/test/src/lib.rs:581:37 [INFO] [stdout] 35: 0x55e8fd188034 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha224c611b967d9b5 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys_common/backtrace.rs:121:18 [INFO] [stdout] 36: 0x55e8fd18d935 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h90e5d573525d2948 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/thread/mod.rs:551:17 [INFO] [stdout] 37: 0x55e8fd18d935 - as core::ops::function::FnOnce<()>>::call_once::h9d1846f6c9999fe4 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 38: 0x55e8fd18d935 - std::panicking::try::do_call::h5ffdfcc148e40205 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:483:40 [INFO] [stdout] 39: 0x55e8fd18d935 - std::panicking::try::hc1b1f6044948b131 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panicking.rs:447:19 [INFO] [stdout] 40: 0x55e8fd18d935 - std::panic::catch_unwind::he641636e80f82a6d [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/panic.rs:137:14 [INFO] [stdout] 41: 0x55e8fd18d935 - std::thread::Builder::spawn_unchecked_::{{closure}}::hdbdfe56cb03b1da6 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/thread/mod.rs:550:30 [INFO] [stdout] 42: 0x55e8fd18d935 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hea0273674710a4a3 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/core/src/ops/function.rs:510:5 [INFO] [stdout] 43: 0x55e8fdca98a3 - as core::ops::function::FnOnce>::call_once::h5676ec8835469d88 [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2000:9 [INFO] [stdout] 44: 0x55e8fdca98a3 - as core::ops::function::FnOnce>::call_once::h8aa650efc9f4a6ec [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/alloc/src/boxed.rs:2000:9 [INFO] [stdout] 45: 0x55e8fdca98a3 - std::sys::unix::thread::Thread::new::thread_start::h8e214f29f03a09ce [INFO] [stdout] at /rustc/015dbcea68b7642e2acc268b5c8f3e9086fc02ff/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 46: 0x7fcd5b79a609 - start_thread [INFO] [stdout] 47: 0x7fcd5b56a133 - clone [INFO] [stdout] 48: 0x0 - [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.14s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--bin nft-login` [INFO] running `Command { std: "docker" "inspect" "21aec395f39342a7dbed3a03f70bd79377a32350e2be7f0bbff38dfa46ac68bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21aec395f39342a7dbed3a03f70bd79377a32350e2be7f0bbff38dfa46ac68bb", kill_on_drop: false }` [INFO] [stdout] 21aec395f39342a7dbed3a03f70bd79377a32350e2be7f0bbff38dfa46ac68bb