[INFO] cloning repository https://github.com/rotkonetworks/orchard
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rotkonetworks/orchard" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frotkonetworks%2Forchard", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frotkonetworks%2Forchard'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cdc5ad11058034c0f48f984bf0814fff0d0f4d24
[INFO] testing rotkonetworks/orchard/cdc5ad11058034c0f48f984bf0814fff0d0f4d24 against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frotkonetworks%2Forchard" "/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/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/rotkonetworks/orchard
[INFO] finished tweaking git repo https://github.com/rotkonetworks/orchard
[INFO] tweaked toml for git repo https://github.com/rotkonetworks/orchard written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rotkonetworks/orchard on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rotkonetworks/orchard 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" "+1.98.0-beta.1" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ec350ca6c5607e90173e37ec33c76c7170b47fb652592c76607711d5eac837cc
[INFO] running `Command { std: "docker" "start" "ec350ca6c5607e90173e37ec33c76c7170b47fb652592c76607711d5eac837cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ec350ca6c5607e90173e37ec33c76c7170b47fb652592c76607711d5eac837cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ec350ca6c5607e90173e37ec33c76c7170b47fb652592c76607711d5eac837cc" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ec350ca6c5607e90173e37ec33c76c7170b47fb652592c76607711d5eac837cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ec350ca6c5607e90173e37ec33c76c7170b47fb652592c76607711d5eac837cc" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling constant_time_eq v0.2.6
[INFO] [stderr]    Compiling memuse v0.2.2
[INFO] [stderr]    Compiling blake2b_simd v1.0.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling crossbeam-channel v0.5.8
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling cpufeatures v0.2.9
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling syn v2.0.31
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tracing-core v0.1.31
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling rayon v1.7.0
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling libm v0.2.7
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling thiserror v1.0.48
[INFO] [stderr]    Compiling poly1305 v0.8.0
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling halo2_legacy_pdqsort v0.1.0
[INFO] [stderr]    Compiling uint v0.9.5
[INFO] [stderr]    Compiling ff v0.13.0
[INFO] [stderr]    Compiling zcash_spec v0.2.1
[INFO] [stderr]    Compiling memchr v2.6.3
[INFO] [stderr]    Compiling zip32 v0.2.0
[INFO] [stderr]    Compiling incrementalmerkletree v0.8.1
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling pasta_curves v0.5.1
[INFO] [stderr]    Compiling bls12_381 v0.8.0
[INFO] [stderr]    Compiling nonempty v0.11.0
[INFO] [stderr]    Compiling jubjub v0.10.0
[INFO] [stderr]    Compiling core2 v0.3.3
[INFO] [stderr]    Compiling sinsemilla v0.1.0
[INFO] [stderr]    Compiling halo2_poseidon v0.1.0
[INFO] [stderr]    Compiling maybe-rayon v0.1.1
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.26
[INFO] [stderr]    Compiling serde_derive v1.0.188
[INFO] [stderr]    Compiling thiserror-impl v1.0.48
[INFO] [stderr]    Compiling visibility v0.1.1
[INFO] [stderr]    Compiling getset v0.1.3
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling chacha20 v0.9.1
[INFO] [stderr]    Compiling cbc v0.1.2
[INFO] [stderr]    Compiling aes v0.8.3
[INFO] [stderr]    Compiling fpe v0.6.1
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling zcash_note_encryption v0.4.1
[INFO] [stderr]    Compiling halo2_proofs v0.3.2
[INFO] [stderr]    Compiling halo2_gadgets v0.4.0
[INFO] [stderr]    Compiling reddsa v0.5.1
[INFO] [stderr]    Compiling orchard v0.12.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "ec350ca6c5607e90173e37ec33c76c7170b47fb652592c76607711d5eac837cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ec350ca6c5607e90173e37ec33c76c7170b47fb652592c76607711d5eac837cc" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling rustix v0.38.11
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling linux-raw-sys v0.4.5
[INFO] [stderr]    Compiling bitflags v2.4.0
[INFO] [stderr]    Compiling fastrand v2.0.0
[INFO] [stderr]    Compiling memchr v2.6.3
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling tracing-core v0.1.31
[INFO] [stderr]    Compiling smallvec v1.11.0
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling serde_json v1.0.105
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling ahash v0.8.3
[INFO] [stderr]    Compiling os_str_bytes v6.5.1
[INFO] [stderr]    Compiling plotters-backend v0.3.5
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling ff v0.13.0
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling rand_xorshift v0.3.0
[INFO] [stderr]    Compiling cpp_demangle v0.4.3
[INFO] [stderr]    Compiling ciborium-io v0.2.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling uuid v1.4.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.1
[INFO] [stderr]    Compiling tempfile v3.8.0
[INFO] [stderr]    Compiling rayon v1.7.0
[INFO] [stderr]    Compiling debugid v0.8.0
[INFO] [stderr]    Compiling rusty-fork v0.3.0
[INFO] [stderr]    Compiling regex-automata v0.3.8
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling pasta_curves v0.5.1
[INFO] [stderr]    Compiling proptest v1.2.0
[INFO] [stderr]    Compiling findshlibs v0.10.2
[INFO] [stderr]    Compiling bls12_381 v0.8.0
[INFO] [stderr]    Compiling plotters-svg v0.3.5
[INFO] [stderr]    Compiling memmap2 v0.5.10
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling textwrap v0.16.0
[INFO] [stderr]    Compiling hashbrown v0.14.0
[INFO] [stderr]    Compiling symbolic-demangle v10.2.1
[INFO] [stderr]    Compiling bytemuck v1.14.0
[INFO] [stderr]    Compiling gimli v0.28.0
[INFO] [stderr]    Compiling rgb v0.8.36
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling maybe-rayon v0.1.1
[INFO] [stderr]    Compiling halo2_proofs v0.3.2
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling regex v1.9.5
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]    Compiling symbolic-common v10.2.1
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling clap v3.2.25
[INFO] [stderr]    Compiling sinsemilla v0.1.0
[INFO] [stderr]    Compiling halo2_poseidon v0.1.0
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling incrementalmerkletree v0.8.1
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling uint v0.9.5
[INFO] [stderr]    Compiling ciborium v0.2.1
[INFO] [stderr]    Compiling plotters v0.3.5
[INFO] [stderr]    Compiling jubjub v0.10.0
[INFO] [stderr]    Compiling quick-xml v0.26.0
[INFO] [stderr]    Compiling object v0.32.1
[INFO] [stderr]    Compiling num-format v0.4.4
[INFO] [stderr]    Compiling pprof v0.11.1
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling str_stack v0.1.0
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling criterion v0.4.0
[INFO] [stderr]    Compiling fpe v0.6.1
[INFO] [stderr]    Compiling inferno v0.11.14
[INFO] [stderr]    Compiling halo2_gadgets v0.4.0
[INFO] [stderr]    Compiling reddsa v0.5.1
[INFO] [stderr]    Compiling zcash_note_encryption v0.4.1
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling core2 v0.3.3
[INFO] [stderr]    Compiling shardtree v0.6.0
[INFO] [stderr]    Compiling orchard v0.12.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 22s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "ec350ca6c5607e90173e37ec33c76c7170b47fb652592c76607711d5eac837cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ec350ca6c5607e90173e37ec33c76c7170b47fb652592c76607711d5eac837cc" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.38s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/orchard-617b5409223acdf1)
[INFO] [stdout] 
[INFO] [stdout] running 52 tests
[INFO] [stdout] test constants::fixed_bases::commit_ivk_r::tests::generator ... ok
[INFO] [stdout] test constants::fixed_bases::note_commit_r::tests::generator ... ok
[INFO] [stdout] test constants::fixed_bases::commit_ivk_r::tests::z ... ok
[INFO] [stdout] test constants::fixed_bases::note_commit_r::tests::z ... ok
[INFO] [stdout] test constants::fixed_bases::nullifier_k::tests::generator ... ok
[INFO] [stdout] test constants::fixed_bases::note_commit_r::tests::lagrange_coeffs ... ok
[INFO] [stdout] test constants::fixed_bases::commit_ivk_r::tests::lagrange_coeffs ... ok
[INFO] [stdout] test constants::fixed_bases::spend_auth_g::tests::generator ... ok
[INFO] [stdout] test builder::tests::shielding_bundle has been running for over 60 seconds
[INFO] [stdout] test circuit::commit_ivk::tests::commit_ivk has been running for over 60 seconds
[INFO] [stdout] test circuit::note_commit::tests::note_commit has been running for over 60 seconds
[INFO] [stdout] test circuit::tests::round_trip has been running for over 60 seconds
[INFO] [stdout] test circuit::tests::serialized_proof_test_case has been running for over 60 seconds
[INFO] [stdout] test constants::fixed_bases::nullifier_k::tests::z ... ok
[INFO] [stdout] test constants::fixed_bases::spend_auth_g::tests::z ... ok
[INFO] [stdout] test constants::fixed_bases::value_commit_r::tests::generator ... ok
[INFO] [stdout] test constants::fixed_bases::nullifier_k::tests::lagrange_coeffs ... ok
[INFO] [stdout] test constants::fixed_bases::spend_auth_g::tests::lagrange_coeffs ... ok
[INFO] [stdout] test constants::fixed_bases::value_commit_v::tests::generator ... ok
[INFO] [stdout] test constants::fixed_bases::value_commit_r::tests::z ... ok
[INFO] [stdout] test constants::fixed_bases::value_commit_v::tests::z ... ok
[INFO] [stdout] test constants::sinsemilla::tests::i2lebsp_k_round_trip ... ok
[INFO] [stdout] test constants::sinsemilla::tests::inv_two_pow_k ... ok
[INFO] [stdout] test constants::sinsemilla::tests::l_orchard_merkle ... ok
[INFO] [stdout] test constants::sinsemilla::tests::lebs2ip_k_round_trip ... ok
[INFO] [stdout] test constants::sinsemilla::tests::q_commit_ivk_m ... ok
[INFO] [stdout] test constants::sinsemilla::tests::q_merkle_crh ... ok
[INFO] [stdout] test constants::sinsemilla::tests::q_note_commitment_m ... ok
[INFO] [stdout] test constants::tests::l_orchard_base ... ok
[INFO] [stdout] test constants::tests::l_orchard_scalar ... ok
[INFO] [stdout] test constants::tests::t_p ... ok
[INFO] [stdout] test constants::tests::t_q ... ok
[INFO] [stdout] test constants::fixed_bases::value_commit_v::tests::lagrange_coeffs ... ok
[INFO] [stdout] test keys::tests::diversifier_index ... ok
[INFO] [stdout] test keys::tests::parsers_reject_invalid ... ok
[INFO] [stdout] test keys::tests::spend_validating_key_from_bytes ... ok
[INFO] [stdout] test keys::tests::test_vectors ... ok
[INFO] [stdout] test constants::fixed_bases::value_commit_r::tests::lagrange_coeffs ... ok
[INFO] [stdout] test note_encryption::tests::test_vectors ... ok
[INFO] [stdout] test keys::tests::key_agreement has been running for over 60 seconds
[INFO] [stdout] test pczt::tests::shielded_bundle has been running for over 60 seconds
[INFO] [stdout] test pczt::tests::shielding_bundle has been running for over 60 seconds
[INFO] [stdout] test circuit::commit_ivk::tests::commit_ivk ... ok
[INFO] [stdout] test spec::tests::diversify_hash_substitution ... ok
[INFO] [stdout] test spec::tests::i2lebsp_round_trip ... ok
[INFO] [stdout] test spec::tests::lebs2ip_round_trip ... ok
[INFO] [stdout] test tree::tests::anchor_incremental ... ok
[INFO] [stdout] test tree::tests::empty_roots_incremental ... ok
[INFO] [stdout] test keys::tests::key_agreement ... ok
[INFO] [stdout] test circuit::note_commit::tests::note_commit ... ok
[INFO] [stdout] test zip32::tests::derive_child ... ok
[INFO] [stdout] test tree::tests::test_vectors ... ok
[INFO] [stdout] test zip32::tests::path ... ok
[INFO] [stdout] test zip32::tests::test_vectors ... ok
[INFO] [stdout] test value::tests::bsk_consistent_with_bvk has been running for over 60 seconds
[INFO] [stdout] test value::tests::bsk_consistent_with_bvk ... ok
[INFO] [stdout] test circuit::tests::serialized_proof_test_case ... ok
[INFO] [stdout] test builder::tests::shielding_bundle ... ok
[INFO] [stdout] test pczt::tests::shielding_bundle ... ok
[INFO] [stdout] test pczt::tests::shielded_bundle ... ok
[INFO] [stdout] test circuit::tests::round_trip ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 52 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 804.40s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/builder.rs (/opt/rustwide/target/debug/deps/builder-695e82f238b15b4b)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test bundle_chain has been running for over 60 seconds
[ERROR] error running command: command timed out after 900 seconds
[INFO] running `Command { std: "docker" "inspect" "ec350ca6c5607e90173e37ec33c76c7170b47fb652592c76607711d5eac837cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec350ca6c5607e90173e37ec33c76c7170b47fb652592c76607711d5eac837cc", kill_on_drop: false }`
[INFO] [stdout] ec350ca6c5607e90173e37ec33c76c7170b47fb652592c76607711d5eac837cc
