[INFO] cloning repository https://github.com/owl352/pshenmic-dpp-v2-uniffi
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/owl352/pshenmic-dpp-v2-uniffi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fowl352%2Fpshenmic-dpp-v2-uniffi", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fowl352%2Fpshenmic-dpp-v2-uniffi'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 864ac85e1f212e70c77e42d2d5a48341d484f534
[INFO] checking owl352/pshenmic-dpp-v2-uniffi against a621e2b446eafb53c7a8569f225e0b8cc2429a68 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fowl352%2Fpshenmic-dpp-v2-uniffi" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/owl352/pshenmic-dpp-v2-uniffi
[INFO] finished tweaking git repo https://github.com/owl352/pshenmic-dpp-v2-uniffi
[INFO] tweaked toml for git repo https://github.com/owl352/pshenmic-dpp-v2-uniffi written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/owl352/pshenmic-dpp-v2-uniffi on toolchain a621e2b446eafb53c7a8569f225e0b8cc2429a68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/owl352/pshenmic-dpp-v2-uniffi 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" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused build dependency `uniffi`
[INFO] [stderr]   --> src/enums/Cargo.toml:11:1
[INFO] [stderr]    |
[INFO] [stderr] 11 | uniffi = { workspace = true, features = [ "build" ] }
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `uniffi`
[INFO] [stderr] warning: `enums` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 1bdb5fb9ca7b102e2d7f04079c032c2a2eb057fde39dd1cdaeb553bb9cc7fd48
[INFO] running `Command { std: "docker" "start" "1bdb5fb9ca7b102e2d7f04079c032c2a2eb057fde39dd1cdaeb553bb9cc7fd48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1bdb5fb9ca7b102e2d7f04079c032c2a2eb057fde39dd1cdaeb553bb9cc7fd48", 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" "1bdb5fb9ca7b102e2d7f04079c032c2a2eb057fde39dd1cdaeb553bb9cc7fd48" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1bdb5fb9ca7b102e2d7f04079c032c2a2eb057fde39dd1cdaeb553bb9cc7fd48", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1bdb5fb9ca7b102e2d7f04079c032c2a2eb057fde39dd1cdaeb553bb9cc7fd48" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: unused build dependency `uniffi`
[INFO] [stderr]   --> src/enums/Cargo.toml:11:1
[INFO] [stderr]    |
[INFO] [stderr] 11 | uniffi = { workspace = true, features = [ "build" ] }
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `uniffi`
[INFO] [stderr] warning: `enums` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling camino v1.2.1
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling fs-err v2.11.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling plain v0.2.3
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling bitcoin-io v0.1.3
[INFO] [stderr]    Compiling secp256k1-sys v0.10.1
[INFO] [stderr]    Compiling virtue v0.0.13
[INFO] [stderr]     Checking heck v0.5.0
[INFO] [stderr]     Checking hex-conservative v0.2.1
[INFO] [stderr]    Compiling uniffi_core v0.29.4
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling dashcore-private v0.39.6 (https://github.com/dashpay/rust-dashcore?tag=v0.39.6#51df58f5)
[INFO] [stderr]     Checking versioned-feature-core v1.0.0
[INFO] [stderr]     Checking bitcoin_hashes v0.14.0
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling bincode_derive v2.0.0-rc.3
[INFO] [stderr]    Compiling hex_lit v0.1.1
[INFO] [stderr]     Checking versioned-feature-core v1.0.0 (https://github.com/dashpay/versioned-feature-core#56015709)
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking clap_builder v4.5.49
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling dashcore v0.39.6 (https://github.com/dashpay/rust-dashcore?tag=v0.39.6#51df58f5)
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking base64-compat v1.0.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking bech32 v0.9.1
[INFO] [stderr]    Compiling virtue v0.0.17
[INFO] [stderr]     Checking jiff v0.2.15
[INFO] [stderr]     Checking treediff v5.0.0
[INFO] [stderr]     Checking bs58 v0.5.1
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]    Compiling weedle2 v5.0.0
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking integer-encoding v4.0.2
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]    Compiling toml_edit v0.23.7
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking env_filter v0.1.4
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling uniffi_internal_macros v0.29.4
[INFO] [stderr]    Compiling scroll_derive v0.12.1
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling num_enum_derive v0.7.4
[INFO] [stderr]    Compiling platform-versioning v2.0.1 (https://github.com/owl352/platform?rev=4aa29b8#4aa29b80)
[INFO] [stderr]    Compiling platform-serialization-derive v2.0.1 (https://github.com/owl352/platform?rev=4aa29b8#4aa29b80)
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking num_enum v0.7.4
[INFO] [stderr]    Compiling scroll v0.12.0
[INFO] [stderr]    Compiling uniffi_pipeline v0.29.4
[INFO] [stderr]     Checking goblin v0.8.2
[INFO] [stderr]    Compiling uniffi_meta v0.29.4
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking grovedb-version v3.0.0
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]     Checking clap v4.5.49
[INFO] [stderr]    Compiling uniffi_udl v0.29.4
[INFO] [stderr]     Checking cargo-platform v0.1.9
[INFO] [stderr]     Checking bincode v2.0.0-rc.3
[INFO] [stderr]     Checking secp256k1 v0.30.0
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]    Compiling askama_parser v0.13.0
[INFO] [stderr]    Compiling cargo_metadata v0.19.2
[INFO] [stderr]     Checking dashcore_hashes v0.39.6 (https://github.com/dashpay/rust-dashcore?tag=v0.39.6#51df58f5)
[INFO] [stderr]     Checking platform-version v2.0.1 (https://github.com/owl352/platform?rev=4aa29b8#4aa29b80)
[INFO] [stderr]    Compiling uniffi_macros v0.29.4
[INFO] [stderr]     Checking platform-serialization v2.0.1 (https://github.com/owl352/platform?rev=4aa29b8#4aa29b80)
[INFO] [stderr]     Checking platform-value v2.0.1 (https://github.com/owl352/platform?rev=4aa29b8#4aa29b80)
[INFO] [stderr]    Compiling askama_derive v0.13.1
[INFO] [stderr]    Compiling askama v0.13.1
[INFO] [stderr]     Checking uniffi_bindgen v0.29.4
[INFO] [stderr]     Checking dpp v2.0.1 (https://github.com/owl352/platform?rev=4aa29b8#4aa29b80)
[INFO] [stderr] error: could not compile `uniffi_bindgen` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/a621e2b446eafb53c7a8569f225e0b8cc2429a68/bin/rustc --crate-name uniffi_bindgen --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/uniffi_bindgen-0.29.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen-tests", "cargo-metadata", "default", "ffi-trace"))' -C metadata=1c9855e86b2c90f5 -C extra-filename=-27896d356bd93d4d --out-dir /opt/rustwide/target/debug/build/uniffi_bindgen/27896d356bd93d4d/out -L dependency=/opt/rustwide/target/debug/build/anyhow/482376cda5b04bcf/out -L dependency=/opt/rustwide/target/debug/build/askama_derive/6de2dcdb5c45a9ee/out -L dependency=/opt/rustwide/target/debug/build/bitflags/e49601d270520ee7/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/9c7f9eb9639deea5/out -L dependency=/opt/rustwide/target/debug/build/equivalent/1cd2a250f2449a60/out -L dependency=/opt/rustwide/target/debug/build/fastrand/fb56977bacc4663c/out -L dependency=/opt/rustwide/target/debug/build/getrandom/94217b6e8b416590/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/2baa4d7884d14031/out -L dependency=/opt/rustwide/target/debug/build/heck/8e1f98ffb0a497ae/out -L dependency=/opt/rustwide/target/debug/build/indexmap/5f7f6bd722abb905/out -L dependency=/opt/rustwide/target/debug/build/itoa/c3a1a3771494e946/out -L dependency=/opt/rustwide/target/debug/build/libc/fa1bc0b6811ae60b/out -L dependency=/opt/rustwide/target/debug/build/linux-raw-sys/c13cabfb8029d27f/out -L dependency=/opt/rustwide/target/debug/build/log/c05de81f84f84541/out -L dependency=/opt/rustwide/target/debug/build/memchr/ca36ce98a96d8f76/out -L dependency=/opt/rustwide/target/debug/build/minimal-lexical/26e6c335d7c2433d/out -L dependency=/opt/rustwide/target/debug/build/nom/9f0a3cc89ad044b8/out -L dependency=/opt/rustwide/target/debug/build/once_cell/05887c23ecc18d47/out -L dependency=/opt/rustwide/target/debug/build/plain/ac4259a9a9df30b2/out -L dependency=/opt/rustwide/target/debug/build/rustix/b766bca2dfb8ff0b/out -L dependency=/opt/rustwide/target/debug/build/scroll/27eb4023b644732d/out -L dependency=/opt/rustwide/target/debug/build/scroll_derive/48c1949b793d0500/out -L dependency=/opt/rustwide/target/debug/build/serde/7c4f681096113aef/out -L dependency=/opt/rustwide/target/debug/build/serde_core/570f39e472f0b980/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/0ef196bbc349318a/out -L dependency=/opt/rustwide/target/debug/build/siphasher/e8abbf2562d6d618/out -L dependency=/opt/rustwide/target/debug/build/smawk/5e63f30537f1fa9f/out -L dependency=/opt/rustwide/target/debug/build/tempfile/9206d04f09600fa6/out -L dependency=/opt/rustwide/target/debug/build/textwrap/b7d60b87c456aafe/out -L dependency=/opt/rustwide/target/debug/build/uniffi_internal_macros/57aa19828a4ef3e8/out -L dependency=/opt/rustwide/target/debug/build/uniffi_meta/4893c88a3dcb32ac/out -L dependency=/opt/rustwide/target/debug/build/uniffi_pipeline/6b22398e10235462/out -L dependency=/opt/rustwide/target/debug/build/weedle2/4f9263b6fe11c9f4/out --extern anyhow=/opt/rustwide/target/debug/build/anyhow/482376cda5b04bcf/out/libanyhow-482376cda5b04bcf.rmeta --extern askama=/opt/rustwide/target/debug/build/askama/ecb47e3c6203e789/out/libaskama-ecb47e3c6203e789.rmeta --extern camino=/opt/rustwide/target/debug/build/camino/177f6287f8e81ecb/out/libcamino-177f6287f8e81ecb.rmeta --extern fs_err=/opt/rustwide/target/debug/build/fs-err/c3bc086200dbbadb/out/libfs_err-c3bc086200dbbadb.rmeta --extern glob=/opt/rustwide/target/debug/build/glob/2a70d14a7a68e908/out/libglob-2a70d14a7a68e908.rmeta --extern goblin=/opt/rustwide/target/debug/build/goblin/6e12ee4187770b7d/out/libgoblin-6e12ee4187770b7d.rmeta --extern heck=/opt/rustwide/target/debug/build/heck/8e1f98ffb0a497ae/out/libheck-8e1f98ffb0a497ae.rmeta --extern indexmap=/opt/rustwide/target/debug/build/indexmap/5f7f6bd722abb905/out/libindexmap-5f7f6bd722abb905.rmeta --extern once_cell=/opt/rustwide/target/debug/build/once_cell/05887c23ecc18d47/out/libonce_cell-05887c23ecc18d47.rmeta --extern serde=/opt/rustwide/target/debug/build/serde/7c4f681096113aef/out/libserde-7c4f681096113aef.rmeta --extern tempfile=/opt/rustwide/target/debug/build/tempfile/9206d04f09600fa6/out/libtempfile-9206d04f09600fa6.rmeta --extern textwrap=/opt/rustwide/target/debug/build/textwrap/b7d60b87c456aafe/out/libtextwrap-b7d60b87c456aafe.rmeta --extern toml=/opt/rustwide/target/debug/build/toml/cc6464f6113de514/out/libtoml-cc6464f6113de514.rmeta --extern uniffi_internal_macros=/opt/rustwide/target/debug/build/uniffi_internal_macros/57aa19828a4ef3e8/out/libuniffi_internal_macros-57aa19828a4ef3e8.so --extern uniffi_meta=/opt/rustwide/target/debug/build/uniffi_meta/4893c88a3dcb32ac/out/libuniffi_meta-4893c88a3dcb32ac.rmeta --extern uniffi_pipeline=/opt/rustwide/target/debug/build/uniffi_pipeline/6b22398e10235462/out/libuniffi_pipeline-6b22398e10235462.rmeta --extern uniffi_udl=/opt/rustwide/target/debug/build/uniffi_udl/85c96f531b5027f3/out/libuniffi_udl-85c96f531b5027f3.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "1bdb5fb9ca7b102e2d7f04079c032c2a2eb057fde39dd1cdaeb553bb9cc7fd48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1bdb5fb9ca7b102e2d7f04079c032c2a2eb057fde39dd1cdaeb553bb9cc7fd48", kill_on_drop: false }`
[INFO] [stdout] 1bdb5fb9ca7b102e2d7f04079c032c2a2eb057fde39dd1cdaeb553bb9cc7fd48
