[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 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmgpai22%2Faureum-rust" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-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-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mgpai22/aureum-rust on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ead0efe0f18665b48e03705994727138bfaedc4ff31d5fbe36505d3f015e5208
[INFO] running `Command { std: "docker" "start" "ead0efe0f18665b48e03705994727138bfaedc4ff31d5fbe36505d3f015e5208", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ead0efe0f18665b48e03705994727138bfaedc4ff31d5fbe36505d3f015e5208", 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" "ead0efe0f18665b48e03705994727138bfaedc4ff31d5fbe36505d3f015e5208" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ead0efe0f18665b48e03705994727138bfaedc4ff31d5fbe36505d3f015e5208", 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" "ead0efe0f18665b48e03705994727138bfaedc4ff31d5fbe36505d3f015e5208" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", 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 serde_json v1.0.133
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling itoa v1.0.13
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.95
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling cryptoxide v0.4.4
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling bumpalo v3.16.0
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling schemars v0.8.21
[INFO] [stderr]    Compiling wasm-bindgen v0.2.95
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling dyn-clone v1.0.17
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling cbor_event v2.4.0
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling bech32 v0.7.3
[INFO] [stderr]    Compiling cpufeatures v0.2.16
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]    Compiling num-rational v0.2.4
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling iana-time-zone v0.1.61
[INFO] [stderr]    Compiling minicbor v0.25.1
[INFO] [stderr]    Compiling cc v1.2.1
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling syn v2.0.89
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling bech32 v0.9.1
[INFO] [stderr]    Compiling rustversion v1.0.18
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling base58 v0.2.0
[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 itertools v0.13.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling peg-macros v0.8.4
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling typed-arena v2.0.2
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling thiserror v2.0.3
[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 cfg-if v0.1.10
[INFO] [stderr]    Compiling strum v0.24.1
[INFO] [stderr]    Compiling memory_units v0.4.0
[INFO] [stderr]    Compiling half v1.8.3
[INFO] [stderr]    Compiling dlmalloc v0.2.7
[INFO] [stderr]    Compiling ed25519-bip32 v0.4.1
[INFO] [stderr]    Compiling secp256k1-sys v0.8.1
[INFO] [stderr]    Compiling blst v0.3.13
[INFO] [stderr]    Compiling pretty v0.11.3
[INFO] [stderr]    Compiling peg v0.8.4
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling num v0.2.1
[INFO] [stderr]    Compiling fraction v0.10.0
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.95
[INFO] [stderr]    Compiling serde_derive_internals v0.29.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 zeroize_derive v1.4.2
[INFO] [stderr]    Compiling minicbor-derive v0.15.3
[INFO] [stderr]    Compiling miette-derive v5.10.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.3
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling schemars_derive v0.8.21
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.95
[INFO] [stderr]    Compiling miette v5.10.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.95
[INFO] [stderr]    Compiling js-sys v0.3.72
[INFO] [stderr]    Compiling secp256k1 v0.26.0
[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 pallas-traverse v0.31.0
[INFO] [stderr]    Compiling cml-chain v6.0.1
[INFO] [stderr]    Compiling cml-crypto-wasm v6.0.1
[INFO] [stderr]    Compiling uplc v1.1.7
[INFO] [stderr]    Compiling cml-chain-wasm v6.0.1
[INFO] [stderr]    Compiling cml-cip25 v6.0.1
[INFO] [stderr]    Compiling cml-cip36 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 = "84a80085825820711864160d15d2dcc7d42e1460fd8b134b0f6c4ca2ba724e751b696179e8b31400825820a37480e...
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) 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 = "84a800838258202cd15a21df867b63d964670df5c9b4bcba92d7d6607807af5da098ef39eee8ba00825820fc9ea44d1...
[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 = "a30098a61a000189b41901a401011903e818ad00011903e819ea350401192baf18201a000312591920a404193e801864193e80...
[INFO] [stdout]   |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 3m 44s
[INFO] running `Command { std: "docker" "inspect" "ead0efe0f18665b48e03705994727138bfaedc4ff31d5fbe36505d3f015e5208", 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" "ead0efe0f18665b48e03705994727138bfaedc4ff31d5fbe36505d3f015e5208" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling itoa v1.0.13
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling libc v0.2.164
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling cryptoxide v0.4.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling dyn-clone v1.0.17
[INFO] [stderr]    Compiling cbor_event v2.4.0
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling bech32 v0.7.3
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling wasm-bindgen v0.2.95
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling cpufeatures v0.2.16
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling iana-time-zone v0.1.61
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling base58 v0.2.0
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling minicbor v0.25.1
[INFO] [stderr]    Compiling bech32 v0.9.1
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]    Compiling secp256k1-sys v0.8.1
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling typed-arena v2.0.2
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling js-sys v0.3.72
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling peg-runtime v0.8.3
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling pretty v0.11.3
[INFO] [stderr]    Compiling peg v0.8.4
[INFO] [stderr]    Compiling miette v5.10.0
[INFO] [stderr]    Compiling blst v0.3.13
[INFO] [stderr]    Compiling secp256k1 v0.26.0
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling strum v0.24.1
[INFO] [stderr]    Compiling memory_units v0.4.0
[INFO] [stderr]    Compiling half v1.8.3
[INFO] [stderr]    Compiling thiserror v2.0.3
[INFO] [stderr]    Compiling wee_alloc v0.4.5
[INFO] [stderr]    Compiling dlmalloc v0.2.7
[INFO] [stderr]    Compiling ed25519-bip32 v0.4.1
[INFO] [stderr]    Compiling num-rational v0.2.4
[INFO] [stderr]    Compiling num v0.2.1
[INFO] [stderr]    Compiling fraction v0.10.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling serde_json v1.0.133
[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 serde-wasm-bindgen v0.4.5
[INFO] [stderr]    Compiling pallas-addresses v0.31.0
[INFO] [stderr]    Compiling schemars v0.8.21
[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-cip36-wasm v6.0.1
[INFO] [stderr]    Compiling cml-cip25-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 = "84a80085825820711864160d15d2dcc7d42e1460fd8b134b0f6c4ca2ba724e751b696179e8b31400825820a37480e...
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) 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 = "84a800838258202cd15a21df867b63d964670df5c9b4bcba92d7d6607807af5da098ef39eee8ba00825820fc9ea44d1...
[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 = "a30098a61a000189b41901a401011903e818ad00011903e819ea350401192baf18201a000312591920a404193e801864193e80...
[INFO] [stdout]   |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 3m 56s
[INFO] running `Command { std: "docker" "inspect" "ead0efe0f18665b48e03705994727138bfaedc4ff31d5fbe36505d3f015e5208", 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" "ead0efe0f18665b48e03705994727138bfaedc4ff31d5fbe36505d3f015e5208" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", 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 = "84a80085825820711864160d15d2dcc7d42e1460fd8b134b0f6c4ca2ba724e751b696179e8b31400825820a37480e...
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) 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 = "84a800838258202cd15a21df867b63d964670df5c9b4bcba92d7d6607807af5da098ef39eee8ba00825820fc9ea44d1...
[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 = "a30098a61a000189b41901a401011903e818ad00011903e819ea350401192baf18201a000312591920a404193e801864193e80...
[INFO] [stderr]   |           ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `aureum` (lib test) generated 3 warnings
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.25s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/aureum-5a4985bd5b275c39)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[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] 
[INFO] [stdout] thread 'tests::test_encode_transaction_output_2' (3529) 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:     0x640fd6eb69ce - <unknown>
[INFO] [stdout]    1:     0x640fd6e94c7a - <unknown>
[INFO] [stdout]    2:     0x640fd6eb5fdb - <unknown>
[INFO] [stdout]    3:     0x640fd6eb5a8f - <unknown>
[INFO] [stdout]    4:     0x640fd6eb56aa - <unknown>
[INFO] [stdout]    5:     0x640fd6eb51e2 - <unknown>
[INFO] [stdout]    6:     0x640fd6edcb01 - <unknown>
[INFO] [stdout]    7:     0x640fd6edcab9 - <unknown>
[INFO] [stdout]    8:     0x640fd6edd00c - <unknown>
[INFO] [stdout]    9:     0x640fd6e94b0b - <unknown>
[INFO] [stdout]   10:     0x640fd6e94a32 - <unknown>
[INFO] [stdout]   11:     0x640fd6e5de03 - <unknown>
[INFO] [stdout]   12:     0x640fd6e7ca9b - <unknown>
[INFO] [stdout]   13:     0x640fd6ef54cb - <unknown>
[INFO] [stdout]   14:     0x640fd6ef07f6 - <unknown>
[INFO] [stdout]   15:     0x640fd6ef022c - <unknown>
[INFO] [stdout]   16:     0x640fd6f0e07c - <unknown>
[INFO] [stdout]   17:     0x640fd6ede27c - <unknown>
[INFO] [stdout]   18:     0x7806c175e07a - <unknown>
[INFO] [stdout]   19:     0x7806c17f1534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[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.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ead0efe0f18665b48e03705994727138bfaedc4ff31d5fbe36505d3f015e5208", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ead0efe0f18665b48e03705994727138bfaedc4ff31d5fbe36505d3f015e5208", kill_on_drop: false }`
[INFO] [stdout] ead0efe0f18665b48e03705994727138bfaedc4ff31d5fbe36505d3f015e5208
