[INFO] fetching crate stellar-base 0.7.0...
[INFO] testing stellar-base-0.7.0 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate stellar-base 0.7.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate stellar-base 0.7.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate stellar-base 0.7.0
[INFO] tweaked toml for crates.io crate stellar-base 0.7.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate stellar-base 0.7.0 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 crates.io crate stellar-base 0.7.0 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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] e03f1f7c52a3993c97daaef4f855316306607bb83c50b0839fee65f9f099f96e
[INFO] running `Command { std: "docker" "start" "-a" "e03f1f7c52a3993c97daaef4f855316306607bb83c50b0839fee65f9f099f96e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e03f1f7c52a3993c97daaef4f855316306607bb83c50b0839fee65f9f099f96e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e03f1f7c52a3993c97daaef4f855316306607bb83c50b0839fee65f9f099f96e", kill_on_drop: false }`
[INFO] [stdout] e03f1f7c52a3993c97daaef4f855316306607bb83c50b0839fee65f9f099f96e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 2d18afacf96c4e0f1a7d1fdd759299764535ee83ff593a3e80fbc3f9592083ec
[INFO] running `Command { std: "docker" "start" "-a" "2d18afacf96c4e0f1a7d1fdd759299764535ee83ff593a3e80fbc3f9592083ec", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling data-encoding v2.9.0
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling crc16 v0.4.0
[INFO] [stderr]    Compiling rust_decimal v1.39.0
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling escape-bytes v0.1.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling ethnum v1.5.2
[INFO] [stderr]    Compiling json v0.12.4
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling base32 v0.5.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling cfg_eval v0.1.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling crate-git-revision v0.0.6
[INFO] [stderr]    Compiling stellar-strkey v0.0.13
[INFO] [stderr]    Compiling stellar-xdr v24.0.1
[INFO] [stderr]    Compiling stellar-base v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.08s
[INFO] running `Command { std: "docker" "inspect" "2d18afacf96c4e0f1a7d1fdd759299764535ee83ff593a3e80fbc3f9592083ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2d18afacf96c4e0f1a7d1fdd759299764535ee83ff593a3e80fbc3f9592083ec", kill_on_drop: false }`
[INFO] [stdout] 2d18afacf96c4e0f1a7d1fdd759299764535ee83ff593a3e80fbc3f9592083ec
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 83cd80340ae374972de2a529c2a141de46b525b947579b359ec7e56181808baf
[INFO] running `Command { std: "docker" "start" "-a" "83cd80340ae374972de2a529c2a141de46b525b947579b359ec7e56181808baf", kill_on_drop: false }`
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling cc v1.2.46
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling stellar-xdr v24.0.1
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling primeorder v0.13.6
[INFO] [stderr]    Compiling p256 v0.13.2
[INFO] [stderr]    Compiling p384 v0.13.1
[INFO] [stderr]    Compiling ring-compat v0.8.0
[INFO] [stderr]    Compiling stellar-base v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 27.76s
[INFO] running `Command { std: "docker" "inspect" "83cd80340ae374972de2a529c2a141de46b525b947579b359ec7e56181808baf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "83cd80340ae374972de2a529c2a141de46b525b947579b359ec7e56181808baf", kill_on_drop: false }`
[INFO] [stdout] 83cd80340ae374972de2a529c2a141de46b525b947579b359ec7e56181808baf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 30abbcf94e362dc15a4b3ae6a929aecc12e2a977899460477b590fe2d7acc144
[INFO] running `Command { std: "docker" "start" "-a" "30abbcf94e362dc15a4b3ae6a929aecc12e2a977899460477b590fe2d7acc144", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/stellar_base-f958e3e3ce05419b)
[INFO] [stdout] 
[INFO] [stdout] running 302 tests
[INFO] [stdout] test amount::tests::test_amount_from_str ... ok
[INFO] [stdout] test amount::tests::test_amount_to_stroops ... ok
[INFO] [stdout] test amount::tests::test_error_too_many_decimals ... ok
[INFO] [stdout] test amount::tests::test_price_xdr_de ... ok
[INFO] [stdout] test amount::tests::test_price_xdr_ser ... ok
[INFO] [stdout] test asset::tests::test_asset_alphanum12_xdr_ser ... ok
[INFO] [stdout] test asset::tests::test_asset_native_xdr_ser ... ok
[INFO] [stdout] test amount::tests::test_price_from_str ... ok
[INFO] [stdout] test asset::tests::test_asset_alphanum12_xdr_de ... ok
[INFO] [stdout] test asset::tests::test_asset_native_xdr_de ... ok
[INFO] [stdout] test asset::tests::test_error_code_too_long ... ok
[INFO] [stdout] test asset::tests::test_asset_alphanum4_xdr_ser ... ok
[INFO] [stdout] test crypto::dalek::keypair::tests::test_sign_decorated ... ok
[INFO] [stdout] test crypto::dalek::keypair::tests::test_from_network ... ok
[INFO] [stdout] test crypto::signature::tests::test_signer_key_from_public_key ... ok
[INFO] [stdout] test crypto::signature::tests::test_signer_key_with_hashx ... ok
[INFO] [stdout] test crypto::signature::tests::test_signer_key_with_pre_authorized_transaction ... ok
[INFO] [stdout] test asset::tests::test_asset_alphanum4_xdr_de ... ok
[INFO] [stdout] test crypto::strkey::tests::test_encode_decode_muxed_account ... ok
[INFO] [stdout] test crypto::strkey::tests::test_encode_decode_muxed_account_with_large_id ... ok
[INFO] [stdout] test crypto::strkey::tests::test_encode_decode_account_id ... ok
[INFO] [stdout] test crypto::strkey::tests::test_encode_decode_secret_seed ... ok
[INFO] [stdout] test crypto::strkey::tests::test_invalid_account_id ... ok
[INFO] [stdout] test crypto::strkey::tests::test_invalid_muxed_account ... ok
[INFO] [stdout] test crypto::strkey::tests::test_invalid_version ... ok
[INFO] [stdout] test crypto::strkey::tests::test_pre_auth_tx ... ok
[INFO] [stdout] test crypto::strkey::tests::test_sha256_hash ... ok
[INFO] [stdout] test memo::tests::test_defaults_to_none ... ok
[INFO] [stdout] test memo::tests::test_memo_hash ... ok
[INFO] [stdout] test memo::tests::test_memo_hash_too_long ... ok
[INFO] [stdout] test memo::tests::test_memo_hash_xdr_ser_de ... ok
[INFO] [stdout] test memo::tests::test_memo_id ... ok
[INFO] [stdout] test memo::tests::test_memo_id_xdr_ser_de ... ok
[INFO] [stdout] test memo::tests::test_memo_none ... ok
[INFO] [stdout] test memo::tests::test_memo_none_xdr_ser_de ... ok
[INFO] [stdout] test memo::tests::test_memo_return ... ok
[INFO] [stdout] test memo::tests::test_memo_return_too_long ... ok
[INFO] [stdout] test crypto::dalek::keypair::tests::test_from_secret_seed ... ok
[INFO] [stdout] test memo::tests::test_memo_text ... ok
[INFO] [stdout] test memo::tests::test_memo_text_too_long ... ok
[INFO] [stdout] test memo::tests::test_return_hash_xdr_ser_de ... ok
[INFO] [stdout] test network::tests::test_public_network_id ... ok
[INFO] [stdout] test operation_result::tests::test_accout_merge_destination_full ... ok
[INFO] [stdout] test network::tests::test_test_network_id ... ok
[INFO] [stdout] test operation_result::tests::test_accout_merge_has_sub_entries ... ok
[INFO] [stdout] test crypto::dalek::keypair::tests::test_sign_and_verify ... ok
[INFO] [stdout] test operation_result::tests::test_accout_merge_immutable_set ... ok
[INFO] [stdout] test operation_result::tests::test_accout_merge_is_sponsor ... ok
[INFO] [stdout] test operation_result::tests::test_accout_merge_sequence_too_far ... ok
[INFO] [stdout] test operation_result::tests::test_accout_merge_success ... ok
[INFO] [stdout] test operation_result::tests::test_allow_trust_malformed ... ok
[INFO] [stdout] test operation_result::tests::test_accout_merge_malformed ... ok
[INFO] [stdout] test operation_result::tests::test_allow_trust_cant_revoke ... ok
[INFO] [stdout] test operation_result::tests::test_accout_merge_no_account ... ok
[INFO] [stdout] test operation_result::tests::test_allow_trust_self_not_allowed ... ok
[INFO] [stdout] test operation_result::tests::test_allow_trust_success ... ok
[INFO] [stdout] test operation_result::tests::test_allow_trust_trust_not_required ... ok
[INFO] [stdout] test operation_result::tests::test_allow_trust_no_trustline ... ok
[INFO] [stdout] test operation_result::tests::test_bad_auth ... ok
[INFO] [stdout] test operation_result::tests::test_begin_sponsoring_future_reserves_already_sponsored ... ok
[INFO] [stdout] test operation_result::tests::test_begin_sponsoring_future_reserves_malformed ... ok
[INFO] [stdout] test operation_result::tests::test_begin_sponsoring_future_reserves_recursive ... ok
[INFO] [stdout] test operation_result::tests::test_bump_sequence_bad_sequence ... ok
[INFO] [stdout] test operation_result::tests::test_begin_sponsoring_future_reserves_success ... ok
[INFO] [stdout] test operation_result::tests::test_change_trust_low_reserve ... ok
[INFO] [stdout] test operation_result::tests::test_bump_sequence_success ... ok
[INFO] [stdout] test operation_result::tests::test_change_trust_malformed ... ok
[INFO] [stdout] test operation_result::tests::test_change_trust_no_issuer ... ok
[INFO] [stdout] test operation_result::tests::test_change_trust_self_not_allowed ... ok
[INFO] [stdout] test operation_result::tests::test_create_account_malformed ... ok
[INFO] [stdout] test operation_result::tests::test_change_trust_success ... ok
[INFO] [stdout] test operation_result::tests::test_create_account_underfunded ... ok
[INFO] [stdout] test operation_result::tests::test_create_claimable_balance_no_trust ... ok
[INFO] [stdout] test operation_result::tests::test_create_claimable_balance_malformed ... ok
[INFO] [stdout] test operation_result::tests::test_create_claimable_balance_not_authorized ... ok
[INFO] [stdout] test operation_result::tests::test_create_claimable_balance_success ... ok
[INFO] [stdout] test operation_result::tests::test_create_passive_sell_offer_buy_no_trust ... ok
[INFO] [stdout] test operation_result::tests::test_create_passive_sell_offer_buy_no_issuer ... ok
[INFO] [stdout] test operation_result::tests::test_create_claimable_balance_low_reserve ... ok
[INFO] [stdout] test operation_result::tests::test_change_trust_invalid_limit ... ok
[INFO] [stdout] test operation_result::tests::test_create_claimable_balance_underfunded ... ok
[INFO] [stdout] test operation_result::tests::test_create_account_low_reserve ... ok
[INFO] [stdout] test operation_result::tests::test_create_account_success ... ok
[INFO] [stdout] test operation_result::tests::test_create_passive_sell_offer_cross_self ... ok
[INFO] [stdout] test operation_result::tests::test_create_account_already_exist ... ok
[INFO] [stdout] test operation_result::tests::test_create_passive_sell_offer_buy_not_authorized ... ok
[INFO] [stdout] test operation_result::tests::test_create_passive_sell_offer_line_full ... ok
[INFO] [stdout] test operation_result::tests::test_create_passive_sell_offer_low_reserve ... ok
[INFO] [stdout] test operation_result::tests::test_create_passive_sell_offer_malformed ... ok
[INFO] [stdout] test operation_result::tests::test_create_passive_sell_offer_not_found ... ok
[INFO] [stdout] test operation_result::tests::test_create_passive_sell_offer_sell_no_trust ... ok
[INFO] [stdout] test operation_result::tests::test_create_passive_sell_offer_sell_no_issuer ... ok
[INFO] [stdout] test operation_result::tests::test_create_passive_sell_offer_sell_not_authorized ... ok
[INFO] [stdout] test operation_result::tests::test_create_passive_sell_offer_success_created ... ok
[INFO] [stdout] test operation_result::tests::test_create_passive_sell_offer_underfunded ... ok
[INFO] [stdout] test operation_result::tests::test_end_sponsoring_future_reserves_not_sponsored ... ok
[INFO] [stdout] test operation_result::tests::test_create_passive_sell_offer_success_deleted ... ok
[INFO] [stdout] test operation_result::tests::test_manage_buy_offer_buy_no_trust ... ok
[INFO] [stdout] test operation_result::tests::test_manage_buy_offer_buy_no_issuer ... ok
[INFO] [stdout] test operation_result::tests::test_create_passive_sell_offer_success_updated ... ok
[INFO] [stdout] test operation_result::tests::test_inflation_success ... ok
[INFO] [stdout] test operation_result::tests::test_manage_buy_offer_cross_self ... ok
[INFO] [stdout] test operation_result::tests::test_inflation_no_time ... ok
[INFO] [stdout] test operation_result::tests::test_manage_buy_offer_buy_not_authorized ... ok
[INFO] [stdout] test operation_result::tests::test_end_sponsoring_future_reserves_success ... ok
[INFO] [stdout] test operation_result::tests::test_manage_buy_offer_malformed ... ok
[INFO] [stdout] test operation_result::tests::test_manage_buy_offer_low_reserve ... ok
[INFO] [stdout] test operation_result::tests::test_exceeded_work_limit ... ok
[INFO] [stdout] test operation_result::tests::test_manage_buy_offer_success_created ... ok
[INFO] [stdout] test operation_result::tests::test_manage_buy_offer_success_updated ... ok
[INFO] [stdout] test operation_result::tests::test_manage_buy_offer_sell_not_authorized ... ok
[INFO] [stdout] test operation_result::tests::test_manage_data_low_reserve ... ok
[INFO] [stdout] test operation_result::tests::test_manage_data_not_supported_yet ... ok
[INFO] [stdout] test operation_result::tests::test_manage_data_success ... ok
[INFO] [stdout] test operation_result::tests::test_manage_buy_offer_sell_no_trust ... ok
[INFO] [stdout] test operation_result::tests::test_manage_buy_offer_underfunded ... ok
[INFO] [stdout] test operation_result::tests::test_manage_sell_offer_buy_no_issuer ... ok
[INFO] [stdout] test operation_result::tests::test_manage_data_invalid_name ... ok
[INFO] [stdout] test operation_result::tests::test_manage_sell_offer_buy_not_authorized ... ok
[INFO] [stdout] test operation_result::tests::test_manage_data_name_not_found ... ok
[INFO] [stdout] test operation_result::tests::test_manage_buy_offer_not_found ... ok
[INFO] [stdout] test operation_result::tests::test_manage_buy_offer_sell_no_issuer ... ok
[INFO] [stdout] test operation_result::tests::test_manage_buy_offer_success_deleted ... ok
[INFO] [stdout] test operation_result::tests::test_manage_sell_offer_cross_self ... ok
[INFO] [stdout] test operation_result::tests::test_manage_sell_offer_buy_no_trust ... ok
[INFO] [stdout] test operation_result::tests::test_manage_sell_offer_line_full ... ok
[INFO] [stdout] test operation_result::tests::test_manage_sell_offer_low_reserve ... ok
[INFO] [stdout] test operation_result::tests::test_manage_sell_offer_sell_no_issuer ... ok
[INFO] [stdout] test operation_result::tests::test_manage_sell_offer_sell_no_trust ... ok
[INFO] [stdout] test operation_result::tests::test_manage_sell_offer_success_created ... ok
[INFO] [stdout] test operation_result::tests::test_manage_sell_offer_sell_not_authorized ... ok
[INFO] [stdout] test operation_result::tests::test_path_payment_strict_receive_line_full ... ok
[INFO] [stdout] test operation_result::tests::test_path_payment_strict_receive_no_destination ... ok
[INFO] [stdout] test operation_result::tests::test_path_payment_strict_receive_malformed ... ok
[INFO] [stdout] test operation_result::tests::test_path_payment_strict_receive_no_issuer ... ok
[INFO] [stdout] test operation_result::tests::test_path_payment_strict_receive_no_trust ... ok
[INFO] [stdout] test operation_result::tests::test_manage_sell_offer_success_deleted ... ok
[INFO] [stdout] test operation_result::tests::test_path_payment_strict_receive_not_authorized ... ok
[INFO] [stdout] test operation_result::tests::test_manage_sell_offer_malformed ... ok
[INFO] [stdout] test operation_result::tests::test_path_payment_strict_receive_over_send_max ... ok
[INFO] [stdout] test operation_result::tests::test_manage_sell_offer_not_found ... ok
[INFO] [stdout] test operation_result::tests::test_no_account ... ok
[INFO] [stdout] test operation_result::tests::test_manage_sell_offer_success_updated ... ok
[INFO] [stdout] test operation_result::tests::test_path_payment_strict_receive_source_no_trust ... ok
[INFO] [stdout] test operation_result::tests::test_not_supported ... ok
[INFO] [stdout] test operation_result::tests::test_path_payment_strict_receive_offer_cross_self ... ok
[INFO] [stdout] test operation_result::tests::test_manage_sell_offer_underfunded ... ok
[INFO] [stdout] test operation_result::tests::test_path_payment_strict_receive_source_not_authorized ... ok
[INFO] [stdout] test operation_result::tests::test_path_payment_strict_receive_success ... ok
[INFO] [stdout] test operation_result::tests::test_path_payment_strict_receive_underfunded ... ok
[INFO] [stdout] test operation_result::tests::test_path_payment_strict_send_line_full ... ok
[INFO] [stdout] test operation_result::tests::test_path_payment_strict_send_source_no_trust ... ok
[INFO] [stdout] test operation_result::tests::test_path_payment_strict_send_no_destination ... ok
[INFO] [stdout] test operation_result::tests::test_path_payment_strict_send_no_trust ... ok
[INFO] [stdout] test operation_result::tests::test_path_payment_strict_send_not_authorized ... ok
[INFO] [stdout] test operation_result::tests::test_path_payment_strict_send_under_destination_min ... ok
[INFO] [stdout] test operation_result::tests::test_path_payment_strict_send_no_issuer ... ok
[INFO] [stdout] test operation_result::tests::test_payment_line_full ... ok
[INFO] [stdout] test operation_result::tests::test_path_payment_strict_send_too_few_offers ... ok
[INFO] [stdout] test operation_result::tests::test_payment_no_destination ... ok
[INFO] [stdout] test operation_result::tests::test_path_payment_strict_receive_too_few_offers ... ok
[INFO] [stdout] test operation_result::tests::test_path_payment_strict_send_underfunded ... ok
[INFO] [stdout] test operation_result::tests::test_path_payment_strict_send_malformed ... ok
[INFO] [stdout] test operation_result::tests::test_path_payment_strict_send_source_not_authorized ... ok
[INFO] [stdout] test operation_result::tests::test_payment_malformed ... ok
[INFO] [stdout] test operation_result::tests::test_path_payment_strict_send_success ... ok
[INFO] [stdout] test operation_result::tests::test_path_payment_strict_send_offer_cross_self ... ok
[INFO] [stdout] test operation_result::tests::test_payment_no_issuer ... ok
[INFO] [stdout] test operation_result::tests::test_payment_no_trust ... ok
[INFO] [stdout] test operation_result::tests::test_payment_not_authorized ... ok
[INFO] [stdout] test operation_result::tests::test_revoke_sponsorship_low_reserve ... ok
[INFO] [stdout] test operation_result::tests::test_payment_source_no_trust ... ok
[INFO] [stdout] test operation_result::tests::test_revoke_sponsorship_only_transferable ... ok
[INFO] [stdout] test operation_result::tests::test_payment_underfunded ... ok
[INFO] [stdout] test operation_result::tests::test_set_options_bad_signer ... ok
[INFO] [stdout] test operation_result::tests::test_revoke_sponsorship_success ... ok
[INFO] [stdout] test operation_result::tests::test_set_options_bad_flags ... ok
[INFO] [stdout] test operation_result::tests::test_revoke_sponsorship_does_not_exist ... ok
[INFO] [stdout] test operation_result::tests::test_payment_success ... ok
[INFO] [stdout] test operation_result::tests::test_set_options_success ... ok
[INFO] [stdout] test operation_result::tests::test_payment_source_not_authorized ... ok
[INFO] [stdout] test operation_result::tests::test_set_options_invalid_home_domain ... ok
[INFO] [stdout] test operation_result::tests::test_too_many_subentries ... ok
[INFO] [stdout] test operation_result::tests::test_set_options_threshold_out_of_range ... ok
[INFO] [stdout] test operation_result::tests::test_revoke_sponsorship_not_sponsor ... ok
[INFO] [stdout] test operation_result::tests::test_set_options_too_many_signers ... ok
[INFO] [stdout] test operation_result::tests::test_set_options_invalid_inflation ... ok
[INFO] [stdout] test operation_result::tests::test_set_options_unknown_flag ... ok
[INFO] [stdout] test operation_result::tests::test_too_many_sponsoring ... ok
[INFO] [stdout] test operations::bump_sequence::tests::test_bump_sequence ... ok
[INFO] [stdout] test operations::account_merge::tests::test_account_merge ... ok
[INFO] [stdout] test operation_result::tests::test_manage_buy_offer_line_full ... ok
[INFO] [stdout] test operations::bump_sequence::tests::test_bump_sequence_with_source ... ok
[INFO] [stdout] test operations::account_merge::tests::test_account_merge_with_source_account ... ok
[INFO] [stdout] test operations::begin_sponsoring_future_reserves::tests::test_begin_sponsoring_future_reserves ... ok
[INFO] [stdout] test operations::begin_sponsoring_future_reserves::tests::test_begin_sponsoring_future_reserves_with_source_account ... ok
[INFO] [stdout] test operation_result::tests::test_set_options_cant_change ... ok
[INFO] [stdout] test operations::allow_trust::tests::test_allow_trust_with_source_account ... ok
[INFO] [stdout] test operations::allow_trust::tests::test_allow_trust ... ok
[INFO] [stdout] test operations::change_trust::tests::test_change_trust_with_limit ... ok
[INFO] [stdout] test operation_result::tests::test_set_options_low_reserve ... ok
[INFO] [stdout] test operations::claim_claimable_balance::tests::test_claim_claimable_balance ... ok
[INFO] [stdout] test operations::claim_claimable_balance::tests::test_claim_claimable_balance_with_source_account ... ok
[INFO] [stdout] test operations::clawback::tests::test_clawback ... ok
[INFO] [stdout] test operations::clawback::tests::test_clawback_with_source_account ... ok
[INFO] [stdout] test operations::change_trust::tests::test_change_trust ... ok
[INFO] [stdout] test operations::clawback_claimable_balance::tests::test_clawback_claimable_balance ... ok
[INFO] [stdout] test operations::clawback_claimable_balance::tests::test_clawback_claimable_balance_with_source_account ... ok
[INFO] [stdout] test operations::create_account::tests::test_create_account ... ok
[INFO] [stdout] test operations::create_account::tests::test_create_account_with_source ... ok
[INFO] [stdout] test operations::create_claimable_balance::tests::test_create_claimable_balance ... ok
[INFO] [stdout] test operations::create_claimable_balance::tests::test_create_claimable_balance_with_source_account ... ok
[INFO] [stdout] test operations::change_trust::tests::test_change_trust_with_source_account ... ok
[INFO] [stdout] test operations::end_sponsoring_future_reserves::tests::test_end_sponsoring_future_reserves_with_source_account ... ok
[INFO] [stdout] test operations::extend_footprint_ttl::tests::test_extend_footprint_ttl_with_source_account ... ok
[INFO] [stdout] test operations::extend_footprint_ttl::tests::test_extend_footprint_ttl_roundtrip ... ok
[INFO] [stdout] test operations::invoke_host_function::tests::test_invoke_host_function_invoke_contract_roundtrip ... ok
[INFO] [stdout] test operations::end_sponsoring_future_reserves::tests::test_end_sponsoring_future_reserves ... ok
[INFO] [stdout] test operations::inflation::tests::test_inflation_with_source_account ... ok
[INFO] [stdout] test operations::inflation::tests::test_inflation ... ok
[INFO] [stdout] test operations::liquidity_pool_withdraw::tests::test_liquidity_pool_withdraw ... ok
[INFO] [stdout] test operations::liquidity_pool_deposit::tests::test_liquidity_pool_deposit ... ok
[INFO] [stdout] test operations::create_passive_sell_offer::tests::test_create_passive_sell_offer_with_source_account ... ok
[INFO] [stdout] test operations::liquidity_pool_deposit::tests::test_liquidity_pool_deposit_with_source_account ... ok
[INFO] [stdout] test operations::liquidity_pool_withdraw::tests::test_liquidity_pool_withdraw_with_source_account ... ok
[INFO] [stdout] test operations::manage_buy_offer::tests::test_manage_buy_offer ... ok
[INFO] [stdout] test operations::create_passive_sell_offer::tests::test_create_passive_sell_offer ... ok
[INFO] [stdout] test operations::manage_buy_offer::tests::test_manage_buy_offer_with_offer_id ... ok
[INFO] [stdout] test operations::manage_data::tests::test_manage_data_with_source_account ... ok
[INFO] [stdout] test operations::manage_sell_offer::tests::test_manage_sell_offer ... ok
[INFO] [stdout] test operations::path_payment_strict_receive::tests::test_path_payment_strict_receive ... ok
[INFO] [stdout] test operations::manage_sell_offer::tests::test_manage_sell_offer_with_source_account ... ok
[INFO] [stdout] test operations::manage_data::tests::test_manage_data ... ok
[INFO] [stdout] test operations::manage_sell_offer::tests::test_manage_sell_offer_with_offer_id ... ok
[INFO] [stdout] test operations::manage_buy_offer::tests::test_manage_buy_offer_with_source_account ... ok
[INFO] [stdout] test operations::payment::tests::test_payment ... ok
[INFO] [stdout] test operations::restore_footprint::tests::test_restore_footprint_roundtrip ... ok
[INFO] [stdout] test operations::payment::tests::test_payment_with_source_account ... ok
[INFO] [stdout] test operations::restore_footprint::tests::test_restore_footprint_with_source_account ... ok
[INFO] [stdout] test operations::path_payment_strict_receive::tests::test_path_payment_strict_receive_with_source_account ... ok
[INFO] [stdout] test operations::revoke_sponsorship::tests::test_revoke_sponsorship_ledger_key_balance_id ... ok
[INFO] [stdout] test operations::revoke_sponsorship::tests::test_revoke_sponsorship_ledger_key_account_with_source_account ... ok
[INFO] [stdout] test operations::path_payment_strict_send::tests::test_path_payment_strict_send_with_source_account ... ok
[INFO] [stdout] test operations::revoke_sponsorship::tests::test_revoke_sponsorship_ledger_key_account ... ok
[INFO] [stdout] test operations::path_payment_strict_send::tests::test_path_payment_strict_send ... ok
[INFO] [stdout] test operations::set_options::tests::test_set_options_with_clear_flags ... ok
[INFO] [stdout] test operations::set_options::tests::test_set_options_with_set_flags ... ok
[INFO] [stdout] test operations::set_options::tests::test_set_options_with_weights ... ok
[INFO] [stdout] test operations::set_options::tests::test_set_options_with_signer ... ok
[INFO] [stdout] test operations::set_options::tests::test_set_options_with_source_account ... ok
[INFO] [stdout] test operations::set_options::tests::test_set_options ... ok
[INFO] [stdout] test operations::set_trustline_flags::tests::test_set_trustline_flags_with_source_account ... ok
[INFO] [stdout] test time_bounds::tests::test_always_valid ... ok
[INFO] [stdout] test time_bounds::tests::test_deserialize_always_valid ... ok
[INFO] [stdout] test time_bounds::tests::test_deserialize_with_bounds ... ok
[INFO] [stdout] test operations::set_trustline_flags::tests::test_set_trustline_flags ... ok
[INFO] [stdout] test time_bounds::tests::test_serialize_always_valid ... ok
[INFO] [stdout] test operations::revoke_sponsorship::tests::test_revoke_sponsorship_ledger_key_trustline ... ok
[INFO] [stdout] test time_bounds::tests::test_serialize_with_bounds ... ok
[INFO] [stdout] test operations::revoke_sponsorship::tests::test_revoke_sponsorship_ledger_key_data ... ok
[INFO] [stdout] test operations::revoke_sponsorship::tests::test_revoke_sponsorship_ledger_key_signer_key ... ok
[INFO] [stdout] test operations::revoke_sponsorship::tests::test_revoke_sponsorship_ledger_key_offer ... ok
[INFO] [stdout] test time_bounds::tests::test_valid_for ... ok
[INFO] [stdout] test time_bounds::tests::test_with_lower_after_upper ... ok
[INFO] [stdout] test time_bounds::tests::test_with_lower_before_the_seventies ... ok
[INFO] [stdout] test time_bounds::tests::test_with_lower_success ... ok
[INFO] [stdout] test time_bounds::tests::test_with_upper_before_lower ... ok
[INFO] [stdout] test time_bounds::tests::test_with_upper_before_the_seventies ... ok
[INFO] [stdout] test time_bounds::tests::test_with_both_success ... ok
[INFO] [stdout] test time_bounds::tests::test_with_upper_success ... ok
[INFO] [stdout] test transaction::tests::test_transaction_builder ... ok
[INFO] [stdout] test transaction_result::tests::test_bad_auth ... ok
[INFO] [stdout] test operations::revoke_sponsorship::tests::test_revoke_sponsorship_ledger_key_signer_key_with_source_account ... ok
[INFO] [stdout] test transaction_result::tests::test_bad_auth_extra ... ok
[INFO] [stdout] test transaction_result::tests::test_bad_sequence ... ok
[INFO] [stdout] test transaction_result::tests::test_bad_sponsorship ... ok
[INFO] [stdout] test transaction_result::tests::test_failed ... ok
[INFO] [stdout] test transaction_result::tests::test_fee_bump_failed ... ok
[INFO] [stdout] test transaction_result::tests::test_fee_bump_success ... ok
[INFO] [stdout] test transaction_result::tests::test_inner_bad_auth ... ok
[INFO] [stdout] test transaction_result::tests::test_inner_bad_auth_extra ... ok
[INFO] [stdout] test transaction_result::tests::test_inner_insufficient_balance ... ok
[INFO] [stdout] test transaction_result::tests::test_inner_failed ... ok
[INFO] [stdout] test transaction_result::tests::test_inner_insufficient_fee ... ok
[INFO] [stdout] test transaction_result::tests::test_inner_bad_sequence ... ok
[INFO] [stdout] test transaction_result::tests::test_inner_internal_error ... ok
[INFO] [stdout] test transaction_result::tests::test_inner_missing_operation ... ok
[INFO] [stdout] test transaction_result::tests::test_inner_not_supported ... ok
[INFO] [stdout] test transaction_result::tests::test_inner_no_account ... ok
[INFO] [stdout] test transaction_result::tests::test_inner_bad_sponsorship ... ok
[INFO] [stdout] test transaction_result::tests::test_inner_success ... ok
[INFO] [stdout] test transaction_result::tests::test_inner_too_early ... ok
[INFO] [stdout] test transaction_result::tests::test_inner_too_late ... ok
[INFO] [stdout] test transaction_result::tests::test_insufficient_fee ... ok
[INFO] [stdout] test transaction_result::tests::test_internal_error ... ok
[INFO] [stdout] test transaction_result::tests::test_too_early ... ok
[INFO] [stdout] test transaction_result::tests::test_missing_operation ... ok
[INFO] [stdout] test transaction_result::tests::test_success ... ok
[INFO] [stdout] test transaction_result::tests::test_no_account ... ok
[INFO] [stdout] test transaction_result::tests::test_too_late ... ok
[INFO] [stdout] test transaction_result::tests::test_not_supported ... ok
[INFO] [stdout] test transaction_result::tests::test_insufficient_balance ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 302 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/ed25519_dalek.rs (/opt/rustwide/target/debug/deps/ed25519_dalek-217b237c77d303e0)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test dalek_sign_verify ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/ring_compat.rs (/opt/rustwide/target/debug/deps/ring_compat-a6940ea3170e2987)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test ring_compat_sign_verify ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests stellar_base
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - (line 18) ... ok
[INFO] [stdout] test src/lib.rs - (line 34) ... ok
[INFO] [stdout] test src/crypto/dalek/mod.rs - crypto::dalek (line 3) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.40s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "30abbcf94e362dc15a4b3ae6a929aecc12e2a977899460477b590fe2d7acc144", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30abbcf94e362dc15a4b3ae6a929aecc12e2a977899460477b590fe2d7acc144", kill_on_drop: false }`
[INFO] [stdout] 30abbcf94e362dc15a4b3ae6a929aecc12e2a977899460477b590fe2d7acc144
