[INFO] cloning repository https://github.com/desmos-labs/desmos-contracts [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/desmos-labs/desmos-contracts" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdesmos-labs%2Fdesmos-contracts", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdesmos-labs%2Fdesmos-contracts'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c8fcc2e599f92433ebe78ff8a176cac7faef1ba4 [INFO] testing desmos-labs/desmos-contracts against try#a40ec913238f4f188d97c41aa605cb486451acf2+target=i686-unknown-linux-musl for musl_1_2_upgrade_i686_unknown_linux_musl [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdesmos-labs%2Fdesmos-contracts" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/desmos-labs/desmos-contracts on toolchain a40ec913238f4f188d97c41aa605cb486451acf2 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a40ec913238f4f188d97c41aa605cb486451acf2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/desmos-labs/desmos-contracts [INFO] finished tweaking git repo https://github.com/desmos-labs/desmos-contracts [INFO] tweaked toml for git repo https://github.com/desmos-labs/desmos-contracts written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/desmos-labs/desmos-contracts 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" "+a40ec913238f4f188d97c41aa605cb486451acf2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:7c93e6f9a94679f34221d1005849d4c83862f85b14a264fa0883942f4d043a66" "/opt/rustwide/cargo-home/bin/cargo" "+a40ec913238f4f188d97c41aa605cb486451acf2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e86990bf423961ee89383f640276a8e2380e705a6ad346e00b3dda676fd83986 [INFO] running `Command { std: "docker" "start" "-a" "e86990bf423961ee89383f640276a8e2380e705a6ad346e00b3dda676fd83986", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e86990bf423961ee89383f640276a8e2380e705a6ad346e00b3dda676fd83986", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e86990bf423961ee89383f640276a8e2380e705a6ad346e00b3dda676fd83986", kill_on_drop: false }` [INFO] [stdout] e86990bf423961ee89383f640276a8e2380e705a6ad346e00b3dda676fd83986 [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:7c93e6f9a94679f34221d1005849d4c83862f85b14a264fa0883942f4d043a66" "/opt/rustwide/cargo-home/bin/cargo" "+a40ec913238f4f188d97c41aa605cb486451acf2" "build" "--frozen" "--message-format=json" "--target" "i686-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] afabe3bbb62218dac2ed7c82b5a17f10e60465b344221ba9728c989b59711846 [INFO] running `Command { std: "docker" "start" "-a" "afabe3bbb62218dac2ed7c82b5a17f10e60465b344221ba9728c989b59711846", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.46 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling syn v1.0.104 [INFO] [stderr] Compiling libc v0.2.135 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling zeroize v1.5.7 [INFO] [stderr] Compiling serde_derive v1.0.152 [INFO] [stderr] Compiling const-oid v0.9.0 [INFO] [stderr] Compiling serde v1.0.152 [INFO] [stderr] Compiling der v0.6.0 [INFO] [stderr] Compiling base64ct v1.5.2 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling base16ct v0.1.1 [INFO] [stderr] Compiling thiserror v1.0.38 [INFO] [stderr] Compiling cpufeatures v0.2.5 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling serde_json v1.0.86 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling spki v0.6.0 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling ff v0.12.0 [INFO] [stderr] Compiling pkcs8 v0.9.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling group v0.12.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling itoa v1.0.4 [INFO] [stderr] Compiling schemars v0.8.11 [INFO] [stderr] Compiling dyn-clone v1.0.9 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling forward_ref v1.0.0 [INFO] [stderr] Compiling anyhow v1.0.68 [INFO] [stderr] Compiling semver v1.0.14 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling uint v0.9.4 [INFO] [stderr] Compiling bytes v1.2.1 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.3 [INFO] [stderr] Compiling crypto-bigint v0.4.8 [INFO] [stderr] Compiling sec1 v0.3.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling digest v0.10.5 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling curve25519-dalek v3.2.0 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling signature v1.6.4 [INFO] [stderr] Compiling sha2 v0.10.6 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling elliptic-curve v0.12.3 [INFO] [stderr] Compiling rfc6979 v0.3.0 [INFO] [stderr] Compiling ecdsa v0.14.8 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling k256 v0.11.6 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling form_urlencoded v1.1.0 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling serde_derive_internals v0.26.0 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling thiserror-impl v1.0.38 [INFO] [stderr] Compiling schemars_derive v0.8.11 [INFO] [stderr] Compiling cosmwasm-derive v1.1.9 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling cosmwasm-schema-derive v1.1.9 [INFO] [stderr] Compiling cw-storage-macro v0.16.0 [INFO] [stderr] Compiling prost-derive v0.9.0 [INFO] [stderr] Compiling prost v0.9.0 [INFO] [stderr] Compiling ed25519-zebra v3.0.0 [INFO] [stderr] Compiling serde-json-wasm v0.4.1 [INFO] [stderr] Compiling cosmwasm-crypto v1.1.9 [INFO] [stderr] Compiling cosmwasm-std v1.1.9 [INFO] [stderr] Compiling cosmwasm-schema v1.1.9 [INFO] [stderr] Compiling cw-storage-plus v0.15.1 [INFO] [stderr] Compiling cw-storage-plus v0.16.0 [INFO] [stderr] Compiling cosmwasm-storage v1.1.9 [INFO] [stderr] Compiling cw2 v0.16.0 [INFO] [stderr] Compiling cw2 v0.15.1 [INFO] [stderr] Compiling cw-utils v0.16.0 [INFO] [stderr] Compiling cw-utils v0.15.1 [INFO] [stderr] Compiling cw721 v0.16.0 (https://github.com/desmos-labs/cw-nfts?branch=paul/update-custom-msg-query#062d3a76) [INFO] [stderr] Compiling cw-multi-test v0.15.1 [INFO] [stderr] Compiling desmos-bindings v1.1.1 [INFO] [stderr] Compiling cw721-base v0.16.0 (https://github.com/desmos-labs/cw-nfts?branch=paul/update-custom-msg-query#062d3a76) [INFO] [stderr] Compiling cw721-poap v0.1.0 (/opt/rustwide/workdir/contracts/cw721-poap) [INFO] [stderr] Compiling cw721-remarkables v0.1.0 (/opt/rustwide/workdir/contracts/cw721-remarkables) [INFO] [stderr] Compiling tips v0.1.0 (/opt/rustwide/workdir/contracts/tips) [INFO] [stderr] Compiling social-tips v0.1.0 (/opt/rustwide/workdir/contracts/social-tips) [INFO] [stdout] warning: dropping unsupported crate type `cdylib` for target `i686-unknown-linux-musl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dropping unsupported crate type `cdylib` for target `i686-unknown-linux-musl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dropping unsupported crate type `cdylib` for target `i686-unknown-linux-musl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dropping unsupported crate type `cdylib` for target `i686-unknown-linux-musl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling poap v0.1.0 (/opt/rustwide/workdir/contracts/poap) [INFO] [stderr] Compiling remarkables v0.1.0 (/opt/rustwide/workdir/contracts/remarkables) [INFO] [stdout] warning: dropping unsupported crate type `cdylib` for target `i686-unknown-linux-musl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dropping unsupported crate type `cdylib` for target `i686-unknown-linux-musl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling poap-manager v0.1.0 (/opt/rustwide/workdir/contracts/poap-manager) [INFO] [stdout] warning: dropping unsupported crate type `cdylib` for target `i686-unknown-linux-musl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.69s [INFO] running `Command { std: "docker" "inspect" "afabe3bbb62218dac2ed7c82b5a17f10e60465b344221ba9728c989b59711846", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "afabe3bbb62218dac2ed7c82b5a17f10e60465b344221ba9728c989b59711846", kill_on_drop: false }` [INFO] [stdout] afabe3bbb62218dac2ed7c82b5a17f10e60465b344221ba9728c989b59711846 [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:7c93e6f9a94679f34221d1005849d4c83862f85b14a264fa0883942f4d043a66" "/opt/rustwide/cargo-home/bin/cargo" "+a40ec913238f4f188d97c41aa605cb486451acf2" "test" "--frozen" "--no-run" "--message-format=json" "--target" "i686-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 54c18457b32c78e7687e425ca5a682114803cca90d1349d0041341d2d6199de3 [INFO] running `Command { std: "docker" "start" "-a" "54c18457b32c78e7687e425ca5a682114803cca90d1349d0041341d2d6199de3", kill_on_drop: false }` [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The example target `schema` in package `cw721-remarkables v0.1.0 (/opt/rustwide/workdir/contracts/cw721-remarkables)` has the same output filename as the example target `schema` in package `cw721-poap v0.1.0 (/opt/rustwide/workdir/contracts/cw721-poap)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/i686-unknown-linux-musl/debug/examples/schema [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The example target `schema` in package `poap v0.1.0 (/opt/rustwide/workdir/contracts/poap)` has the same output filename as the example target `schema` in package `cw721-remarkables v0.1.0 (/opt/rustwide/workdir/contracts/cw721-remarkables)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/i686-unknown-linux-musl/debug/examples/schema [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The example target `schema` in package `poap-manager v0.1.0 (/opt/rustwide/workdir/contracts/poap-manager)` has the same output filename as the example target `schema` in package `poap v0.1.0 (/opt/rustwide/workdir/contracts/poap)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/i686-unknown-linux-musl/debug/examples/schema [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The example target `schema` in package `remarkables v0.1.0 (/opt/rustwide/workdir/contracts/remarkables)` has the same output filename as the example target `schema` in package `poap-manager v0.1.0 (/opt/rustwide/workdir/contracts/poap-manager)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/i686-unknown-linux-musl/debug/examples/schema [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The example target `schema` in package `social-tips v0.1.0 (/opt/rustwide/workdir/contracts/social-tips)` has the same output filename as the example target `schema` in package `remarkables v0.1.0 (/opt/rustwide/workdir/contracts/remarkables)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/i686-unknown-linux-musl/debug/examples/schema [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The example target `schema` in package `tips v0.1.0 (/opt/rustwide/workdir/contracts/tips)` has the same output filename as the example target `schema` in package `social-tips v0.1.0 (/opt/rustwide/workdir/contracts/social-tips)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/i686-unknown-linux-musl/debug/examples/schema [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stdout] warning: dropping unsupported crate type `cdylib` for target `i686-unknown-linux-musl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dropping unsupported crate type `cdylib` for target `i686-unknown-linux-musl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dropping unsupported crate type `cdylib` for target `i686-unknown-linux-musl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tips v0.1.0 (/opt/rustwide/workdir/contracts/tips) [INFO] [stdout] warning: dropping unsupported crate type `cdylib` for target `i686-unknown-linux-musl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling social-tips v0.1.0 (/opt/rustwide/workdir/contracts/social-tips) [INFO] [stderr] Compiling cw721-poap v0.1.0 (/opt/rustwide/workdir/contracts/cw721-poap) [INFO] [stderr] Compiling cw721-remarkables v0.1.0 (/opt/rustwide/workdir/contracts/cw721-remarkables) [INFO] [stdout] warning: dropping unsupported crate type `cdylib` for target `i686-unknown-linux-musl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling remarkables v0.1.0 (/opt/rustwide/workdir/contracts/remarkables) [INFO] [stderr] Compiling poap-manager v0.1.0 (/opt/rustwide/workdir/contracts/poap-manager) [INFO] [stderr] Compiling poap v0.1.0 (/opt/rustwide/workdir/contracts/poap) [INFO] [stdout] warning: dropping unsupported crate type `cdylib` for target `i686-unknown-linux-musl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dropping unsupported crate type `cdylib` for target `i686-unknown-linux-musl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tips` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name tips --edition=2021 contracts/tips/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=2092bea454252850 -C extra-filename=-2092bea454252850 --out-dir /opt/rustwide/target/i686-unknown-linux-musl/debug/deps --target i686-unknown-linux-musl -L dependency=/opt/rustwide/target/i686-unknown-linux-musl/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cosmwasm_schema=/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libcosmwasm_schema-677380b472208a34.rlib --extern cosmwasm_std=/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libcosmwasm_std-1f9ba5bc87c4e770.rlib --extern cosmwasm_storage=/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libcosmwasm_storage-f83783151e3e3fb5.rlib --extern cw_multi_test=/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libcw_multi_test-b96ae602755e0e5a.rlib --extern cw_storage_plus=/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libcw_storage_plus-03b77e94c876635d.rlib --extern cw_utils=/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libcw_utils-774dfc9f70cbaf09.rlib --extern cw2=/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libcw2-e697ec4450ec5400.rlib --extern desmos_bindings=/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libdesmos_bindings-2d5dec0b502d2c52.rlib --extern schemars=/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libschemars-73cca37a6b405ad5.rlib --extern serde=/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libserde-a28d46373ede2f23.rlib --extern thiserror=/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libthiserror-27461d782e53c7d9.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m32" "-Wl,-melf_i386" "/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/i686-unknown-linux-musl/lib/self-contained/crt1.o" "/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/i686-unknown-linux-musl/lib/self-contained/crti.o" "/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/i686-unknown-linux-musl/lib/self-contained/crtbegin.o" "/tmp/rustcjAzVeR/symbols.o" "/opt/rustwide/target/i686-unknown-linux-musl/debug/examples/schema-b6857d1714025df5.schema.90eeb289-cgu.0.rcgu.o" "/opt/rustwide/target/i686-unknown-linux-musl/debug/examples/schema-b6857d1714025df5.schema.90eeb289-cgu.1.rcgu.o" "/opt/rustwide/target/i686-unknown-linux-musl/debug/examples/schema-b6857d1714025df5.schema.90eeb289-cgu.10.rcgu.o" "/opt/rustwide/target/i686-unknown-linux-musl/debug/examples/schema-b6857d1714025df5.schema.90eeb289-cgu.11.rcgu.o" "/opt/rustwide/target/i686-unknown-linux-musl/debug/examples/schema-b6857d1714025df5.schema.90eeb289-cgu.12.rcgu.o" "/opt/rustwide/target/i686-unknown-linux-musl/debug/examples/schema-b6857d1714025df5.schema.90eeb289-cgu.13.rcgu.o" "/opt/rustwide/target/i686-unknown-linux-musl/debug/examples/schema-b6857d1714025df5.schema.90eeb289-cgu.14.rcgu.o" "/opt/rustwide/target/i686-unknown-linux-musl/debug/examples/schema-b6857d1714025df5.schema.90eeb289-cgu.15.rcgu.o" "/opt/rustwide/target/i686-unknown-linux-musl/debug/examples/schema-b6857d1714025df5.schema.90eeb289-cgu.2.rcgu.o" "/opt/rustwide/target/i686-unknown-linux-musl/debug/examples/schema-b6857d1714025df5.schema.90eeb289-cgu.3.rcgu.o" "/opt/rustwide/target/i686-unknown-linux-musl/debug/examples/schema-b6857d1714025df5.schema.90eeb289-cgu.4.rcgu.o" "/opt/rustwide/target/i686-unknown-linux-musl/debug/examples/schema-b6857d1714025df5.schema.90eeb289-cgu.5.rcgu.o" "/opt/rustwide/target/i686-unknown-linux-musl/debug/examples/schema-b6857d1714025df5.schema.90eeb289-cgu.6.rcgu.o" "/opt/rustwide/target/i686-unknown-linux-musl/debug/examples/schema-b6857d1714025df5.schema.90eeb289-cgu.7.rcgu.o" "/opt/rustwide/target/i686-unknown-linux-musl/debug/examples/schema-b6857d1714025df5.schema.90eeb289-cgu.8.rcgu.o" "/opt/rustwide/target/i686-unknown-linux-musl/debug/examples/schema-b6857d1714025df5.schema.90eeb289-cgu.9.rcgu.o" "/opt/rustwide/target/i686-unknown-linux-musl/debug/examples/schema-b6857d1714025df5.3y9p8meseigyjc4w.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/i686-unknown-linux-musl/lib" "-Wl,-Bstatic" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libpoap_manager.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libpoap.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/liburl-eebdeb3c5ba79bc5.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libidna-671a49522011da12.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libunicode_normalization-6e6cdd0621259034.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libtinyvec-80bb940b084857f4.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libtinyvec_macros-1a1f328a48a77a70.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libunicode_bidi-6213435d0a3c3535.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libform_urlencoded-6e05a0a95093ae38.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libpercent_encoding-fb92fa7f7b461bec.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libcw721_poap.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libcw721_base-03e5c2af03b2ac66.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libcw721-89d177498d6abc4c.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libdesmos_bindings-2d5dec0b502d2c52.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libcw_multi_test-b96ae602755e0e5a.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libprost-92dcb1c704c31230.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libbytes-04ac7440210cc949.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libcw_utils-571ad4c0aca3e20a.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libcw2-54fd717463ca0d40.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libcw_storage_plus-c01e2ca9515426c0.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libcosmwasm_storage-f83783151e3e3fb5.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libitertools-fad575696f3cfad6.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libeither-69a436f2bd381d2c.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libanyhow-5627cd30cc6a01e2.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libcw_utils-774dfc9f70cbaf09.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libsemver-47346a70745220b7.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libcw2-e697ec4450ec5400.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libcw_storage_plus-03b77e94c876635d.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libcosmwasm_std-1f9ba5bc87c4e770.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libserde_json_wasm-4e0c2b882c3805b9.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libbase64-1574ef15b678c935.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libuint-11085e86b7c15133.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libcrunchy-b956edba14ec4b28.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libstatic_assertions-b15e61e0826d818a.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libforward_ref-5de0de11b6baa4ea.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libcosmwasm_crypto-15e6404839213a07.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libk256-adc830fc67ad87c2.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libsha2-68335444ed8cc329.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libecdsa-17879b963b197b81.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/librfc6979-43b6bad894ddd495.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libhmac-1c2d782e0633986c.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libsignature-6154c258cfcb9660.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libelliptic_curve-4b25c43b2839d7d8.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libsec1-276aaf7ea2026dc7.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libpkcs8-c5f574f3697b342e.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libspki-c6582d58a51fb07b.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libder-789a73798e500e9d.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libconst_oid-594ef3cded73d52a.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libbase16ct-63785c134bd07eca.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libgroup-45c8c8fd1c433569.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libff-0e13575680fad713.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libcrypto_bigint-ec07d55684c6b11c.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libdigest-4a1613079e97b584.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libblock_buffer-bc9aa92804adda9d.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libcrypto_common-72ec7e081f24977f.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libed25519_zebra-2a058288c8397573.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libhex-5f5ce5e2a29b3bf0.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libsha2-21cfcc40e17d9ae5.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libcpufeatures-6cd4dc2d6b7ead75.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libopaque_debug-7202333dc54d0f27.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libblock_buffer-d76791f11a11864b.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/librand_core-e26a6372d263c5cd.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libgetrandom-8689ebd99a0af112.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libcurve25519_dalek-2a0076af40f12f9b.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libsubtle-1588155aa8de7f30.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libzeroize-b3ade74b79c179ea.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/librand_core-0270da890955ae51.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libgetrandom-14de97faa2d833b8.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/liblibc-9620f02c090800c8.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libcfg_if-1aab0842fcf5dcb4.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libdigest-d989834d187f7efa.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libgeneric_array-5b0a6c0d56416581.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libtypenum-0b37123f8f5c2e16.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libbyteorder-ab9518064489af54.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libcosmwasm_schema-677380b472208a34.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libthiserror-27461d782e53c7d9.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libschemars-73cca37a6b405ad5.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libdyn_clone-cea02c230ebf97dc.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libserde_json-df2aa74f798bab2d.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libryu-f6d30851b4626e67.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libitoa-34aa7d4c3ac942c0.rlib" "/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/libserde-a28d46373ede2f23.rlib" "/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/i686-unknown-linux-musl/lib/libstd-e0a2ae9b73093824.rlib" "/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/i686-unknown-linux-musl/lib/libpanic_unwind-b58e39fe63cb5ee4.rlib" "/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/i686-unknown-linux-musl/lib/libobject-db05b69565d930a5.rlib" "/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/i686-unknown-linux-musl/lib/libmemchr-9ae37c6027ee0c7e.rlib" "/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/i686-unknown-linux-musl/lib/libaddr2line-b4c9a1ec35bfabab.rlib" "/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/i686-unknown-linux-musl/lib/libgimli-5ec56763a65dc634.rlib" "/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/i686-unknown-linux-musl/lib/librustc_demangle-1d18d0f94f3052e3.rlib" "/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/i686-unknown-linux-musl/lib/libstd_detect-db3bd1faf2c777e2.rlib" "/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/i686-unknown-linux-musl/lib/libhashbrown-929c8081d27591a5.rlib" "/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/i686-unknown-linux-musl/lib/libminiz_oxide-e96682bb5fbc7a97.rlib" "/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/i686-unknown-linux-musl/lib/libadler-8c7baa0639b231b4.rlib" "/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/i686-unknown-linux-musl/lib/librustc_std_workspace_alloc-d8d000028d215150.rlib" "/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/i686-unknown-linux-musl/lib/libunwind-c7f267171c6cfa37.rlib" "-lunwind" "/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/i686-unknown-linux-musl/lib/libcfg_if-88a56aead7977661.rlib" "/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/i686-unknown-linux-musl/lib/liblibc-0e6d2d8133f34135.rlib" "-lc" "/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/i686-unknown-linux-musl/lib/liballoc-e8fcd1707eff32d9.rlib" "/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/i686-unknown-linux-musl/lib/librustc_std_workspace_core-6ca2f4ada9976318.rlib" "/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/i686-unknown-linux-musl/lib/libcore-4e89f6dae500b25b.rlib" "/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/i686-unknown-linux-musl/lib/libcompiler_builtins-82e6aa13a9810603.rlib" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-nostartfiles" "-L" "/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/i686-unknown-linux-musl/lib" "-L" "/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/i686-unknown-linux-musl/lib/self-contained" "-o" "/opt/rustwide/target/i686-unknown-linux-musl/debug/examples/schema-b6857d1714025df5" "-Wl,--gc-sections" "-static" "-no-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" "/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/i686-unknown-linux-musl/lib/self-contained/crtend.o" "/opt/rustwide/rustup-home/toolchains/a40ec913238f4f188d97c41aa605cb486451acf2/lib/rustlib/i686-unknown-linux-musl/lib/self-contained/crtn.o" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `poap-manager` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "54c18457b32c78e7687e425ca5a682114803cca90d1349d0041341d2d6199de3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54c18457b32c78e7687e425ca5a682114803cca90d1349d0041341d2d6199de3", kill_on_drop: false }` [INFO] [stdout] 54c18457b32c78e7687e425ca5a682114803cca90d1349d0041341d2d6199de3