[INFO] fetching crate biscuit 0.5.0-beta1... [INFO] testing biscuit-0.5.0-beta1 against master#8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e for pr-74409 [INFO] extracting crate biscuit 0.5.0-beta1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate biscuit 0.5.0-beta1 on toolchain 8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate biscuit 0.5.0-beta1 [INFO] finished tweaking crates.io crate biscuit 0.5.0-beta1 [INFO] tweaked toml for crates.io crate biscuit 0.5.0-beta1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c32a35f10deeb6d2f83947813434211e43551832c19c5770b113e547933cbd79 [INFO] running `Command { std: "docker" "start" "-a" "c32a35f10deeb6d2f83947813434211e43551832c19c5770b113e547933cbd79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c32a35f10deeb6d2f83947813434211e43551832c19c5770b113e547933cbd79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c32a35f10deeb6d2f83947813434211e43551832c19c5770b113e547933cbd79", kill_on_drop: false }` [INFO] [stdout] c32a35f10deeb6d2f83947813434211e43551832c19c5770b113e547933cbd79 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c4dfe98f13b42abc8d30183f32f679ed816bc50f78bab8d26f3f218a07fd6f12 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c4dfe98f13b42abc8d30183f32f679ed816bc50f78bab8d26f3f218a07fd6f12", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.35 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling tinyvec v0.3.3 [INFO] [stderr] Compiling cc v1.0.58 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Compiling serde_json v1.0.56 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling data-encoding v2.2.1 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling hashbrown v0.8.1 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling indexmap v1.5.0 [INFO] [stderr] Compiling unicode-normalization v0.1.13 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling ring v0.16.15 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling chrono v0.4.13 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling biscuit v0.5.0-beta1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 02s [INFO] running `Command { std: "docker" "inspect" "c4dfe98f13b42abc8d30183f32f679ed816bc50f78bab8d26f3f218a07fd6f12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4dfe98f13b42abc8d30183f32f679ed816bc50f78bab8d26f3f218a07fd6f12", kill_on_drop: false }` [INFO] [stdout] c4dfe98f13b42abc8d30183f32f679ed816bc50f78bab8d26f3f218a07fd6f12 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 039746e5577a8943fe571601f49890d38ca277c7fcb6d6385ea8a2c771eccf7f [INFO] running `Command { std: "docker" "start" "-a" "039746e5577a8943fe571601f49890d38ca277c7fcb6d6385ea8a2c771eccf7f", kill_on_drop: false }` [INFO] [stderr] Compiling serde_test v1.0.114 [INFO] [stderr] Compiling biscuit v0.5.0-beta1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 18.54s [INFO] running `Command { std: "docker" "inspect" "039746e5577a8943fe571601f49890d38ca277c7fcb6d6385ea8a2c771eccf7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "039746e5577a8943fe571601f49890d38ca277c7fcb6d6385ea8a2c771eccf7f", kill_on_drop: false }` [INFO] [stdout] 039746e5577a8943fe571601f49890d38ca277c7fcb6d6385ea8a2c771eccf7f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 461ebff535c3fc51eaea5b90ab3f31d3550b61e7f889a3bd22db14bbb41d1b7e [INFO] running `Command { std: "docker" "start" "-a" "461ebff535c3fc51eaea5b90ab3f31d3550b61e7f889a3bd22db14bbb41d1b7e", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/biscuit-8f2c680885dfc338 [INFO] [stdout] [INFO] [stdout] running 131 tests [INFO] [stdout] test jwa::tests::aes256gcm_key_length ... ok [INFO] [stdout] test jwa::tests::aes128gcm_encryption_round_trip ... ok [INFO] [stdout] test jwa::tests::aes256gcmkw_key_encryption_round_trip ... ok [INFO] [stdout] test jwa::tests::aes1256gcm_encryption_round_trip ... ok [INFO] [stdout] test jwa::tests::dir_cek_returns_provided_key ... ok [INFO] [stdout] test jwa::tests::aes_gcm_128_encryption_round_trip_fixed_key_nonce ... ok [INFO] [stdout] test jwa::tests::cek_aes256gcmkw_returns_right_key_length ... ok [INFO] [stdout] test jwa::tests::aes_gcm_256_encryption_round_trip_fixed_key_nonce ... ok [INFO] [stdout] test jwa::tests::rng_is_created ... ok [INFO] [stdout] test jwa::tests::aes_gcm_256_encryption_round_trip ... ok [INFO] [stdout] test jwa::tests::cek_aes128gcmkw_returns_right_key_length ... ok [INFO] [stdout] test jwa::tests::sign_and_verify_ps256_round_trip ... ok [INFO] [stdout] test jwa::tests::aes128gcmkw_key_encryption_round_trip ... ok [INFO] [stdout] test jwa::tests::verify_es256 ... ok [INFO] [stdout] test jwa::tests::sign_and_verify_rs256 ... ok [INFO] [stdout] test jwa::tests::verify_ps256 ... ok [INFO] [stdout] test jwa::tests::sign_and_verify_none ... ok [INFO] [stdout] test jwa::tests::sign_and_verify_hs256 ... ok [INFO] [stdout] test jwa::tests::aes128gcm_key_length ... ok [INFO] [stdout] test jwa::tests::sign_and_verify_es256_round_trip ... ok [INFO] [stdout] test jwa::tests::aes_gcm_128_encryption_round_trip ... ok [INFO] [stdout] test jwe::tests::compression_algorithm_json_serde ... ok [INFO] [stdout] test jwa::tests::sign_and_verify_rs256_key_params ... ok [INFO] [stdout] test jwe::tests::compression_algorithm_serde_token ... ok [INFO] [stdout] test jwe::tests::custom_jwe_header_round_trip ... ok [INFO] [stdout] test jwa::tests::verify_es384 ... ok [INFO] [stdout] test jwa::tests::invalid_none ... ok [INFO] [stdout] test jwa::tests::invalid_hs256 ... ok [INFO] [stdout] test jwe::tests::invalid_tag_for_aes256gcm ... ok [INFO] [stdout] test jwa::tests::invalid_ps256 ... ok [INFO] [stdout] test jwa::tests::invalid_rs256 ... ok [INFO] [stdout] test jwa::tests::invalid_es256 ... ok [INFO] [stdout] test jwe::tests::jwe_a256gcmkw_a256gcm_jws_round_trip ... ok [INFO] [stdout] test jwa::tests::verify_es512 ... ok [INFO] [stdout] test jwe::tests::jwe_a256gcmkw_a256gcm_string_round_trip ... ok [INFO] [stdout] test jwe::tests::jwe_header_round_trips ... ok [INFO] [stdout] test jwe::tests::invalid_tag_for_aes256gcmkw ... ok [INFO] [stdout] test jwe::tests::jwe_dir_aes256gcm_jws_round_trip ... ok [INFO] [stdout] test jwk::tests::jwk_set_find_none_test ... ok [INFO] [stdout] test jwk::tests::jwk_serde_smoke_test ... ok [INFO] [stdout] test jwk::tests::jwk_okp_private_key_json_serde ... ok [INFO] [stdout] test jwe::tests::decrypt_with_mismatch_enc_algorithm ... ok [INFO] [stdout] test jwe::tests::invalid_modified_encrypted_cek_for_aes256gcm ... ok [INFO] [stdout] test jwk::tests::jwk_okp_public_key_json_serde ... ok [INFO] [stdout] test jwe::tests::invalid_modified_encrypted_payload_for_aes256gcm ... ok [INFO] [stdout] test jwe::tests::decrypt_with_mismatch_cek_algorithm ... ok [INFO] [stdout] test jwk::tests::jwk_set_find_some_test ... ok [INFO] [stdout] test jwk::tests::key_operations_json_serde ... ok [INFO] [stdout] test jwe::tests::invalid_modified_encrypted_nonce_for_aes256gcm ... ok [INFO] [stdout] test jwk::tests::jwk_set_private_key_serde_test ... ok [INFO] [stdout] test jwk::tests::jwk_set_symmetric_key ... ok [INFO] [stdout] test jwk::tests::public_key_use_serde_token ... ok [INFO] [stdout] test jwk::tests::public_key_use_json_serde ... ok [INFO] [stdout] test jwe::tests::invalid_modified_header_for_aes256gcm ... ok [INFO] [stdout] test jwe::tests::decrypt_with_incorrect_length ... ok [INFO] [stdout] test jwk::tests::key_operations_serde_token ... ok [INFO] [stdout] test jwk::tests::jwk_set_public_key_serde_test ... ok [INFO] [stdout] test jwe::tests::invalid_nonce_for_aes256gcmkw ... ok [INFO] [stdout] test jws::tests::compact_jws_decode_token_missing_parts ... ok [INFO] [stdout] test jws::tests::compact_jws_decode_token_invalid_signature_hs256 ... ok [INFO] [stdout] test jws::tests::compact_jws_decode_with_jwks_missing_alg ... ok [INFO] [stdout] test jws::tests::compact_jws_decode_with_jwks_missing_parts ... ok [INFO] [stdout] test jws::tests::compact_jws_decode_with_jwks_algorithm_not_supported ... ok [INFO] [stdout] test jws::tests::compact_jws_decode_token_wrong_algorithm ... ok [INFO] [stdout] test jws::tests::compact_jws_decode_with_jwks_rsa ... ok [INFO] [stdout] test jws::tests::compact_jws_decode_with_jwks_shared_secret ... ok [INFO] [stdout] test jws::tests::compact_jws_decode_with_jwks_shared_secret_matching_alg ... ok [INFO] [stdout] test jws::tests::compact_jws_decode_with_jwks_key_type_not_supported ... ok [INFO] [stdout] test jws::tests::compact_jws_decode_with_jwks_shared_secret_mismatched_alg ... ok [INFO] [stdout] test jws::tests::compact_jws_decode_with_jwks_without_alg ... ok [INFO] [stdout] test jws::tests::compact_jws_encode_with_additional_header_fields ... ok [INFO] [stdout] test jws::tests::compact_jws_decode_with_jwks_without_alg_non_matching ... ok [INFO] [stdout] test jws::tests::compact_jws_round_trip_hs256 ... ok [INFO] [stdout] test jws::tests::compact_jws_round_trip_hs256_for_bytes_payload ... ok [INFO] [stdout] test jws::tests::compact_jws_decode_with_jwks_key_not_found ... ok [INFO] [stdout] test jws::tests::compact_jws_round_trip_none ... ok [INFO] [stdout] test jws::tests::compact_jws_verify_es256 ... ok [INFO] [stdout] test jws::tests::compact_jws_decode_token_invalid_signature_rs256 ... ok [INFO] [stdout] test jws::tests::compact_jws_decode_with_jwks_wrong_algorithm ... ok [INFO] [stdout] test jws::tests::compact_jws_decode_with_jwks_kid_missing ... ok [INFO] [stdout] test jws::tests::compact_jws_round_trip_rs256 ... ok [INFO] [stdout] test jws::tests::header_serialization_round_trip_no_optional ... ok [INFO] [stdout] test jws::tests::unverified_header_is_returned_correctly ... ok [INFO] [stdout] test jws::tests::signature_is_returned_correctly ... ok [INFO] [stdout] test jws::tests::decoded_compact_jws_cannot_be_deserialized ... ok [INFO] [stdout] test jws::tests::decoded_compact_jws_cannot_be_serialized ... ok [INFO] [stdout] test jws::tests::unverified_payload_is_returned_correctly ... ok [INFO] [stdout] test serde_custom::base64_url_uint::tests::serialization_round_trip ... ok [INFO] [stdout] test jws::tests::header_serialization_round_trip_with_optional ... ok [INFO] [stdout] test serde_custom::byte_sequence::tests::serialization_round_trip ... ok [INFO] [stdout] test serde_custom::option_base64_url_uint::tests::none_serialization_round_trip ... ok [INFO] [stdout] test serde_custom::option_base64_url_uint::tests::none_json_serialization_round_trip ... ok [INFO] [stdout] test serde_custom::option_base64_url_uint::tests::some_serialization_round_trip ... ok [INFO] [stdout] test serde_custom::option_base64_url_uint::tests::some_json_serialization_round_trip ... ok [INFO] [stdout] test serde_custom::option_byte_sequence::tests::none_serialization_round_trip ... ok [INFO] [stdout] test serde_custom::option_byte_sequence::tests::none_json_serialization_round_trip ... ok [INFO] [stdout] test serde_custom::option_byte_sequence::tests::some_serialization_round_trip ... ok [INFO] [stdout] test serde_custom::option_byte_sequence::tests::some_json_serialization_round_trip ... ok [INFO] [stdout] test tests::claims_set_serialization_round_trip ... ok [INFO] [stdout] test tests::compact_part_base64_url_round_trip ... ok [INFO] [stdout] test tests::compact_part_vec_u8_round_trip ... ok [INFO] [stdout] test tests::compact_part_round_trip ... ok [INFO] [stdout] test tests::duplicate_claims_round_trip ... ok [INFO] [stdout] test tests::empty_registered_claims_serialization_round_trip ... ok [INFO] [stdout] test tests::single_string_or_uri_string_serialization_round_trip ... ok [INFO] [stdout] test tests::multiple_strings_serialization_round_trip ... ok [INFO] [stdout] test tests::registered_claims_serialization_round_trip ... ok [INFO] [stdout] test tests::multiple_string_or_uri_serialization_round_trip ... ok [INFO] [stdout] test tests::single_string_serialization_round_trip ... ok [INFO] [stdout] test tests::single_string_or_uri_uri_serialization_round_trip ... ok [INFO] [stdout] test tests::timestamp_serialization_roundtrip ... ok [INFO] [stdout] test tests::string_or_uri_arbitrary_serialization_round_trip ... ok [INFO] [stdout] test tests::validate_audience_when_single ... ok [INFO] [stdout] test tests::validate_audience_when_multiple ... ok [INFO] [stdout] test tests::string_or_uri_uri_serialization_round_trip ... ok [INFO] [stdout] test tests::string_or_uri_will_fail_invalid_uris_containing_colons ... ok [INFO] [stdout] test tests::validate_times_catch_expired_token ... ok [INFO] [stdout] test tests::validate_issuer_catch_mismatch ... ok [INFO] [stdout] test tests::validate_times_catch_early_token ... ok [INFO] [stdout] test tests::validate_times_missing_all ... ok [INFO] [stdout] test tests::validate_times_catch_too_old_token ... ok [INFO] [stdout] test tests::validate_times_catch_future_token ... ok [INFO] [stdout] test tests::validate_times_missing_exp ... ok [INFO] [stdout] test tests::validate_times_missing_aud ... ok [INFO] [stdout] test tests::validate_times_missing_sub ... ok [INFO] [stdout] test tests::validate_times_missing_iss ... ok [INFO] [stdout] test tests::validate_times_valid_token_with_epsilon ... ok [INFO] [stdout] test tests::validate_times_valid_token_with_default_options ... ok [INFO] [stdout] test tests::validate_times_missing_iat ... ok [INFO] [stdout] test tests::validate_valid_token_with_all_required ... ok [INFO] [stdout] test tests::validate_times_missing_nbf ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 131 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests biscuit [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test src/jws.rs - jws::Secret::Bytes (line 364) ... ok [INFO] [stdout] test src/jws.rs - jws::Secret::EcdsaKeyPair (line 407) ... ok [INFO] [stdout] test src/jws.rs - jws::Secret::PublicKey (line 437) ... ok [INFO] [stdout] test src/lib.rs - Empty (line 325) ... ok [INFO] [stdout] test src/jws.rs - jws::Secret::RsaKeyPair (line 391) ... ok [INFO] [stdout] test src/lib.rs - SingleOrMultiple (line 600) ... ok [INFO] [stdout] test src/lib.rs - StringOrUri (line 679) ... ok [INFO] [stdout] test src/lib.rs - JWT (line 143) ... ok [INFO] [stdout] test src/jwe.rs - jwe::Compact (line 244) ... ok [INFO] [stdout] test src/lib.rs - JWE (line 217) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "461ebff535c3fc51eaea5b90ab3f31d3550b61e7f889a3bd22db14bbb41d1b7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "461ebff535c3fc51eaea5b90ab3f31d3550b61e7f889a3bd22db14bbb41d1b7e", kill_on_drop: false }` [INFO] [stdout] 461ebff535c3fc51eaea5b90ab3f31d3550b61e7f889a3bd22db14bbb41d1b7e