[INFO] cloning repository https://github.com/mgpai22/aureum-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mgpai22/aureum-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmgpai22%2Faureum-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmgpai22%2Faureum-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7a9bb282904b05dc2ceef3db03624f558a5d0b40 [INFO] testing mgpai22/aureum-rust against beta-2024-12-08 for beta-1.84.0-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmgpai22%2Faureum-rust" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mgpai22/aureum-rust on toolchain beta-2024-12-08 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-12-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/mgpai22/aureum-rust [INFO] finished tweaking git repo https://github.com/mgpai22/aureum-rust [INFO] tweaked toml for git repo https://github.com/mgpai22/aureum-rust written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/mgpai22/aureum-rust 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-2024-12-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 243522e7762b686a5a9f5d2326428551fea6f0f70fb3165feb497bf8e2cfd6c4 [INFO] running `Command { std: "docker" "start" "-a" "243522e7762b686a5a9f5d2326428551fea6f0f70fb3165feb497bf8e2cfd6c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "243522e7762b686a5a9f5d2326428551fea6f0f70fb3165feb497bf8e2cfd6c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "243522e7762b686a5a9f5d2326428551fea6f0f70fb3165feb497bf8e2cfd6c4", kill_on_drop: false }` [INFO] [stdout] 243522e7762b686a5a9f5d2326428551fea6f0f70fb3165feb497bf8e2cfd6c4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c25dd679ee44e0ca5a58c9e39d8dff75b09ec779f300493b72599bbc847124e1 [INFO] running `Command { std: "docker" "start" "-a" "c25dd679ee44e0ca5a58c9e39d8dff75b09ec779f300493b72599bbc847124e1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.164 [INFO] [stderr] Compiling serde v1.0.215 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling serde_json v1.0.133 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.95 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling itoa v1.0.13 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling cryptoxide v0.4.4 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling syn v2.0.89 [INFO] [stderr] Compiling bumpalo v3.16.0 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling wasm-bindgen v0.2.95 [INFO] [stderr] Compiling schemars v0.8.21 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling dyn-clone v1.0.17 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling bech32 v0.7.3 [INFO] [stderr] Compiling cbor_event v2.4.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling cpufeatures v0.2.16 [INFO] [stderr] Compiling opaque-debug v0.3.1 [INFO] [stderr] Compiling ed25519-bip32 v0.4.1 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling fraction v0.10.0 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling iana-time-zone v0.1.61 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling cc v1.2.1 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling minicbor v0.25.1 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Compiling base58 v0.2.0 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling rustversion v1.0.18 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling bech32 v0.9.1 [INFO] [stderr] Compiling crc v3.2.1 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling peg-runtime v0.8.3 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling peg-macros v0.8.4 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.95 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling secp256k1-sys v0.8.1 [INFO] [stderr] Compiling blst v0.3.13 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.95 [INFO] [stderr] Compiling typed-arena v2.0.2 [INFO] [stderr] Compiling wee_alloc v0.4.5 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling serde_derive v1.0.215 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling schemars_derive v0.8.21 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling minicbor-derive v0.15.3 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.95 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling miette-derive v5.10.0 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling thiserror v2.0.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling peg v0.8.4 [INFO] [stderr] Compiling js-sys v0.3.72 [INFO] [stderr] Compiling secp256k1 v0.26.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling miette v5.10.0 [INFO] [stderr] Compiling thiserror-impl v2.0.3 [INFO] [stderr] Compiling pretty v0.11.3 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling memory_units v0.4.0 [INFO] [stderr] Compiling strum v0.24.1 [INFO] [stderr] Compiling half v1.8.3 [INFO] [stderr] Compiling dlmalloc v0.2.7 [INFO] [stderr] Compiling serde-wasm-bindgen v0.4.5 [INFO] [stderr] Compiling pallas-codec v0.31.0 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling pallas-crypto v0.31.0 [INFO] [stderr] Compiling pallas-addresses v0.31.0 [INFO] [stderr] Compiling serde-aux v4.5.0 [INFO] [stderr] Compiling pallas-primitives v0.31.0 [INFO] [stderr] Compiling cml-core v6.0.1 [INFO] [stderr] Compiling cml-crypto v6.0.1 [INFO] [stderr] Compiling cml-core-wasm v6.0.1 [INFO] [stderr] Compiling cml-chain v6.0.1 [INFO] [stderr] Compiling cml-crypto-wasm v6.0.1 [INFO] [stderr] Compiling pallas-traverse v0.31.0 [INFO] [stderr] Compiling uplc v1.1.7 [INFO] [stderr] Compiling cml-chain-wasm v6.0.1 [INFO] [stderr] Compiling cml-cip36 v6.0.1 [INFO] [stderr] Compiling cml-cip25 v6.0.1 [INFO] [stderr] Compiling cml-cip25-wasm v6.0.1 [INFO] [stderr] Compiling cml-cip36-wasm v6.0.1 [INFO] [stderr] Compiling cardano-multiplatform-lib v6.0.1 [INFO] [stderr] Compiling aureum v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: constant `TX_BYTES_HEX_SUCCESS` is never used [INFO] [stdout] --> src/test_data.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | pub const TX_BYTES_HEX_SUCCESS: &str = "84a80085825820711864160d15d2dcc7d42e1460fd8b134b0f6c4ca2ba724e751b696179e8b31400825820a37480ef06c... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `TX_BYTES_HEX_ERROR` is never used [INFO] [stdout] --> src/test_data.rs:2:11 [INFO] [stdout] | [INFO] [stdout] 2 | pub const TX_BYTES_HEX_ERROR: &str = "84a800838258202cd15a21df867b63d964670df5c9b4bcba92d7d6607807af5da098ef39eee8ba00825820fc9ea44d1a31a... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `COST_MODELS` is never used [INFO] [stdout] --> src/test_data.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | pub const COST_MODELS: &str = "a30098a61a000189b41901a401011903e818ad00011903e819ea350401192baf18201a000312591920a404193e801864193e801864... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 34s [INFO] running `Command { std: "docker" "inspect" "c25dd679ee44e0ca5a58c9e39d8dff75b09ec779f300493b72599bbc847124e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c25dd679ee44e0ca5a58c9e39d8dff75b09ec779f300493b72599bbc847124e1", kill_on_drop: false }` [INFO] [stdout] c25dd679ee44e0ca5a58c9e39d8dff75b09ec779f300493b72599bbc847124e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bb2e607b5a8b65034f1460970211cd4b8279f31e5a69b8ddcb0944819bac08e4 [INFO] running `Command { std: "docker" "start" "-a" "bb2e607b5a8b65034f1460970211cd4b8279f31e5a69b8ddcb0944819bac08e4", kill_on_drop: false }` [INFO] [stderr] Compiling aureum v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: constant `TX_BYTES_HEX_SUCCESS` is never used [INFO] [stdout] --> src/test_data.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | pub const TX_BYTES_HEX_SUCCESS: &str = "84a80085825820711864160d15d2dcc7d42e1460fd8b134b0f6c4ca2ba724e751b696179e8b31400825820a37480ef06c... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `TX_BYTES_HEX_ERROR` is never used [INFO] [stdout] --> src/test_data.rs:2:11 [INFO] [stdout] | [INFO] [stdout] 2 | pub const TX_BYTES_HEX_ERROR: &str = "84a800838258202cd15a21df867b63d964670df5c9b4bcba92d7d6607807af5da098ef39eee8ba00825820fc9ea44d1a31a... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `COST_MODELS` is never used [INFO] [stdout] --> src/test_data.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | pub const COST_MODELS: &str = "a30098a61a000189b41901a401011903e818ad00011903e819ea350401192baf18201a000312591920a404193e801864193e801864... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4.94s [INFO] running `Command { std: "docker" "inspect" "bb2e607b5a8b65034f1460970211cd4b8279f31e5a69b8ddcb0944819bac08e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb2e607b5a8b65034f1460970211cd4b8279f31e5a69b8ddcb0944819bac08e4", kill_on_drop: false }` [INFO] [stdout] bb2e607b5a8b65034f1460970211cd4b8279f31e5a69b8ddcb0944819bac08e4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3292315d7ac42e724efe895ef2857111c26d6478aee51898cf4475eb1ea199dd [INFO] running `Command { std: "docker" "start" "-a" "3292315d7ac42e724efe895ef2857111c26d6478aee51898cf4475eb1ea199dd", kill_on_drop: false }` [INFO] [stderr] warning: constant `TX_BYTES_HEX_SUCCESS` is never used [INFO] [stderr] --> src/test_data.rs:1:11 [INFO] [stderr] | [INFO] [stderr] 1 | pub const TX_BYTES_HEX_SUCCESS: &str = "84a80085825820711864160d15d2dcc7d42e1460fd8b134b0f6c4ca2ba724e751b696179e8b31400825820a37480ef06c... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant `TX_BYTES_HEX_ERROR` is never used [INFO] [stderr] --> src/test_data.rs:2:11 [INFO] [stderr] | [INFO] [stderr] 2 | pub const TX_BYTES_HEX_ERROR: &str = "84a800838258202cd15a21df867b63d964670df5c9b4bcba92d7d6607807af5da098ef39eee8ba00825820fc9ea44d1a31a... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant `COST_MODELS` is never used [INFO] [stderr] --> src/test_data.rs:4:11 [INFO] [stderr] | [INFO] [stderr] 4 | pub const COST_MODELS: &str = "a30098a61a000189b41901a401011903e818ad00011903e819ea350401192baf18201a000312591920a404193e801864193e801864... [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `aureum` (lib test) generated 3 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aureum-6df3377ec2fce8da) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test tests::test_encode_transaction_input ... ok [INFO] [stdout] test tests::test_encode_transaction_output ... ok [INFO] [stdout] test tests::test_encode_transaction_output_2 ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::test_encode_transaction_output_2 stdout ---- [INFO] [stdout] thread 'tests::test_encode_transaction_output_2' panicked at src/lib.rs:508:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: "a300581d7017e6e499ce0d4f90f2778fc21d935a4e9e4e5c1339e2869ba871b1c701821a001e8480a2581cfd6ea8139626cbbd4fb9fb976e5012b350d57f5fbbf18387662c9596a14f7374616b655f73696e676c65746f6e01581c0772b5199d4afeafa5a54967210c33ceb4393626fd8cbef7dc6fa53aa14450414c4d1a00018f0b028201d818584bd8799f190e95c24a063a8968895b95c6780b011b000001936164e1e6582088d51c97ad9e05a442a2c416c3be84cf2f182b8613dd9d56a3e882b6b5c96d62c24a021e19e0c9bab2400000ff" [INFO] [stdout] right: "a300581d7017e6e499ce0d4f90f2778fc21d935a4e9e4e5c1339e2869ba871b1c701821a001e8480a2581c0772b5199d4afeafa5a54967210c33ceb4393626fd8cbef7dc6fa53aa14450414c4d1a00018f0b581cfd6ea8139626cbbd4fb9fb976e5012b350d57f5fbbf18387662c9596a14f7374616b655f73696e676c65746f6e01028201d818584bd8799f190e95c24a063a8968895b95c6780b011b000001936164e1e6582088d51c97ad9e05a442a2c416c3be84cf2f182b8613dd9d56a3e882b6b5c96d62c24a021e19e0c9bab2400000ff" [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x625c0b388cca - std::backtrace_rs::backtrace::libunwind::trace::h8810477743020387 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x625c0b388cca - std::backtrace_rs::backtrace::trace_unsynchronized::h3aa55355dd6c54a6 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x625c0b388cca - std::sys::backtrace::_print_fmt::h8588b0f62410823f [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x625c0b388cca - ::fmt::h98c26ac25ffe89bb [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x625c0b3afc03 - core::fmt::rt::Argument::fmt::hf95377f4aebd453b [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x625c0b3afc03 - core::fmt::write::h0dd5f6e2238c7982 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/core/src/fmt/mod.rs:1189:21 [INFO] [stdout] 6: 0x625c0b385e63 - std::io::Write::write_fmt::h03bb0ca26e6faf8c [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/io/mod.rs:1884:15 [INFO] [stdout] 7: 0x625c0b388b12 - std::sys::backtrace::BacktraceLock::print::h5c19c1c038ee186d [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x625c0b389f9d - std::panicking::default_hook::{{closure}}::h77172f079a1fcb13 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/panicking.rs:268:22 [INFO] [stdout] 9: 0x625c0b389da7 - std::panicking::default_hook::he5f8e3b203ccddba [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/panicking.rs:292:9 [INFO] [stdout] 10: 0x625c0b2a7c07 - as core::ops::function::Fn>::call::h7a3c7b4a1ae77f2f [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/alloc/src/boxed.rs:1986:9 [INFO] [stdout] 11: 0x625c0b2a7c07 - test::test_main::{{closure}}::hf0d3b69ae9b353d1 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x625c0b38a648 - as core::ops::function::Fn>::call::h6332e82e7b189abd [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/alloc/src/boxed.rs:1986:9 [INFO] [stdout] 13: 0x625c0b38a648 - std::panicking::rust_panic_with_hook::h53863d4e9018df39 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/panicking.rs:809:13 [INFO] [stdout] 14: 0x625c0b38a40a - std::panicking::begin_panic_handler::{{closure}}::h67280e6fa0757873 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/panicking.rs:674:13 [INFO] [stdout] 15: 0x625c0b3891a9 - std::sys::backtrace::__rust_end_short_backtrace::h1dac3f54d6fbbeb2 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/sys/backtrace.rs:170:18 [INFO] [stdout] 16: 0x625c0b38a09c - rust_begin_unwind [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/panicking.rs:665:5 [INFO] [stdout] 17: 0x625c0b249af0 - core::panicking::panic_fmt::h6792bd1b2bf01041 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/core/src/panicking.rs:76:14 [INFO] [stdout] 18: 0x625c0b249ebb - core::panicking::assert_failed_inner::hf2c17e6d30928787 [INFO] [stdout] 19: 0x625c0b261150 - core::panicking::assert_failed::h765b919bd6da064a [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/core/src/panicking.rs:373:5 [INFO] [stdout] 20: 0x625c0b26e18c - aureum::tests::test_encode_transaction_output_2::h6cb8fcec5e1d28fa [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:508:9 [INFO] [stdout] 21: 0x625c0b26dba7 - aureum::tests::test_encode_transaction_output_2::{{closure}}::h7a65dc9077237633 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:473:42 [INFO] [stdout] 22: 0x625c0b2669c6 - core::ops::function::FnOnce::call_once::h2a61ba67f82c9180 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: 0x625c0b2ac72b - core::ops::function::FnOnce::call_once::h871bf86719ec9aa4 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x625c0b2ac72b - test::__rust_begin_short_backtrace::h2167df1e2b7d76fd [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/test/src/lib.rs:632:18 [INFO] [stdout] 25: 0x625c0b2ac118 - test::run_test_in_process::{{closure}}::h15d92f75a3adfb79 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/test/src/lib.rs:655:60 [INFO] [stdout] 26: 0x625c0b2ac118 - as core::ops::function::FnOnce<()>>::call_once::hb6c8955835a8dbbb [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 27: 0x625c0b2ac118 - std::panicking::try::do_call::hc79d0fc888a0bd30 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/panicking.rs:557:40 [INFO] [stdout] 28: 0x625c0b2ac118 - std::panicking::try::hb8a7878e3a8589d6 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/panicking.rs:520:19 [INFO] [stdout] 29: 0x625c0b2ac118 - std::panic::catch_unwind::hb8e4600ff0ff5cfa [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/panic.rs:358:14 [INFO] [stdout] 30: 0x625c0b2ac118 - test::run_test_in_process::hc2900b0b18688dd6 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/test/src/lib.rs:655:27 [INFO] [stdout] 31: 0x625c0b2ac118 - test::run_test::{{closure}}::hac2a9cb07be3d48d [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/test/src/lib.rs:576:43 [INFO] [stdout] 32: 0x625c0b26fbba - test::run_test::{{closure}}::h4a5b729e66a38cd8 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/test/src/lib.rs:606:41 [INFO] [stdout] 33: 0x625c0b26fbba - std::sys::backtrace::__rust_begin_short_backtrace::h0496fb742492f573 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/sys/backtrace.rs:154:18 [INFO] [stdout] 34: 0x625c0b273534 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbb6d257c550a54bd [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/thread/mod.rs:561:17 [INFO] [stdout] 35: 0x625c0b273534 - as core::ops::function::FnOnce<()>>::call_once::h46696fe4a6832328 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 36: 0x625c0b273534 - std::panicking::try::do_call::h2625a51b667bfb64 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/panicking.rs:557:40 [INFO] [stdout] 37: 0x625c0b273534 - std::panicking::try::hb956a59a1973aa4c [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/panicking.rs:520:19 [INFO] [stdout] 38: 0x625c0b273534 - std::panic::catch_unwind::h64f3b9d1067ef6a0 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/panic.rs:358:14 [INFO] [stdout] 39: 0x625c0b273534 - std::thread::Builder::spawn_unchecked_::{{closure}}::h42b2841295b6c0b2 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/thread/mod.rs:559:30 [INFO] [stdout] 40: 0x625c0b273534 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6127de71b8124639 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 41: 0x625c0b38e58b - as core::ops::function::FnOnce>::call_once::h42f0ba71002a1b2c [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/alloc/src/boxed.rs:1972:9 [INFO] [stdout] 42: 0x625c0b38e58b - as core::ops::function::FnOnce>::call_once::had9e47d7a3dcecb8 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/alloc/src/boxed.rs:1972:9 [INFO] [stdout] 43: 0x625c0b38e58b - std::sys::pal::unix::thread::Thread::new::thread_start::h48cf765408f6f5f2 [INFO] [stdout] at /rustc/202008a1b8de96d2e5b6bc02d379db03a877d34d/library/std/src/sys/pal/unix/thread.rs:105:17 [INFO] [stdout] 44: 0x7d9134481ac3 - [INFO] [stdout] 45: 0x7d9134512a04 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::test_encode_transaction_output_2 [INFO] [stdout] [INFO] [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "3292315d7ac42e724efe895ef2857111c26d6478aee51898cf4475eb1ea199dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3292315d7ac42e724efe895ef2857111c26d6478aee51898cf4475eb1ea199dd", kill_on_drop: false }` [INFO] [stdout] 3292315d7ac42e724efe895ef2857111c26d6478aee51898cf4475eb1ea199dd