[INFO] cloning repository https://github.com/TheBestTvarynka/crypto-helper [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TheBestTvarynka/crypto-helper" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheBestTvarynka%2Fcrypto-helper", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheBestTvarynka%2Fcrypto-helper'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fa094bebf3e201c63319ff0ba4d8a96085826bd5 [INFO] testing TheBestTvarynka/crypto-helper against beta-2026-04-21 for beta-1.96-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheBestTvarynka%2Fcrypto-helper" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/TheBestTvarynka/crypto-helper [INFO] finished tweaking git repo https://github.com/TheBestTvarynka/crypto-helper [INFO] tweaked toml for git repo https://github.com/TheBestTvarynka/crypto-helper written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/TheBestTvarynka/crypto-helper on toolchain beta-2026-04-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/TheBestTvarynka/crypto-helper already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cf2f0dba003fff1088baa2d27b4c835fc0a6438c2126d61753ed2a7f0b80f710 [INFO] running `Command { std: "docker" "start" "-a" "cf2f0dba003fff1088baa2d27b4c835fc0a6438c2126d61753ed2a7f0b80f710", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cf2f0dba003fff1088baa2d27b4c835fc0a6438c2126d61753ed2a7f0b80f710", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf2f0dba003fff1088baa2d27b4c835fc0a6438c2126d61753ed2a7f0b80f710", kill_on_drop: false }` [INFO] [stdout] cf2f0dba003fff1088baa2d27b4c835fc0a6438c2126d61753ed2a7f0b80f710 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] df7067a7a671df84bf8d5f1cf5b6c641a864204f310ccc52bca62c3fa47c21b9 [INFO] running `Command { std: "docker" "start" "-a" "df7067a7a671df84bf8d5f1cf5b6c641a864204f310ccc52bca62c3fa47c21b9", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling unicode-ident v1.0.22 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling typenum v1.19.0 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.106 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling bumpalo v3.19.0 [INFO] [stderr] Compiling const-oid v0.10.1 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling base64ct v1.8.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling wasm-bindgen v0.2.106 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling slab v0.4.11 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling indexmap v2.12.1 [INFO] [stderr] Compiling zerocopy v0.8.31 [INFO] [stderr] Compiling bytes v1.11.0 [INFO] [stderr] Compiling tracing-core v0.1.35 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Compiling base16ct v0.3.0 [INFO] [stderr] Compiling pem-rfc7468 v1.0.0-rc.3 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling boolinator v2.4.0 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling curve25519-dalek v5.0.0-pre.1 [INFO] [stderr] Compiling der v0.8.0-rc.9 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Compiling pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling serde_bytes v0.11.19 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling hybrid-array v0.4.5 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling find-msvc-tools v0.1.5 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling cc v1.2.49 [INFO] [stderr] Compiling der v0.7.10 [INFO] [stderr] Compiling num-bigint-dig v0.8.6 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling crypto-common v0.2.0-rc.4 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling block-buffer v0.11.0-rc.5 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Compiling crypto-common v0.1.7 [INFO] [stderr] Compiling spki v0.8.0-rc.4 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling ff v0.14.0-pre.0 [INFO] [stderr] Compiling pkcs8 v0.11.0-rc.7 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling block-padding v0.4.0-rc.4 [INFO] [stderr] Compiling group v0.14.0-pre.0 [INFO] [stderr] Compiling sec1 v0.8.0-rc.10 [INFO] [stderr] Compiling inout v0.2.0-rc.6 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling spki v0.7.3 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling inout v0.1.4 [INFO] [stderr] Compiling num-bigint-dig v0.9.1 [INFO] [stderr] Compiling digest v0.11.0-rc.3 [INFO] [stderr] Compiling cipher v0.5.0-rc.1 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling crypto-bigint v0.7.0-rc.8 [INFO] [stderr] Compiling hmac v0.13.0-rc.2 [INFO] [stderr] Compiling signature v3.0.0-rc.4 [INFO] [stderr] Compiling sha2 v0.11.0-rc.2 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling hkdf v0.13.0-rc.2 [INFO] [stderr] Compiling rfc6979 v0.5.0-rc.1 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling sha1 v0.11.0-rc.2 [INFO] [stderr] Compiling ed25519 v3.0.0-rc.1 [INFO] [stderr] Compiling deranged v0.5.5 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling libz-sys v1.1.23 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling pkcs1 v0.8.0-rc.4 [INFO] [stderr] Compiling uuid v1.19.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling fiat-crypto v0.3.0 [INFO] [stderr] Compiling jiff v0.2.16 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling keccak v0.2.0-rc.0 [INFO] [stderr] Compiling time-core v0.1.6 [INFO] [stderr] Compiling sha3 v0.11.0-rc.3 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling blowfish v0.9.1 [INFO] [stderr] Compiling pkcs1 v0.7.5 [INFO] [stderr] Compiling pbkdf2 v0.13.0-rc.1 [INFO] [stderr] Compiling cbc v0.2.0-rc.1 [INFO] [stderr] Compiling des v0.9.0-rc.1 [INFO] [stderr] Compiling aes v0.9.0-rc.1 [INFO] [stderr] Compiling md-5 v0.11.0-rc.2 [INFO] [stderr] Compiling blake2 v0.10.6 [INFO] [stderr] Compiling signature v2.2.0 [INFO] [stderr] Compiling password-hash v0.5.0 [INFO] [stderr] Compiling route-recognizer v0.3.1 [INFO] [stderr] Compiling bcrypt v0.17.1 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling flate2 v1.1.5 [INFO] [stderr] Compiling time v0.3.44 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling argon2 v0.5.3 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling md5 v0.8.0 [INFO] [stderr] Compiling env_filter v0.1.4 [INFO] [stderr] Compiling rsa v0.9.9 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.106 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling gloo-worker-macros v0.1.0 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling implicit-clone-derive v0.1.2 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling curve25519-dalek-derive v0.1.1 [INFO] [stderr] Compiling yew-agent-macro v0.2.0 [INFO] [stderr] Compiling yew-router-macro v0.18.0 [INFO] [stderr] Compiling implicit-clone v0.4.9 [INFO] [stderr] Compiling elliptic-curve v0.14.0-rc.15 [INFO] [stderr] Compiling yew-macro v0.21.0 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling primefield v0.14.0-pre.6 [INFO] [stderr] Compiling crypto-primes v0.7.0-pre.3 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling ecdsa v0.17.0-rc.7 [INFO] [stderr] Compiling primeorder v0.14.0-pre.9 [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stderr] Compiling tracing v0.1.43 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling p256 v0.14.0-pre.11 [INFO] [stderr] Compiling p521 v0.14.0-pre.11 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.106 [INFO] [stderr] Compiling rsa v0.10.0-rc.9 [INFO] [stderr] Compiling ed25519-dalek v3.0.0-pre.1 [INFO] [stderr] Compiling x25519-dalek v3.0.0-pre.1 [INFO] [stderr] Compiling js-sys v0.3.83 [INFO] [stderr] Compiling console_error_panic_hook v0.1.7 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling oid v0.2.1 [INFO] [stderr] Compiling serde_qs v0.15.0 [INFO] [stderr] Compiling similar v2.7.0 [INFO] [stderr] Compiling picky-asn1 v0.10.1 [INFO] [stderr] Compiling asn1-parser v0.1.0 (/opt/rustwide/workdir/crates/asn1-parser) [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling pinned v0.1.0 [INFO] [stderr] Compiling prokio v0.1.0 [INFO] [stderr] Compiling picky-asn1-der v0.5.4 [INFO] [stderr] Compiling picky-asn1-x509 v0.15.2 [INFO] [stderr] Compiling p384 v0.14.0-pre.11 [INFO] [stderr] Compiling picky-krb v0.12.0 [INFO] [stderr] Compiling web-sys v0.3.83 [INFO] [stderr] Compiling wasm-bindgen-futures v0.4.56 [INFO] [stderr] Compiling serde-wasm-bindgen v0.6.5 [INFO] [stderr] Compiling gloo-timers v0.3.0 [INFO] [stderr] Compiling picky v7.0.0-rc.20 [INFO] [stderr] Compiling gloo-utils v0.2.0 [INFO] [stderr] Compiling gloo-events v0.2.0 [INFO] [stderr] Compiling gloo-dialogs v0.2.0 [INFO] [stderr] Compiling gloo-render v0.2.0 [INFO] [stderr] Compiling tracing-web v0.1.3 [INFO] [stderr] Compiling gloo-file v0.3.0 [INFO] [stderr] Compiling gloo-console v0.3.0 [INFO] [stderr] Compiling gloo-storage v0.3.0 [INFO] [stderr] Compiling gloo-history v0.2.2 [INFO] [stderr] Compiling gloo-worker v0.4.0 [INFO] [stderr] Compiling gloo-net v0.4.0 [INFO] [stderr] Compiling gloo-worker v0.5.0 [INFO] [stderr] Compiling gloo-net v0.5.0 [INFO] [stderr] Compiling gloo v0.10.0 [INFO] [stderr] Compiling gloo v0.11.0 [INFO] [stderr] Compiling yew v0.21.0 [INFO] [stderr] Compiling yew-router v0.18.0 [INFO] [stderr] Compiling yew-agent v0.3.0 [INFO] [stderr] Compiling yew-notifications v0.2.0 [INFO] [stderr] Compiling yew-hooks v0.3.4 [INFO] [stderr] Compiling crypto-helper v0.16.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 50s [INFO] running `Command { std: "docker" "inspect" "df7067a7a671df84bf8d5f1cf5b6c641a864204f310ccc52bca62c3fa47c21b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df7067a7a671df84bf8d5f1cf5b6c641a864204f310ccc52bca62c3fa47c21b9", kill_on_drop: false }` [INFO] [stdout] df7067a7a671df84bf8d5f1cf5b6c641a864204f310ccc52bca62c3fa47c21b9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f9c770c75816dd035ef1e8c2dfb4786170b29ba17f03a20c0465fd7388edc65b [INFO] running `Command { std: "docker" "start" "-a" "f9c770c75816dd035ef1e8c2dfb4786170b29ba17f03a20c0465fd7388edc65b", kill_on_drop: false }` [INFO] [stderr] Compiling crypto-helper v0.16.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 5.09s [INFO] running `Command { std: "docker" "inspect" "f9c770c75816dd035ef1e8c2dfb4786170b29ba17f03a20c0465fd7388edc65b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f9c770c75816dd035ef1e8c2dfb4786170b29ba17f03a20c0465fd7388edc65b", kill_on_drop: false }` [INFO] [stdout] f9c770c75816dd035ef1e8c2dfb4786170b29ba17f03a20c0465fd7388edc65b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9a175f49eae04530c9ec2500c7e4dcc1914d909c54770acf308ecf3598028843 [INFO] running `Command { std: "docker" "start" "-a" "9a175f49eae04530c9ec2500c7e4dcc1914d909c54770acf308ecf3598028843", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/crypto_helper-361d539b4b2e3f2f) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test jwt::jwte::tests::jwt_with_quotes ... ok [INFO] [stdout] test jwt::jwte::tests::jwt_with_quotes_and_http_header_prefix ... ok [INFO] [stdout] test jwt::jwte::tests::jwt_with_fake_header ... ok [INFO] [stdout] test jwt::jwte::tests::simple_jwt ... ok [INFO] [stdout] test jwt::jwte::tests::trash_text_at_both_ends ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/main.rs (/opt/rustwide/target/debug/deps/crypto_helper_app-434b58f045fd9c4c) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/worker.rs (/opt/rustwide/target/debug/deps/worker-d3642d209f944f71) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests crypto_helper [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9a175f49eae04530c9ec2500c7e4dcc1914d909c54770acf308ecf3598028843", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a175f49eae04530c9ec2500c7e4dcc1914d909c54770acf308ecf3598028843", kill_on_drop: false }` [INFO] [stdout] 9a175f49eae04530c9ec2500c7e4dcc1914d909c54770acf308ecf3598028843