[INFO] cloning repository https://github.com/NibiruChain/cw-nibiru [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NibiruChain/cw-nibiru" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNibiruChain%2Fcw-nibiru", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNibiruChain%2Fcw-nibiru'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d33450953e374333677a401421061ccaecfb866e [INFO] building NibiruChain/cw-nibiru against master#9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19 for pr-117684 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNibiruChain%2Fcw-nibiru" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/NibiruChain/cw-nibiru on toolchain 9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/NibiruChain/cw-nibiru [INFO] finished tweaking git repo https://github.com/NibiruChain/cw-nibiru [INFO] tweaked toml for git repo https://github.com/NibiruChain/cw-nibiru written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/NibiruChain/cw-nibiru 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" "+9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde-json-wasm v1.0.0 [INFO] [stderr] Downloaded cw4-group v1.1.1 [INFO] [stderr] Downloaded cw20 v1.1.1 [INFO] [stderr] Downloaded cw-controllers v1.1.1 [INFO] [stderr] Downloaded cw20-base v1.1.1 [INFO] [stderr] Downloaded cw3 v1.1.1 [INFO] [stderr] Downloaded cw4 v1.1.1 [INFO] [stderr] Downloaded cw-multi-test v0.18.0 [INFO] [stderr] Downloaded cw3-fixed-multisig v1.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:0c7e0e8312ad82a1bed3696438480b7da990d348377d3754e1cd95b06a8a36c7" "/opt/rustwide/cargo-home/bin/cargo" "+9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2c6445ef22efabeb19377bcc53bf5e6fd5e6ae91bedda67953b37f5d3d736da7 [INFO] running `Command { std: "docker" "start" "-a" "2c6445ef22efabeb19377bcc53bf5e6fd5e6ae91bedda67953b37f5d3d736da7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2c6445ef22efabeb19377bcc53bf5e6fd5e6ae91bedda67953b37f5d3d736da7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c6445ef22efabeb19377bcc53bf5e6fd5e6ae91bedda67953b37f5d3d736da7", kill_on_drop: false }` [INFO] [stdout] 2c6445ef22efabeb19377bcc53bf5e6fd5e6ae91bedda67953b37f5d3d736da7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:0c7e0e8312ad82a1bed3696438480b7da990d348377d3754e1cd95b06a8a36c7" "/opt/rustwide/cargo-home/bin/cargo" "+9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9bdf31d47c966d11391ce63b96591831c35dc6983531ae393f2847a63f8696ce [INFO] running `Command { std: "docker" "start" "-a" "9bdf31d47c966d11391ce63b96591831c35dc6983531ae393f2847a63f8696ce", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.68 [INFO] [stderr] Compiling libc v0.2.149 [INFO] [stderr] Compiling zeroize v1.6.0 [INFO] [stderr] Compiling subtle v2.5.0 [INFO] [stderr] Compiling serde v1.0.190 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling const-oid v0.9.5 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling base16ct v0.2.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling cpufeatures v0.2.9 [INFO] [stderr] Compiling serde_json v1.0.107 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling der v0.7.8 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling schemars v0.8.15 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling dyn-clone v1.0.14 [INFO] [stderr] Compiling base64 v0.21.4 [INFO] [stderr] Compiling forward_ref v1.0.0 [INFO] [stderr] Compiling bnum v0.8.0 [INFO] [stderr] Compiling bech32 v0.9.1 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling semver v1.0.20 [INFO] [stderr] Compiling gimli v0.28.0 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling object v0.32.1 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling rustc-demangle v0.1.23 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling syn v2.0.38 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling curve25519-dalek v3.2.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling spki v0.7.2 [INFO] [stderr] Compiling sec1 v0.7.3 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling rfc6979 v0.4.0 [INFO] [stderr] Compiling ff v0.13.0 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling crypto-bigint v0.5.3 [INFO] [stderr] Compiling signature v2.1.0 [INFO] [stderr] Compiling group v0.13.0 [INFO] [stderr] Compiling mio v0.8.8 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling socket2 v0.5.4 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling backtrace v0.3.69 [INFO] [stderr] Compiling openssl-sys v0.9.93 [INFO] [stderr] Compiling tokio v1.32.0 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling tracing-core v0.1.31 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling openssl v0.10.57 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling http v0.2.9 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling addr2line v0.21.0 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling elliptic-curve v0.13.6 [INFO] [stderr] Compiling bitflags v2.4.0 [INFO] [stderr] Compiling futures-sink v0.3.28 [INFO] [stderr] Compiling futures-io v0.3.28 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling try-lock v0.2.4 [INFO] [stderr] Compiling ecdsa v0.16.8 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling k256 v0.13.1 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling aho-corasick v1.1.1 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling clap_builder v4.4.7 [INFO] [stderr] Compiling encoding_rs v0.8.33 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling ipnet v2.8.0 [INFO] [stderr] Compiling serde_derive_internals v0.26.0 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling url v2.4.1 [INFO] [stderr] Compiling walkdir v2.4.0 [INFO] [stderr] Compiling home v0.5.5 [INFO] [stderr] Compiling regex-automata v0.3.9 [INFO] [stderr] Compiling serde_derive v1.0.190 [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling prost-derive v0.12.1 [INFO] [stderr] Compiling tokio-util v0.7.9 [INFO] [stderr] Compiling clap_derive v4.4.7 [INFO] [stderr] Compiling schemars_derive v0.8.15 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling cosmwasm-derive v1.5.0 [INFO] [stderr] Compiling cosmwasm-schema-derive v1.5.0 [INFO] [stderr] Compiling h2 v0.3.21 [INFO] [stderr] Compiling prost v0.12.1 [INFO] [stderr] Compiling regex v1.9.6 [INFO] [stderr] Compiling prost-types v0.12.1 [INFO] [stderr] Compiling clap v4.4.7 [INFO] [stderr] Compiling hyper v0.14.27 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling serde-json-wasm v0.5.1 [INFO] [stderr] Compiling ed25519-zebra v3.1.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde-json-wasm v1.0.0 [INFO] [stderr] Compiling cosmwasm-crypto v1.5.0 [INFO] [stderr] Compiling reqwest v0.11.22 [INFO] [stderr] Compiling bash-rs v0.1.0 (/opt/rustwide/workdir/packages/bash-rs) [INFO] [stderr] Compiling scripts v0.1.0 (/opt/rustwide/workdir/scripts) [INFO] [stderr] Compiling cosmwasm-std v1.5.0 [INFO] [stderr] Compiling cosmwasm-schema v1.5.0 [INFO] [stderr] Compiling nibi-dev v0.1.0 (/opt/rustwide/workdir/packages/nibi-dev) [INFO] [stderr] Compiling cw-storage-plus v1.1.0 [INFO] [stderr] Compiling cw2 v1.1.1 [INFO] [stderr] Compiling cw4 v1.1.1 [INFO] [stderr] Compiling cw-utils v1.0.2 [INFO] [stderr] Compiling nibiru-macro v0.1.0 (/opt/rustwide/workdir/packages/nibiru-macro) [INFO] [stderr] Compiling cw20 v1.1.1 [INFO] [stderr] Compiling nibiru-std v0.0.2 (/opt/rustwide/workdir/nibiru-std) [INFO] [stderr] Compiling cw3 v1.1.1 [INFO] [stderr] Compiling lockup v0.2.0 (/opt/rustwide/workdir/contracts/lockup) [INFO] [stderr] Compiling token-vesting v0.2.0 (/opt/rustwide/workdir/contracts/core-token-vesting) [INFO] [stderr] Compiling pricefeed v0.2.0 (/opt/rustwide/workdir/contracts/pricefeed) [INFO] [stdout] warning: unused import: `type_url_cosmos::*` [INFO] [stdout] --> nibiru-std/src/proto/mod.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use type_url_cosmos::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `type_url_nibiru::*` [INFO] [stdout] --> nibiru-std/src/proto/mod.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use type_url_nibiru::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cw3-fixed-multisig v1.1.1 [INFO] [stderr] Compiling incentives v0.2.0 (/opt/rustwide/workdir/contracts/incentives) [INFO] [stderr] Compiling cw3-flex-multisig v1.0.1 (/opt/rustwide/workdir/contracts/core-cw3-flex-msig) [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling nibi-stargate v0.2.0 (/opt/rustwide/workdir/contracts/nibi-stargate) [INFO] [stderr] Compiling controller v0.2.0 (/opt/rustwide/workdir/contracts/core-controller) [INFO] [stderr] Compiling shifter v0.2.0 (/opt/rustwide/workdir/contracts/core-shifter) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.80s [INFO] running `Command { std: "docker" "inspect" "9bdf31d47c966d11391ce63b96591831c35dc6983531ae393f2847a63f8696ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9bdf31d47c966d11391ce63b96591831c35dc6983531ae393f2847a63f8696ce", kill_on_drop: false }` [INFO] [stdout] 9bdf31d47c966d11391ce63b96591831c35dc6983531ae393f2847a63f8696ce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:0c7e0e8312ad82a1bed3696438480b7da990d348377d3754e1cd95b06a8a36c7" "/opt/rustwide/cargo-home/bin/cargo" "+9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b45005a4eb03ef5f61bb091af0d63ae1332aa78efdf64f6a03a47c53283ea412 [INFO] running `Command { std: "docker" "start" "-a" "b45005a4eb03ef5f61bb091af0d63ae1332aa78efdf64f6a03a47c53283ea412", kill_on_drop: false }` [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling bitflags v2.4.0 [INFO] [stderr] Compiling regex-automata v0.3.9 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling predicates-core v1.0.6 [INFO] [stderr] Compiling cosmwasm-std v1.5.0 [INFO] [stderr] Compiling termtree v0.4.1 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling rustix v0.38.20 [INFO] [stderr] Compiling linux-raw-sys v0.4.9 [INFO] [stderr] Compiling fastrand v2.0.1 [INFO] [stderr] Compiling predicates-tree v1.0.9 [INFO] [stderr] Compiling openssl v0.10.57 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling predicates v3.0.4 [INFO] [stderr] Compiling tempfile v3.8.0 [INFO] [stderr] Compiling bstr v1.6.2 [INFO] [stderr] Compiling regex v1.9.6 [INFO] [stderr] Compiling assert_cmd v2.0.12 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.22 [INFO] [stderr] Compiling scripts v0.1.0 (/opt/rustwide/workdir/scripts) [INFO] [stderr] Compiling bash-rs v0.1.0 (/opt/rustwide/workdir/packages/bash-rs) [INFO] [stderr] Compiling cw-storage-plus v1.1.0 [INFO] [stderr] Compiling nibiru-macro v0.1.0 (/opt/rustwide/workdir/packages/nibiru-macro) [INFO] [stderr] Compiling cw2 v1.1.1 [INFO] [stderr] Compiling cw4 v1.1.1 [INFO] [stderr] Compiling cw-utils v1.0.2 [INFO] [stderr] Compiling cw20 v1.1.1 [INFO] [stderr] Compiling cw-controllers v1.1.1 [INFO] [stderr] Compiling cw-multi-test v0.17.0 [INFO] [stderr] Compiling cw-multi-test v0.18.0 [INFO] [stderr] Compiling nibiru-std v0.0.2 (/opt/rustwide/workdir/nibiru-std) [INFO] [stderr] Compiling cw4-group v1.1.1 [INFO] [stdout] warning: unused import: `type_url_cosmos::*` [INFO] [stdout] --> nibiru-std/src/proto/mod.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use type_url_cosmos::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `type_url_nibiru::*` [INFO] [stdout] --> nibiru-std/src/proto/mod.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use type_url_nibiru::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `type_url_cosmos::*` [INFO] [stdout] --> nibiru-std/src/proto/mod.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use type_url_cosmos::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `type_url_nibiru::*` [INFO] [stdout] --> nibiru-std/src/proto/mod.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use type_url_nibiru::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cw3 v1.1.1 [INFO] [stderr] Compiling lockup v0.2.0 (/opt/rustwide/workdir/contracts/lockup) [INFO] [stderr] Compiling cw20-base v1.1.1 [INFO] [stderr] Compiling token-vesting v0.2.0 (/opt/rustwide/workdir/contracts/core-token-vesting) [INFO] [stderr] Compiling pricefeed v0.2.0 (/opt/rustwide/workdir/contracts/pricefeed) [INFO] [stderr] Compiling nibi-dev v0.1.0 (/opt/rustwide/workdir/packages/nibi-dev) [INFO] [stderr] Compiling cw3-fixed-multisig v1.1.1 [INFO] [stderr] Compiling incentives v0.2.0 (/opt/rustwide/workdir/contracts/incentives) [INFO] [stderr] error: could not compile `nibiru-std` (lib test); 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/bin/rustc --crate-name nibiru_std --edition=2021 nibiru-std/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=287541b93ba7d772 -C extra-filename=-287541b93ba7d772 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-aa94dac8fc1a04bb.rlib --extern cosmwasm_schema=/opt/rustwide/target/debug/deps/libcosmwasm_schema-8c153fcdf537ffc2.rlib --extern cosmwasm_std=/opt/rustwide/target/debug/deps/libcosmwasm_std-8d601a868b0e2028.rlib --extern nibiru_macro=/opt/rustwide/target/debug/deps/libnibiru_macro-df3236045516dcf1.so --extern prost=/opt/rustwide/target/debug/deps/libprost-66022f3ab9a26c49.rlib --extern prost_types=/opt/rustwide/target/debug/deps/libprost_types-b4117b1d0f740805.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-24aa77aa511bd229.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-f145b53ebbb7d2ea.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-69040b13fe4f86c4.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `nibiru-std` (lib); 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/bin/rustc --crate-name nibiru_std --edition=2021 nibiru-std/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type cdylib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=75586005d1372179 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-aa94dac8fc1a04bb.rlib --extern cosmwasm_schema=/opt/rustwide/target/debug/deps/libcosmwasm_schema-8c153fcdf537ffc2.rlib --extern cosmwasm_std=/opt/rustwide/target/debug/deps/libcosmwasm_std-8d601a868b0e2028.rlib --extern nibiru_macro=/opt/rustwide/target/debug/deps/libnibiru_macro-df3236045516dcf1.so --extern prost=/opt/rustwide/target/debug/deps/libprost-66022f3ab9a26c49.rlib --extern prost_types=/opt/rustwide/target/debug/deps/libprost_types-b4117b1d0f740805.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-24aa77aa511bd229.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-f145b53ebbb7d2ea.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-69040b13fe4f86c4.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "b45005a4eb03ef5f61bb091af0d63ae1332aa78efdf64f6a03a47c53283ea412", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b45005a4eb03ef5f61bb091af0d63ae1332aa78efdf64f6a03a47c53283ea412", kill_on_drop: false }` [INFO] [stdout] b45005a4eb03ef5f61bb091af0d63ae1332aa78efdf64f6a03a47c53283ea412