[INFO] fetching crate digibyte 0.27.3... [INFO] building digibyte-0.27.3 against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] extracting crate digibyte 0.27.3 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate digibyte 0.27.3 [INFO] finished tweaking crates.io crate digibyte 0.27.3 [INFO] tweaked toml for crates.io crate digibyte 0.27.3 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate digibyte 0.27.3 on toolchain 23647e694de8d0904848ad068b2e0ec2dd098c37 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate digibyte 0.27.3 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" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] eb295fb2305fa476a861fdfaafffcf5c9e7629a0ccc324a3aa434d46678926a9 [INFO] running `Command { std: "docker" "start" "-a" "eb295fb2305fa476a861fdfaafffcf5c9e7629a0ccc324a3aa434d46678926a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eb295fb2305fa476a861fdfaafffcf5c9e7629a0ccc324a3aa434d46678926a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb295fb2305fa476a861fdfaafffcf5c9e7629a0ccc324a3aa434d46678926a9", kill_on_drop: false }` [INFO] [stdout] eb295fb2305fa476a861fdfaafffcf5c9e7629a0ccc324a3aa434d46678926a9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "build" "--frozen" "--message-format=json" "--target" "wasm32-wasip1", kill_on_drop: false }` [INFO] [stdout] 58e2cef24a50de4587c812f65e456a66011cfad06830165620bcc5f51ca005db [INFO] running `Command { std: "docker" "start" "-a" "58e2cef24a50de4587c812f65e456a66011cfad06830165620bcc5f51ca005db", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling cc v1.0.41 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling bech32 v0.7.3 [INFO] [stderr] Compiling bitcoin_hashes v0.9.4 [INFO] [stderr] Compiling secp256k1-sys v0.4.0 [INFO] [stderr] Compiling secp256k1 v0.20.1 [INFO] [stderr] Compiling digibyte v0.27.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/blockdata/script.rs:435:25 [INFO] [stdout] | [INFO] [stdout] 435 | pub fn instructions(&self) -> Instructions { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 435 | pub fn instructions(&self) -> Instructions<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/blockdata/script.rs:444:33 [INFO] [stdout] | [INFO] [stdout] 444 | pub fn instructions_minimal(&self) -> Instructions { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 444 | pub fn instructions_minimal(&self) -> Instructions<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/util/base58.rs:83:17 [INFO] [stdout] | [INFO] [stdout] 83 | pub fn iter(&self) -> iter::Chain, slice::Iter> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 83 | pub fn iter(&self) -> iter::Chain, slice::Iter<'_, T>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/util/base58.rs:88:21 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn iter_mut(&mut self) -> iter::Chain, slice::IterMut> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 88 | pub fn iter_mut(&mut self) -> iter::Chain, slice::IterMut<'_, T>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/util/bip32.rs:367:26 [INFO] [stdout] | [INFO] [stdout] 367 | pub fn children_from(&self, cn: ChildNumber) -> DerivationPathIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 367 | pub fn children_from(&self, cn: ChildNumber) -> DerivationPathIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/util/bip32.rs:372:28 [INFO] [stdout] | [INFO] [stdout] 372 | pub fn normal_children(&self) -> DerivationPathIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 372 | pub fn normal_children(&self) -> DerivationPathIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/util/bip32.rs:377:30 [INFO] [stdout] | [INFO] [stdout] 377 | pub fn hardened_children(&self) -> DerivationPathIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 377 | pub fn hardened_children(&self) -> DerivationPathIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/util/bip158.rs:434:49 [INFO] [stdout] | [INFO] [stdout] 434 | pub fn new(reader: &'a mut dyn io::Read) -> BitStreamReader { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 434 | pub fn new(reader: &'a mut dyn io::Read) -> BitStreamReader<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/util/bip158.rs:472:50 [INFO] [stdout] | [INFO] [stdout] 472 | pub fn new(writer: &'a mut dyn io::Write) -> BitStreamWriter { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 472 | pub fn new(writer: &'a mut dyn io::Write) -> BitStreamWriter<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.73s [INFO] running `Command { std: "docker" "inspect" "58e2cef24a50de4587c812f65e456a66011cfad06830165620bcc5f51ca005db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58e2cef24a50de4587c812f65e456a66011cfad06830165620bcc5f51ca005db", kill_on_drop: false }` [INFO] [stdout] 58e2cef24a50de4587c812f65e456a66011cfad06830165620bcc5f51ca005db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "test" "--frozen" "--no-run" "--message-format=json" "--target" "wasm32-wasip1", kill_on_drop: false }` [INFO] [stdout] d551c68b73b8f4cf75123ff987501f9c0c6d917f450156046b976bd132a11f7f [INFO] running `Command { std: "docker" "start" "-a" "d551c68b73b8f4cf75123ff987501f9c0c6d917f450156046b976bd132a11f7f", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling ryu v1.0.4 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling serde_test v1.0.125 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/blockdata/script.rs:435:25 [INFO] [stdout] | [INFO] [stdout] 435 | pub fn instructions(&self) -> Instructions { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 435 | pub fn instructions(&self) -> Instructions<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/blockdata/script.rs:444:33 [INFO] [stdout] | [INFO] [stdout] 444 | pub fn instructions_minimal(&self) -> Instructions { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 444 | pub fn instructions_minimal(&self) -> Instructions<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/util/base58.rs:83:17 [INFO] [stdout] | [INFO] [stdout] 83 | pub fn iter(&self) -> iter::Chain, slice::Iter> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 83 | pub fn iter(&self) -> iter::Chain, slice::Iter<'_, T>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/util/base58.rs:88:21 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn iter_mut(&mut self) -> iter::Chain, slice::IterMut> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 88 | pub fn iter_mut(&mut self) -> iter::Chain, slice::IterMut<'_, T>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/util/bip32.rs:367:26 [INFO] [stdout] | [INFO] [stdout] 367 | pub fn children_from(&self, cn: ChildNumber) -> DerivationPathIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 367 | pub fn children_from(&self, cn: ChildNumber) -> DerivationPathIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/util/bip32.rs:372:28 [INFO] [stdout] | [INFO] [stdout] 372 | pub fn normal_children(&self) -> DerivationPathIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 372 | pub fn normal_children(&self) -> DerivationPathIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/util/bip32.rs:377:30 [INFO] [stdout] | [INFO] [stdout] 377 | pub fn hardened_children(&self) -> DerivationPathIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 377 | pub fn hardened_children(&self) -> DerivationPathIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/util/bip158.rs:434:49 [INFO] [stdout] | [INFO] [stdout] 434 | pub fn new(reader: &'a mut dyn io::Read) -> BitStreamReader { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 434 | pub fn new(reader: &'a mut dyn io::Read) -> BitStreamReader<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/util/bip158.rs:472:50 [INFO] [stdout] | [INFO] [stdout] 472 | pub fn new(writer: &'a mut dyn io::Write) -> BitStreamWriter { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 472 | pub fn new(writer: &'a mut dyn io::Write) -> BitStreamWriter<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_json v1.0.44 [INFO] [stderr] Compiling digibyte v0.27.3 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `rust-lld` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "rust-lld" "-flavor" "wasm" "--export" "__main_void" "--export" "rustsecp256k1_v0_4_0_context_create" "--export" "rustsecp256k1_v0_4_0_context_destroy" "--export" "rustsecp256k1_v0_4_0_default_error_callback_fn" "--export" "rustsecp256k1_v0_4_0_default_illegal_callback_fn" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "/lib/rustlib/wasm32-wasip1/lib/self-contained/crt1-command.o" "<2 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libdigibyte-23ed1b07991f5927,libbech32-03a3226cf011a103,libsecp256k1-022759c9adbb2f5f,librand-b86ac7104bba4e78,librand_xorshift-2bc20c69768a78d9,librand_pcg-cd884781174b2fa4,librand_hc-616e6ddde9a64c95,librand_chacha-c23ef0f66c6d1a04,librand_isaac-fab7d5bc42ed396c,librand_core-dbe786ecad3dd8f6,librand_os-4a04da00598c8914,librand_jitter-436d4ba70d564eae,librand_core-7b75640df732d16f,libsecp256k1_sys-b917837b05429063,libbitcoin_hashes-085f5a1654229255}.rlib" "/lib/rustlib/wasm32-wasip1/lib/{libstd-*,libwasi-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*}.rlib" "-l" "c" "/lib/rustlib/wasm32-wasip1/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/opt/rustwide/target/wasm32-wasip1/debug/build/secp256k1-sys-209c47eddeeca9c2/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/examples/bip32-e22a5f84cb92b47e.wasm" "--gc-sections" "-O0" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsecp256k1_sys-b917837b05429063.rlib: archive member 'lax_der_parsing.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsecp256k1_sys-b917837b05429063.rlib: archive member 'secp256k1.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/examples/bip32-e22a5f84cb92b47e.bip32.c007623d61bcab7b-cgu.0.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_ec_pubkey_tweak_add [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/examples/bip32-e22a5f84cb92b47e.bip32.c007623d61bcab7b-cgu.0.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_ec_pubkey_create [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/examples/bip32-e22a5f84cb92b47e.bip32.c007623d61bcab7b-cgu.0.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_context_no_precomp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/examples/bip32-e22a5f84cb92b47e.bip32.c007623d61bcab7b-cgu.0.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_context_no_precomp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/examples/bip32-e22a5f84cb92b47e.bip32.c007623d61bcab7b-cgu.0.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_ec_pubkey_serialize [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/examples/bip32-e22a5f84cb92b47e.bip32.c007623d61bcab7b-cgu.0.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_context_no_precomp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/examples/bip32-e22a5f84cb92b47e.bip32.c007623d61bcab7b-cgu.0.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_context_no_precomp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/examples/bip32-e22a5f84cb92b47e.bip32.c007623d61bcab7b-cgu.0.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_ec_seckey_verify [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/examples/bip32-e22a5f84cb92b47e.bip32.c007623d61bcab7b-cgu.0.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_context_no_precomp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/examples/bip32-e22a5f84cb92b47e.bip32.c007623d61bcab7b-cgu.0.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_context_no_precomp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/examples/bip32-e22a5f84cb92b47e.bip32.c007623d61bcab7b-cgu.0.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_ec_seckey_tweak_add [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/examples/bip32-e22a5f84cb92b47e.bip32.c007623d61bcab7b-cgu.0.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_context_preallocated_destroy [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libdigibyte-23ed1b07991f5927.rlib(digibyte-23ed1b07991f5927.digibyte.7fa55f2d8e98cbc9-cgu.05.rcgu.o): undefined symbol: rustsecp256k1_v0_4_0_context_no_precomp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libdigibyte-23ed1b07991f5927.rlib(digibyte-23ed1b07991f5927.digibyte.7fa55f2d8e98cbc9-cgu.05.rcgu.o): undefined symbol: rustsecp256k1_v0_4_0_context_no_precomp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libdigibyte-23ed1b07991f5927.rlib(digibyte-23ed1b07991f5927.digibyte.7fa55f2d8e98cbc9-cgu.05.rcgu.o): undefined symbol: rustsecp256k1_v0_4_0_ec_seckey_verify [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libdigibyte-23ed1b07991f5927.rlib(digibyte-23ed1b07991f5927.digibyte.7fa55f2d8e98cbc9-cgu.05.rcgu.o): undefined symbol: rustsecp256k1_v0_4_0_context_no_precomp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libdigibyte-23ed1b07991f5927.rlib(digibyte-23ed1b07991f5927.digibyte.7fa55f2d8e98cbc9-cgu.05.rcgu.o): undefined symbol: rustsecp256k1_v0_4_0_context_no_precomp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libdigibyte-23ed1b07991f5927.rlib(digibyte-23ed1b07991f5927.digibyte.7fa55f2d8e98cbc9-cgu.05.rcgu.o): undefined symbol: rustsecp256k1_v0_4_0_ec_pubkey_serialize [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsecp256k1-022759c9adbb2f5f.rlib(secp256k1-022759c9adbb2f5f.secp256k1.60fd370147a70348-cgu.0.rcgu.o): undefined symbol: rustsecp256k1_v0_4_0_context_no_precomp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsecp256k1-022759c9adbb2f5f.rlib(secp256k1-022759c9adbb2f5f.secp256k1.60fd370147a70348-cgu.0.rcgu.o): undefined symbol: rustsecp256k1_v0_4_0_context_no_precomp [INFO] [stdout] rust-lld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `digibyte` (example "bip32") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `rust-lld` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "rust-lld" "-flavor" "wasm" "--export" "__main_void" "--export" "rustsecp256k1_v0_4_0_context_create" "--export" "rustsecp256k1_v0_4_0_context_destroy" "--export" "rustsecp256k1_v0_4_0_default_error_callback_fn" "--export" "rustsecp256k1_v0_4_0_default_illegal_callback_fn" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "/lib/rustlib/wasm32-wasip1/lib/self-contained/crt1-command.o" "<7 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libdigibyte-23ed1b07991f5927,libbech32-03a3226cf011a103,libsecp256k1-022759c9adbb2f5f,librand-b86ac7104bba4e78,librand_xorshift-2bc20c69768a78d9,librand_pcg-cd884781174b2fa4,librand_hc-616e6ddde9a64c95,librand_chacha-c23ef0f66c6d1a04,librand_isaac-fab7d5bc42ed396c,librand_core-dbe786ecad3dd8f6,librand_os-4a04da00598c8914,librand_jitter-436d4ba70d564eae,librand_core-7b75640df732d16f,libsecp256k1_sys-b917837b05429063,libbitcoin_hashes-085f5a1654229255}.rlib" "/lib/rustlib/wasm32-wasip1/lib/{libstd-*,libwasi-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*}.rlib" "-l" "c" "/lib/rustlib/wasm32-wasip1/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/opt/rustwide/target/wasm32-wasip1/debug/build/secp256k1-sys-209c47eddeeca9c2/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/examples/handshake-b315e220db2659db.wasm" "--gc-sections" "-O0" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsecp256k1_sys-b917837b05429063.rlib: archive member 'lax_der_parsing.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsecp256k1_sys-b917837b05429063.rlib: archive member 'secp256k1.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsecp256k1_sys-b917837b05429063.rlib(secp256k1_sys-b917837b05429063.secp256k1_sys.d8e839c1bc0e30f5-cgu.0.rcgu.o): undefined symbol: rustsecp256k1_v0_4_0_context_preallocated_size [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsecp256k1_sys-b917837b05429063.rlib(secp256k1_sys-b917837b05429063.secp256k1_sys.d8e839c1bc0e30f5-cgu.0.rcgu.o): undefined symbol: rustsecp256k1_v0_4_0_context_preallocated_create [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsecp256k1_sys-b917837b05429063.rlib(secp256k1_sys-b917837b05429063.secp256k1_sys.d8e839c1bc0e30f5-cgu.0.rcgu.o): undefined symbol: rustsecp256k1_v0_4_0_context_preallocated_destroy [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `digibyte` (example "handshake") due to 1 previous error [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/blockdata/script.rs:435:25 [INFO] [stdout] | [INFO] [stdout] 435 | pub fn instructions(&self) -> Instructions { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 435 | pub fn instructions(&self) -> Instructions<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/blockdata/script.rs:444:33 [INFO] [stdout] | [INFO] [stdout] 444 | pub fn instructions_minimal(&self) -> Instructions { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 444 | pub fn instructions_minimal(&self) -> Instructions<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/util/base58.rs:83:17 [INFO] [stdout] | [INFO] [stdout] 83 | pub fn iter(&self) -> iter::Chain, slice::Iter> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 83 | pub fn iter(&self) -> iter::Chain, slice::Iter<'_, T>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/util/base58.rs:88:21 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn iter_mut(&mut self) -> iter::Chain, slice::IterMut> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 88 | pub fn iter_mut(&mut self) -> iter::Chain, slice::IterMut<'_, T>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/util/bip32.rs:367:26 [INFO] [stdout] | [INFO] [stdout] 367 | pub fn children_from(&self, cn: ChildNumber) -> DerivationPathIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 367 | pub fn children_from(&self, cn: ChildNumber) -> DerivationPathIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/util/bip32.rs:372:28 [INFO] [stdout] | [INFO] [stdout] 372 | pub fn normal_children(&self) -> DerivationPathIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 372 | pub fn normal_children(&self) -> DerivationPathIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/util/bip32.rs:377:30 [INFO] [stdout] | [INFO] [stdout] 377 | pub fn hardened_children(&self) -> DerivationPathIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 377 | pub fn hardened_children(&self) -> DerivationPathIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/util/bip158.rs:434:49 [INFO] [stdout] | [INFO] [stdout] 434 | pub fn new(reader: &'a mut dyn io::Read) -> BitStreamReader { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 434 | pub fn new(reader: &'a mut dyn io::Read) -> BitStreamReader<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/util/bip158.rs:472:50 [INFO] [stdout] | [INFO] [stdout] 472 | pub fn new(writer: &'a mut dyn io::Write) -> BitStreamWriter { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 472 | pub fn new(writer: &'a mut dyn io::Write) -> BitStreamWriter<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `rust-lld` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "rust-lld" "-flavor" "wasm" "--export" "__main_void" "--export" "rustsecp256k1_v0_4_0_context_create" "--export" "rustsecp256k1_v0_4_0_context_destroy" "--export" "rustsecp256k1_v0_4_0_default_error_callback_fn" "--export" "rustsecp256k1_v0_4_0_default_illegal_callback_fn" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "/lib/rustlib/wasm32-wasip1/lib/self-contained/crt1-command.o" "<17 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/{libpanic_abort-*,libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libserde_json-a4087f1cb02f14d2,libryu-b4430f3a015c4d6f,libitoa-b21e3352d640df1e,libserde-fc5e931bc4e1bb94,libbech32-03a3226cf011a103,libsecp256k1-022759c9adbb2f5f,librand-b86ac7104bba4e78,librand_xorshift-2bc20c69768a78d9,librand_pcg-cd884781174b2fa4,librand_hc-616e6ddde9a64c95,librand_chacha-c23ef0f66c6d1a04,librand_isaac-fab7d5bc42ed396c,librand_core-dbe786ecad3dd8f6,librand_os-4a04da00598c8914,librand_jitter-436d4ba70d564eae,librand_core-7b75640df732d16f,libsecp256k1_sys-b917837b05429063,libbitcoin_hashes-085f5a1654229255}.rlib" "/lib/rustlib/wasm32-wasip1/lib/{libstd-*,libwasi-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*}.rlib" "-l" "c" "/lib/rustlib/wasm32-wasip1/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/opt/rustwide/target/wasm32-wasip1/debug/build/secp256k1-sys-209c47eddeeca9c2/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/digibyte-76338b9cd9c13ed0.wasm" "--gc-sections" "-O0" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsecp256k1_sys-b917837b05429063.rlib: archive member 'lax_der_parsing.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsecp256k1_sys-b917837b05429063.rlib: archive member 'secp256k1.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/digibyte-76338b9cd9c13ed0.digibyte.d978ad44c4d8ca28-cgu.04.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_context_preallocated_destroy [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/digibyte-76338b9cd9c13ed0.digibyte.d978ad44c4d8ca28-cgu.13.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_context_no_precomp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/digibyte-76338b9cd9c13ed0.digibyte.d978ad44c4d8ca28-cgu.13.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_context_no_precomp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/digibyte-76338b9cd9c13ed0.digibyte.d978ad44c4d8ca28-cgu.13.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_ec_seckey_verify [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/digibyte-76338b9cd9c13ed0.digibyte.d978ad44c4d8ca28-cgu.13.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_ec_pubkey_tweak_add [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/digibyte-76338b9cd9c13ed0.digibyte.d978ad44c4d8ca28-cgu.13.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_ec_pubkey_create [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/digibyte-76338b9cd9c13ed0.digibyte.d978ad44c4d8ca28-cgu.13.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_context_no_precomp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/digibyte-76338b9cd9c13ed0.digibyte.d978ad44c4d8ca28-cgu.13.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_context_no_precomp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/digibyte-76338b9cd9c13ed0.digibyte.d978ad44c4d8ca28-cgu.13.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_ec_seckey_tweak_add [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/digibyte-76338b9cd9c13ed0.digibyte.d978ad44c4d8ca28-cgu.13.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_context_no_precomp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/digibyte-76338b9cd9c13ed0.digibyte.d978ad44c4d8ca28-cgu.13.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_context_no_precomp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/digibyte-76338b9cd9c13ed0.digibyte.d978ad44c4d8ca28-cgu.13.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_ec_seckey_verify [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/digibyte-76338b9cd9c13ed0.digibyte.d978ad44c4d8ca28-cgu.13.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_context_no_precomp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/digibyte-76338b9cd9c13ed0.digibyte.d978ad44c4d8ca28-cgu.13.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_context_no_precomp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/digibyte-76338b9cd9c13ed0.digibyte.d978ad44c4d8ca28-cgu.13.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_ec_pubkey_parse [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/digibyte-76338b9cd9c13ed0.digibyte.d978ad44c4d8ca28-cgu.13.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_context_no_precomp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/digibyte-76338b9cd9c13ed0.digibyte.d978ad44c4d8ca28-cgu.13.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_context_no_precomp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/digibyte-76338b9cd9c13ed0.digibyte.d978ad44c4d8ca28-cgu.13.rcgu.o: undefined symbol: rustsecp256k1_v0_4_0_ec_pubkey_serialize [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsecp256k1-022759c9adbb2f5f.rlib(secp256k1-022759c9adbb2f5f.secp256k1.60fd370147a70348-cgu.0.rcgu.o): undefined symbol: rustsecp256k1_v0_4_0_context_no_precomp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsecp256k1-022759c9adbb2f5f.rlib(secp256k1-022759c9adbb2f5f.secp256k1.60fd370147a70348-cgu.0.rcgu.o): undefined symbol: rustsecp256k1_v0_4_0_context_no_precomp [INFO] [stdout] rust-lld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `digibyte` (lib test) due to 1 previous error; 9 warnings emitted [INFO] running `Command { std: "docker" "inspect" "d551c68b73b8f4cf75123ff987501f9c0c6d917f450156046b976bd132a11f7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d551c68b73b8f4cf75123ff987501f9c0c6d917f450156046b976bd132a11f7f", kill_on_drop: false }` [INFO] [stdout] d551c68b73b8f4cf75123ff987501f9c0c6d917f450156046b976bd132a11f7f