[INFO] cloning repository https://github.com/Skeleton-Punks/sp-nft-contract [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Skeleton-Punks/sp-nft-contract" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSkeleton-Punks%2Fsp-nft-contract", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSkeleton-Punks%2Fsp-nft-contract'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 21108a9048d791643775bfff116e86c773c3a186 [INFO] testing Skeleton-Punks/sp-nft-contract against 1.84.0 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSkeleton-Punks%2Fsp-nft-contract" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Skeleton-Punks/sp-nft-contract on toolchain 1.84.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.84.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-7-tc1/source/.cargo/config [INFO] started tweaking git repo https://github.com/Skeleton-Punks/sp-nft-contract [INFO] finished tweaking git repo https://github.com/Skeleton-Punks/sp-nft-contract [INFO] tweaked toml for git repo https://github.com/Skeleton-Punks/sp-nft-contract written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/Skeleton-Punks/sp-nft-contract already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.84.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cosmwasm-schema v1.1.5 [INFO] [stderr] Downloaded cosmwasm-schema-derive v1.1.5 [INFO] [stderr] Downloaded cw20 v0.16.0 [INFO] [stderr] Downloaded cosmwasm-std v1.1.5 [INFO] [stderr] Downloaded cosmwasm-crypto v1.1.5 [INFO] [stderr] Downloaded cosmwasm-derive v1.1.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ebf92c6d26c30024ade85f465d1a1662cecda776af6daa669431dc3b6065987b [INFO] running `Command { std: "docker" "start" "-a" "ebf92c6d26c30024ade85f465d1a1662cecda776af6daa669431dc3b6065987b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ebf92c6d26c30024ade85f465d1a1662cecda776af6daa669431dc3b6065987b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ebf92c6d26c30024ade85f465d1a1662cecda776af6daa669431dc3b6065987b", kill_on_drop: false }` [INFO] [stdout] ebf92c6d26c30024ade85f465d1a1662cecda776af6daa669431dc3b6065987b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d137eb75a44dccfbaf4cf4bead0400d3193e1c5ebed2d960fb5fc6ac47d3acf5 [INFO] running `Command { std: "docker" "start" "-a" "d137eb75a44dccfbaf4cf4bead0400d3193e1c5ebed2d960fb5fc6ac47d3acf5", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling unicode-ident v1.0.4 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.132 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling zeroize v1.5.7 [INFO] [stderr] Compiling serde_derive v1.0.144 [INFO] [stderr] Compiling serde v1.0.144 [INFO] [stderr] Compiling const-oid v0.9.0 [INFO] [stderr] Compiling base64ct v1.5.2 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling thiserror v1.0.35 [INFO] [stderr] Compiling base16ct v0.1.1 [INFO] [stderr] Compiling cpufeatures v0.2.5 [INFO] [stderr] Compiling serde_json v1.0.85 [INFO] [stderr] Compiling der v0.6.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling itoa v1.0.3 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling schemars v0.8.10 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling dyn-clone v1.0.9 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling forward_ref v1.0.0 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling semver v1.0.13 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling uint v0.9.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling spki v0.6.0 [INFO] [stderr] Compiling ff v0.12.0 [INFO] [stderr] Compiling pkcs8 v0.9.0 [INFO] [stderr] Compiling group v0.12.0 [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 block-buffer v0.9.0 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling curve25519-dalek v3.2.0 [INFO] [stderr] Compiling digest v0.10.3 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling signature v1.6.1 [INFO] [stderr] Compiling sha2 v0.10.5 [INFO] [stderr] Compiling rfc6979 v0.3.0 [INFO] [stderr] Compiling elliptic-curve v0.12.3 [INFO] [stderr] Compiling ecdsa v0.14.6 [INFO] [stderr] Compiling k256 v0.11.5 [INFO] [stderr] Compiling serde_derive_internals v0.26.0 [INFO] [stderr] Compiling thiserror-impl v1.0.35 [INFO] [stderr] Compiling schemars_derive v0.8.10 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling cosmwasm-derive v1.1.5 [INFO] [stderr] Compiling cosmwasm-schema-derive v1.1.5 [INFO] [stderr] Compiling ed25519-zebra v3.0.0 [INFO] [stderr] Compiling serde-json-wasm v0.4.1 [INFO] [stderr] Compiling cosmwasm-crypto v1.1.5 [INFO] [stderr] Compiling cosmwasm-std v1.1.5 [INFO] [stderr] Compiling cosmwasm-schema v1.1.5 [INFO] [stderr] Compiling cw-storage-plus v0.16.0 [INFO] [stderr] Compiling cw2 v0.16.0 [INFO] [stderr] Compiling cw-utils v0.16.0 [INFO] [stderr] Compiling cw721 v0.16.0 (/opt/rustwide/workdir/packages/cw721) [INFO] [stderr] Compiling cw20 v0.16.0 [INFO] [stderr] Compiling cw721-base v0.16.0 (/opt/rustwide/workdir/contracts/cw721-base) [INFO] [stderr] Compiling cw721-fixed-price v0.16.0 (/opt/rustwide/workdir/contracts/cw721-fixed-price) [INFO] [stderr] Compiling cw721-non-transferable v0.16.0 (/opt/rustwide/workdir/contracts/cw721-non-transferable) [INFO] [stderr] Compiling cw2981-royalties v0.16.0 (/opt/rustwide/workdir/contracts/cw2981-royalties) [INFO] [stderr] Compiling cw721-metadata-onchain v0.16.0 (/opt/rustwide/workdir/contracts/cw721-metadata-onchain) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.61s [INFO] running `Command { std: "docker" "inspect" "d137eb75a44dccfbaf4cf4bead0400d3193e1c5ebed2d960fb5fc6ac47d3acf5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d137eb75a44dccfbaf4cf4bead0400d3193e1c5ebed2d960fb5fc6ac47d3acf5", kill_on_drop: false }` [INFO] [stdout] d137eb75a44dccfbaf4cf4bead0400d3193e1c5ebed2d960fb5fc6ac47d3acf5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a84a78b3c496254488a5f42b7e771597b32abed5ec964cab647589536616bec5 [INFO] running `Command { std: "docker" "start" "-a" "a84a78b3c496254488a5f42b7e771597b32abed5ec964cab647589536616bec5", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The example target `schema` in package `cw721 v0.16.0 (/opt/rustwide/workdir/packages/cw721)` has the same output filename as the example target `schema` in package `cw2981-royalties v0.16.0 (/opt/rustwide/workdir/contracts/cw2981-royalties)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/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 `cw721 v0.16.0 (/opt/rustwide/workdir/packages/cw721)` has the same output filename as the example target `schema` in package `cw2981-royalties v0.16.0 (/opt/rustwide/workdir/contracts/cw2981-royalties)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/examples/schema.dwp [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 `cw721-base v0.16.0 (/opt/rustwide/workdir/contracts/cw721-base)` has the same output filename as the example target `schema` in package `cw721 v0.16.0 (/opt/rustwide/workdir/packages/cw721)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/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 `cw721-base v0.16.0 (/opt/rustwide/workdir/contracts/cw721-base)` has the same output filename as the example target `schema` in package `cw721 v0.16.0 (/opt/rustwide/workdir/packages/cw721)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/examples/schema.dwp [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 `cw721-fixed-price v0.16.0 (/opt/rustwide/workdir/contracts/cw721-fixed-price)` has the same output filename as the example target `schema` in package `cw721-base v0.16.0 (/opt/rustwide/workdir/contracts/cw721-base)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/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 `cw721-fixed-price v0.16.0 (/opt/rustwide/workdir/contracts/cw721-fixed-price)` has the same output filename as the example target `schema` in package `cw721-base v0.16.0 (/opt/rustwide/workdir/contracts/cw721-base)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/examples/schema.dwp [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 `cw721-metadata-onchain v0.16.0 (/opt/rustwide/workdir/contracts/cw721-metadata-onchain)` has the same output filename as the example target `schema` in package `cw721-fixed-price v0.16.0 (/opt/rustwide/workdir/contracts/cw721-fixed-price)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/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 `cw721-metadata-onchain v0.16.0 (/opt/rustwide/workdir/contracts/cw721-metadata-onchain)` has the same output filename as the example target `schema` in package `cw721-fixed-price v0.16.0 (/opt/rustwide/workdir/contracts/cw721-fixed-price)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/examples/schema.dwp [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 `cw721-non-transferable v0.16.0 (/opt/rustwide/workdir/contracts/cw721-non-transferable)` has the same output filename as the example target `schema` in package `cw721-metadata-onchain v0.16.0 (/opt/rustwide/workdir/contracts/cw721-metadata-onchain)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/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 `cw721-non-transferable v0.16.0 (/opt/rustwide/workdir/contracts/cw721-non-transferable)` has the same output filename as the example target `schema` in package `cw721-metadata-onchain v0.16.0 (/opt/rustwide/workdir/contracts/cw721-metadata-onchain)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/examples/schema.dwp [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] Compiling anyhow v1.0.65 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling bytes v1.2.1 [INFO] [stderr] Compiling cw721 v0.16.0 (/opt/rustwide/workdir/packages/cw721) [INFO] [stderr] Compiling cw721-base v0.16.0 (/opt/rustwide/workdir/contracts/cw721-base) [INFO] [stderr] Compiling cw2981-royalties v0.16.0 (/opt/rustwide/workdir/contracts/cw2981-royalties) [INFO] [stderr] Compiling cw721-non-transferable v0.16.0 (/opt/rustwide/workdir/contracts/cw721-non-transferable) [INFO] [stderr] Compiling cw721-metadata-onchain v0.16.0 (/opt/rustwide/workdir/contracts/cw721-metadata-onchain) [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling prost-derive v0.10.1 [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcZMc2S7/symbols.o" "/opt/rustwide/target/debug/deps/cw2981_royalties-5ace33304461056d.cw2981_royalties.f65d3db7cc32659b-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/cw2981_royalties-5ace33304461056d.cw2981_royalties.f65d3db7cc32659b-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/cw2981_royalties-5ace33304461056d.cw2981_royalties.f65d3db7cc32659b-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/cw2981_royalties-5ace33304461056d.cw2981_royalties.f65d3db7cc32659b-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/cw2981_royalties-5ace33304461056d.cw2981_royalties.f65d3db7cc32659b-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/cw2981_royalties-5ace33304461056d.cw2981_royalties.f65d3db7cc32659b-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/cw2981_royalties-5ace33304461056d.cw2981_royalties.f65d3db7cc32659b-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/cw2981_royalties-5ace33304461056d.cw2981_royalties.f65d3db7cc32659b-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/cw2981_royalties-5ace33304461056d.cw2981_royalties.f65d3db7cc32659b-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/cw2981_royalties-5ace33304461056d.9vm6ga6soep5s6frd0cujc2yy.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-3f2fb5628a902976.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-faba618726e33e66.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-cb7e1a26da719554.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-cc5e90924cebe413.rlib" "/opt/rustwide/target/debug/deps/libcw721_base.rlib" "/opt/rustwide/target/debug/deps/libcw721-ef03b4dd842d3599.rlib" "/opt/rustwide/target/debug/deps/libcw_utils-7ceb913317d8e7a2.rlib" "/opt/rustwide/target/debug/deps/libsemver-7721ee83ac7bd7b2.rlib" "/opt/rustwide/target/debug/deps/libcw2-8ed732bb7a3e2790.rlib" "/opt/rustwide/target/debug/deps/libcw_storage_plus-09bf1ab6fc938450.rlib" "/opt/rustwide/target/debug/deps/libcosmwasm_std-1a1f2fce90145d3b.rlib" "/opt/rustwide/target/debug/deps/libserde_json_wasm-2ad439fac6141b4f.rlib" "/opt/rustwide/target/debug/deps/libbase64-7760247393b529ea.rlib" "/opt/rustwide/target/debug/deps/libuint-7f74e8d934a9d46f.rlib" "/opt/rustwide/target/debug/deps/libcrunchy-996a203335cc13c8.rlib" "/opt/rustwide/target/debug/deps/libstatic_assertions-921f8f062edf5349.rlib" "/opt/rustwide/target/debug/deps/libforward_ref-50ead3b24ab01c15.rlib" "/opt/rustwide/target/debug/deps/libcosmwasm_crypto-b3c50f4c4bd49744.rlib" "/opt/rustwide/target/debug/deps/libk256-3a70a6902c70d282.rlib" "/opt/rustwide/target/debug/deps/libsha2-da415d1f192a750f.rlib" "/opt/rustwide/target/debug/deps/libecdsa-c3944e86396093e9.rlib" "/opt/rustwide/target/debug/deps/librfc6979-0974067d99c21223.rlib" "/opt/rustwide/target/debug/deps/libhmac-436ed491e9e5c7da.rlib" "/opt/rustwide/target/debug/deps/libsignature-a6585f27b3ea8ea2.rlib" "/opt/rustwide/target/debug/deps/libelliptic_curve-fcc96bf2ad75d45e.rlib" "/opt/rustwide/target/debug/deps/libsec1-4834d1431f7b32b3.rlib" "/opt/rustwide/target/debug/deps/libpkcs8-3e0aa6c6f5fa8fde.rlib" "/opt/rustwide/target/debug/deps/libspki-d6bc062e5a3fd4f6.rlib" "/opt/rustwide/target/debug/deps/libder-f7270cc0756e6e77.rlib" "/opt/rustwide/target/debug/deps/libconst_oid-c0ca3ad30cbbb912.rlib" "/opt/rustwide/target/debug/deps/libbase16ct-5db04059ee5d35ef.rlib" "/opt/rustwide/target/debug/deps/libgroup-a72c996002b72370.rlib" "/opt/rustwide/target/debug/deps/libff-a8859ee6bf1ca1b8.rlib" "/opt/rustwide/target/debug/deps/libcrypto_bigint-927be4f83b935344.rlib" "/opt/rustwide/target/debug/deps/libdigest-4a64a609616844ff.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-31159895fe34e1ac.rlib" "/opt/rustwide/target/debug/deps/libcrypto_common-3c4e3d636c6f8937.rlib" "/opt/rustwide/target/debug/deps/libed25519_zebra-fb52cb31c6b47f8b.rlib" "/opt/rustwide/target/debug/deps/libhex-bf7c7e88be113135.rlib" "/opt/rustwide/target/debug/deps/libsha2-46785bfc30e9a8dd.rlib" "/opt/rustwide/target/debug/deps/libcpufeatures-11e64ba95795d576.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-10215846cf3cd1b4.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-46234569e4874be4.rlib" "/opt/rustwide/target/debug/deps/librand_core-bd3df2e8b0e356a8.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-d8f3c2ed50f6da49.rlib" "/opt/rustwide/target/debug/deps/libcurve25519_dalek-f0b866ea0ef663a8.rlib" "/opt/rustwide/target/debug/deps/libsubtle-fe0832f4321ef3e0.rlib" "/opt/rustwide/target/debug/deps/libzeroize-decc3d7e403adcbe.rlib" "/opt/rustwide/target/debug/deps/librand_core-43b08db02033b80c.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-22080283736d4215.rlib" "/opt/rustwide/target/debug/deps/liblibc-ca52e1789dfd57bd.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-1caf228b3233c4a9.rlib" "/opt/rustwide/target/debug/deps/libdigest-3caa8da91d87507b.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-79ac677c157c6c08.rlib" "/opt/rustwide/target/debug/deps/libtypenum-b99755886e696220.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-93db2f498f6f8fe8.rlib" "/opt/rustwide/target/debug/deps/libcosmwasm_schema-e35236377fd934a2.rlib" "/opt/rustwide/target/debug/deps/libthiserror-41ad8cba2e383347.rlib" "/opt/rustwide/target/debug/deps/libschemars-2d354b7a373ac33f.rlib" "/opt/rustwide/target/debug/deps/libdyn_clone-925c076445a93c3f.rlib" "/opt/rustwide/target/debug/deps/libserde_json-6742d6ae0d4cc2fc.rlib" "/opt/rustwide/target/debug/deps/libryu-bf4a073559873234.rlib" "/opt/rustwide/target/debug/deps/libitoa-2f3131a19a0b0818.rlib" "/opt/rustwide/target/debug/deps/libserde-e6f53830039f5faa.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-057643b1ee86c6e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-8e63f34add4b5f76.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8f13995dfe88b143.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-45742ba23c5ac84b.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-bea85df8985bb2f0.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-042a1cb2143833ef.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-092847c11df9843e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-766a7f754c8a7b1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-9b015ab0e459320f.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5742b2ff1aee27a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-d03b432324732a0e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-7edbe936f6124018.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b3cefab73e1d8804.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a6ffb752c82ede63.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c896c1f3ebd992a5.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-915fd1ebf7e3c376.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-0ca9d0e07c79bf1c.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1e6496089ac34c68.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3d4809363f767eb8.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/cw2981_royalties-5ace33304461056d" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcjS4M4R/symbols.o" "/opt/rustwide/target/debug/examples/schema-39f53ae97d66e1bd.schema.e708ef6016fb52e-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/schema-39f53ae97d66e1bd.schema.e708ef6016fb52e-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/schema-39f53ae97d66e1bd.schema.e708ef6016fb52e-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/schema-39f53ae97d66e1bd.schema.e708ef6016fb52e-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/schema-39f53ae97d66e1bd.schema.e708ef6016fb52e-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/schema-39f53ae97d66e1bd.schema.e708ef6016fb52e-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/schema-39f53ae97d66e1bd.schema.e708ef6016fb52e-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/schema-39f53ae97d66e1bd.schema.e708ef6016fb52e-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/schema-39f53ae97d66e1bd.schema.e708ef6016fb52e-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/schema-39f53ae97d66e1bd.cr8noai9m272omri5wp6t66sq.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcw721_base.rlib" "/opt/rustwide/target/debug/deps/libcw721-ef03b4dd842d3599.rlib" "/opt/rustwide/target/debug/deps/libcw_utils-7ceb913317d8e7a2.rlib" "/opt/rustwide/target/debug/deps/libsemver-7721ee83ac7bd7b2.rlib" "/opt/rustwide/target/debug/deps/libcw2-8ed732bb7a3e2790.rlib" "/opt/rustwide/target/debug/deps/libcw_storage_plus-09bf1ab6fc938450.rlib" "/opt/rustwide/target/debug/deps/libcosmwasm_std-1a1f2fce90145d3b.rlib" "/opt/rustwide/target/debug/deps/libserde_json_wasm-2ad439fac6141b4f.rlib" "/opt/rustwide/target/debug/deps/libbase64-7760247393b529ea.rlib" "/opt/rustwide/target/debug/deps/libuint-7f74e8d934a9d46f.rlib" "/opt/rustwide/target/debug/deps/libcrunchy-996a203335cc13c8.rlib" "/opt/rustwide/target/debug/deps/libstatic_assertions-921f8f062edf5349.rlib" "/opt/rustwide/target/debug/deps/libforward_ref-50ead3b24ab01c15.rlib" "/opt/rustwide/target/debug/deps/libcosmwasm_crypto-b3c50f4c4bd49744.rlib" "/opt/rustwide/target/debug/deps/libk256-3a70a6902c70d282.rlib" "/opt/rustwide/target/debug/deps/libsha2-da415d1f192a750f.rlib" "/opt/rustwide/target/debug/deps/libecdsa-c3944e86396093e9.rlib" "/opt/rustwide/target/debug/deps/librfc6979-0974067d99c21223.rlib" "/opt/rustwide/target/debug/deps/libhmac-436ed491e9e5c7da.rlib" "/opt/rustwide/target/debug/deps/libsignature-a6585f27b3ea8ea2.rlib" "/opt/rustwide/target/debug/deps/libelliptic_curve-fcc96bf2ad75d45e.rlib" "/opt/rustwide/target/debug/deps/libsec1-4834d1431f7b32b3.rlib" "/opt/rustwide/target/debug/deps/libpkcs8-3e0aa6c6f5fa8fde.rlib" "/opt/rustwide/target/debug/deps/libspki-d6bc062e5a3fd4f6.rlib" "/opt/rustwide/target/debug/deps/libder-f7270cc0756e6e77.rlib" "/opt/rustwide/target/debug/deps/libconst_oid-c0ca3ad30cbbb912.rlib" "/opt/rustwide/target/debug/deps/libbase16ct-5db04059ee5d35ef.rlib" "/opt/rustwide/target/debug/deps/libgroup-a72c996002b72370.rlib" "/opt/rustwide/target/debug/deps/libff-a8859ee6bf1ca1b8.rlib" "/opt/rustwide/target/debug/deps/libcrypto_bigint-927be4f83b935344.rlib" "/opt/rustwide/target/debug/deps/libdigest-4a64a609616844ff.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-31159895fe34e1ac.rlib" "/opt/rustwide/target/debug/deps/libcrypto_common-3c4e3d636c6f8937.rlib" "/opt/rustwide/target/debug/deps/libed25519_zebra-fb52cb31c6b47f8b.rlib" "/opt/rustwide/target/debug/deps/libhex-bf7c7e88be113135.rlib" "/opt/rustwide/target/debug/deps/libsha2-46785bfc30e9a8dd.rlib" "/opt/rustwide/target/debug/deps/libcpufeatures-11e64ba95795d576.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-10215846cf3cd1b4.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-46234569e4874be4.rlib" "/opt/rustwide/target/debug/deps/librand_core-bd3df2e8b0e356a8.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-d8f3c2ed50f6da49.rlib" "/opt/rustwide/target/debug/deps/libcurve25519_dalek-f0b866ea0ef663a8.rlib" "/opt/rustwide/target/debug/deps/libsubtle-fe0832f4321ef3e0.rlib" "/opt/rustwide/target/debug/deps/libzeroize-decc3d7e403adcbe.rlib" "/opt/rustwide/target/debug/deps/librand_core-43b08db02033b80c.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-22080283736d4215.rlib" "/opt/rustwide/target/debug/deps/liblibc-ca52e1789dfd57bd.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-1caf228b3233c4a9.rlib" "/opt/rustwide/target/debug/deps/libdigest-3caa8da91d87507b.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-79ac677c157c6c08.rlib" "/opt/rustwide/target/debug/deps/libtypenum-b99755886e696220.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-93db2f498f6f8fe8.rlib" "/opt/rustwide/target/debug/deps/libcosmwasm_schema-e35236377fd934a2.rlib" "/opt/rustwide/target/debug/deps/libthiserror-41ad8cba2e383347.rlib" "/opt/rustwide/target/debug/deps/libschemars-2d354b7a373ac33f.rlib" "/opt/rustwide/target/debug/deps/libdyn_clone-925c076445a93c3f.rlib" "/opt/rustwide/target/debug/deps/libserde_json-6742d6ae0d4cc2fc.rlib" "/opt/rustwide/target/debug/deps/libryu-bf4a073559873234.rlib" "/opt/rustwide/target/debug/deps/libitoa-2f3131a19a0b0818.rlib" "/opt/rustwide/target/debug/deps/libserde-e6f53830039f5faa.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-057643b1ee86c6e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-8e63f34add4b5f76.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8f13995dfe88b143.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-45742ba23c5ac84b.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-bea85df8985bb2f0.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-042a1cb2143833ef.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-092847c11df9843e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-766a7f754c8a7b1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-9b015ab0e459320f.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5742b2ff1aee27a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-d03b432324732a0e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-7edbe936f6124018.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b3cefab73e1d8804.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a6ffb752c82ede63.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c896c1f3ebd992a5.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-915fd1ebf7e3c376.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-0ca9d0e07c79bf1c.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1e6496089ac34c68.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3d4809363f767eb8.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/schema-39f53ae97d66e1bd" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cw721-base` (example "schema") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `cw2981-royalties` (lib test) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustceDwJiy/symbols.o" "/opt/rustwide/target/debug/deps/cw721_base-b8cd3099f1b81127.cw721_base.2f79b3e9bcf3746e-cgu.00.rcgu.o" "/opt/rustwide/target/debug/deps/cw721_base-b8cd3099f1b81127.cw721_base.2f79b3e9bcf3746e-cgu.01.rcgu.o" "/opt/rustwide/target/debug/deps/cw721_base-b8cd3099f1b81127.cw721_base.2f79b3e9bcf3746e-cgu.02.rcgu.o" "/opt/rustwide/target/debug/deps/cw721_base-b8cd3099f1b81127.cw721_base.2f79b3e9bcf3746e-cgu.03.rcgu.o" "/opt/rustwide/target/debug/deps/cw721_base-b8cd3099f1b81127.cw721_base.2f79b3e9bcf3746e-cgu.04.rcgu.o" "/opt/rustwide/target/debug/deps/cw721_base-b8cd3099f1b81127.cw721_base.2f79b3e9bcf3746e-cgu.05.rcgu.o" "/opt/rustwide/target/debug/deps/cw721_base-b8cd3099f1b81127.cw721_base.2f79b3e9bcf3746e-cgu.06.rcgu.o" "/opt/rustwide/target/debug/deps/cw721_base-b8cd3099f1b81127.cw721_base.2f79b3e9bcf3746e-cgu.07.rcgu.o" "/opt/rustwide/target/debug/deps/cw721_base-b8cd3099f1b81127.cw721_base.2f79b3e9bcf3746e-cgu.08.rcgu.o" "/opt/rustwide/target/debug/deps/cw721_base-b8cd3099f1b81127.cw721_base.2f79b3e9bcf3746e-cgu.09.rcgu.o" "/opt/rustwide/target/debug/deps/cw721_base-b8cd3099f1b81127.cw721_base.2f79b3e9bcf3746e-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/cw721_base-b8cd3099f1b81127.cw721_base.2f79b3e9bcf3746e-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/cw721_base-b8cd3099f1b81127.cw721_base.2f79b3e9bcf3746e-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/cw721_base-b8cd3099f1b81127.cw721_base.2f79b3e9bcf3746e-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/cw721_base-b8cd3099f1b81127.cw721_base.2f79b3e9bcf3746e-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/cw721_base-b8cd3099f1b81127.cw721_base.2f79b3e9bcf3746e-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/cw721_base-b8cd3099f1b81127.5oujiajxgfwr6mdhgnu7xuqow.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-3f2fb5628a902976.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-faba618726e33e66.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-cb7e1a26da719554.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-cc5e90924cebe413.rlib" "/opt/rustwide/target/debug/deps/libcw721-ef03b4dd842d3599.rlib" "/opt/rustwide/target/debug/deps/libcw_utils-7ceb913317d8e7a2.rlib" "/opt/rustwide/target/debug/deps/libsemver-7721ee83ac7bd7b2.rlib" "/opt/rustwide/target/debug/deps/libcw2-8ed732bb7a3e2790.rlib" "/opt/rustwide/target/debug/deps/libcw_storage_plus-09bf1ab6fc938450.rlib" "/opt/rustwide/target/debug/deps/libcosmwasm_schema-e35236377fd934a2.rlib" "/opt/rustwide/target/debug/deps/libcosmwasm_std-1a1f2fce90145d3b.rlib" "/opt/rustwide/target/debug/deps/libserde_json_wasm-2ad439fac6141b4f.rlib" "/opt/rustwide/target/debug/deps/libbase64-7760247393b529ea.rlib" "/opt/rustwide/target/debug/deps/libuint-7f74e8d934a9d46f.rlib" "/opt/rustwide/target/debug/deps/libcrunchy-996a203335cc13c8.rlib" "/opt/rustwide/target/debug/deps/libstatic_assertions-921f8f062edf5349.rlib" "/opt/rustwide/target/debug/deps/libforward_ref-50ead3b24ab01c15.rlib" "/opt/rustwide/target/debug/deps/libcosmwasm_crypto-b3c50f4c4bd49744.rlib" "/opt/rustwide/target/debug/deps/libk256-3a70a6902c70d282.rlib" "/opt/rustwide/target/debug/deps/libsha2-da415d1f192a750f.rlib" "/opt/rustwide/target/debug/deps/libecdsa-c3944e86396093e9.rlib" "/opt/rustwide/target/debug/deps/librfc6979-0974067d99c21223.rlib" "/opt/rustwide/target/debug/deps/libhmac-436ed491e9e5c7da.rlib" "/opt/rustwide/target/debug/deps/libsignature-a6585f27b3ea8ea2.rlib" "/opt/rustwide/target/debug/deps/libelliptic_curve-fcc96bf2ad75d45e.rlib" "/opt/rustwide/target/debug/deps/libsec1-4834d1431f7b32b3.rlib" "/opt/rustwide/target/debug/deps/libpkcs8-3e0aa6c6f5fa8fde.rlib" "/opt/rustwide/target/debug/deps/libspki-d6bc062e5a3fd4f6.rlib" "/opt/rustwide/target/debug/deps/libder-f7270cc0756e6e77.rlib" "/opt/rustwide/target/debug/deps/libconst_oid-c0ca3ad30cbbb912.rlib" "/opt/rustwide/target/debug/deps/libbase16ct-5db04059ee5d35ef.rlib" "/opt/rustwide/target/debug/deps/libgroup-a72c996002b72370.rlib" "/opt/rustwide/target/debug/deps/libff-a8859ee6bf1ca1b8.rlib" "/opt/rustwide/target/debug/deps/libcrypto_bigint-927be4f83b935344.rlib" "/opt/rustwide/target/debug/deps/libdigest-4a64a609616844ff.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-31159895fe34e1ac.rlib" "/opt/rustwide/target/debug/deps/libcrypto_common-3c4e3d636c6f8937.rlib" "/opt/rustwide/target/debug/deps/libed25519_zebra-fb52cb31c6b47f8b.rlib" "/opt/rustwide/target/debug/deps/libhex-bf7c7e88be113135.rlib" "/opt/rustwide/target/debug/deps/libthiserror-41ad8cba2e383347.rlib" "/opt/rustwide/target/debug/deps/libsha2-46785bfc30e9a8dd.rlib" "/opt/rustwide/target/debug/deps/libcpufeatures-11e64ba95795d576.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-10215846cf3cd1b4.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-46234569e4874be4.rlib" "/opt/rustwide/target/debug/deps/librand_core-bd3df2e8b0e356a8.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-d8f3c2ed50f6da49.rlib" "/opt/rustwide/target/debug/deps/libcurve25519_dalek-f0b866ea0ef663a8.rlib" "/opt/rustwide/target/debug/deps/libsubtle-fe0832f4321ef3e0.rlib" "/opt/rustwide/target/debug/deps/libzeroize-decc3d7e403adcbe.rlib" "/opt/rustwide/target/debug/deps/librand_core-43b08db02033b80c.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-22080283736d4215.rlib" "/opt/rustwide/target/debug/deps/liblibc-ca52e1789dfd57bd.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-1caf228b3233c4a9.rlib" "/opt/rustwide/target/debug/deps/libdigest-3caa8da91d87507b.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-79ac677c157c6c08.rlib" "/opt/rustwide/target/debug/deps/libtypenum-b99755886e696220.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-93db2f498f6f8fe8.rlib" "/opt/rustwide/target/debug/deps/libschemars-2d354b7a373ac33f.rlib" "/opt/rustwide/target/debug/deps/libdyn_clone-925c076445a93c3f.rlib" "/opt/rustwide/target/debug/deps/libserde_json-6742d6ae0d4cc2fc.rlib" "/opt/rustwide/target/debug/deps/libryu-bf4a073559873234.rlib" "/opt/rustwide/target/debug/deps/libitoa-2f3131a19a0b0818.rlib" "/opt/rustwide/target/debug/deps/libserde-e6f53830039f5faa.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-057643b1ee86c6e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-8e63f34add4b5f76.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8f13995dfe88b143.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-45742ba23c5ac84b.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-bea85df8985bb2f0.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-042a1cb2143833ef.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-092847c11df9843e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-766a7f754c8a7b1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-9b015ab0e459320f.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5742b2ff1aee27a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-d03b432324732a0e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-7edbe936f6124018.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b3cefab73e1d8804.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a6ffb752c82ede63.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c896c1f3ebd992a5.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-915fd1ebf7e3c376.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-0ca9d0e07c79bf1c.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1e6496089ac34c68.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3d4809363f767eb8.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/cw721_base-b8cd3099f1b81127" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cw721-base` (lib test) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-Wl,--version-script=/tmp/rustcLN0b8g/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcLN0b8g/symbols.o" "/opt/rustwide/target/debug/deps/prost_derive-4a72c72fe5c3d81e.prost_derive.5b91915e790d2b2a-cgu.00.rcgu.o" "/opt/rustwide/target/debug/deps/prost_derive-4a72c72fe5c3d81e.prost_derive.5b91915e790d2b2a-cgu.01.rcgu.o" "/opt/rustwide/target/debug/deps/prost_derive-4a72c72fe5c3d81e.prost_derive.5b91915e790d2b2a-cgu.02.rcgu.o" "/opt/rustwide/target/debug/deps/prost_derive-4a72c72fe5c3d81e.prost_derive.5b91915e790d2b2a-cgu.03.rcgu.o" "/opt/rustwide/target/debug/deps/prost_derive-4a72c72fe5c3d81e.prost_derive.5b91915e790d2b2a-cgu.04.rcgu.o" "/opt/rustwide/target/debug/deps/prost_derive-4a72c72fe5c3d81e.prost_derive.5b91915e790d2b2a-cgu.05.rcgu.o" "/opt/rustwide/target/debug/deps/prost_derive-4a72c72fe5c3d81e.prost_derive.5b91915e790d2b2a-cgu.06.rcgu.o" "/opt/rustwide/target/debug/deps/prost_derive-4a72c72fe5c3d81e.prost_derive.5b91915e790d2b2a-cgu.07.rcgu.o" "/opt/rustwide/target/debug/deps/prost_derive-4a72c72fe5c3d81e.prost_derive.5b91915e790d2b2a-cgu.08.rcgu.o" "/opt/rustwide/target/debug/deps/prost_derive-4a72c72fe5c3d81e.prost_derive.5b91915e790d2b2a-cgu.09.rcgu.o" "/opt/rustwide/target/debug/deps/prost_derive-4a72c72fe5c3d81e.prost_derive.5b91915e790d2b2a-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/prost_derive-4a72c72fe5c3d81e.prost_derive.5b91915e790d2b2a-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/prost_derive-4a72c72fe5c3d81e.prost_derive.5b91915e790d2b2a-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/prost_derive-4a72c72fe5c3d81e.prost_derive.5b91915e790d2b2a-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/prost_derive-4a72c72fe5c3d81e.prost_derive.5b91915e790d2b2a-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/prost_derive-4a72c72fe5c3d81e.prost_derive.5b91915e790d2b2a-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/prost_derive-4a72c72fe5c3d81e.brlm87x9d9cl68ar20s9qk4ch.rcgu.rmeta" "/opt/rustwide/target/debug/deps/prost_derive-4a72c72fe5c3d81e.5ohti6uz69kp2qxuctv7tyzr9.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsyn-a486f705728334f5.rlib" "/opt/rustwide/target/debug/deps/libquote-a81c8319e017d920.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-6d2269ebfe61073c.rlib" "/opt/rustwide/target/debug/deps/libunicode_ident-cbedaae0556b03a5.rlib" "/opt/rustwide/target/debug/deps/libitertools-e96ea4d091126811.rlib" "/opt/rustwide/target/debug/deps/libeither-8f664926a7a034fb.rlib" "/opt/rustwide/target/debug/deps/libanyhow-97562ff85765e7d7.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-53bdffff3ca9feef.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-057643b1ee86c6e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-8e63f34add4b5f76.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8f13995dfe88b143.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-45742ba23c5ac84b.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-bea85df8985bb2f0.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-042a1cb2143833ef.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-092847c11df9843e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-766a7f754c8a7b1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-9b015ab0e459320f.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5742b2ff1aee27a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-d03b432324732a0e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-7edbe936f6124018.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b3cefab73e1d8804.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a6ffb752c82ede63.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c896c1f3ebd992a5.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-915fd1ebf7e3c376.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-0ca9d0e07c79bf1c.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1e6496089ac34c68.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3d4809363f767eb8.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libprost_derive-4a72c72fe5c3d81e.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `prost-derive` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "a84a78b3c496254488a5f42b7e771597b32abed5ec964cab647589536616bec5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a84a78b3c496254488a5f42b7e771597b32abed5ec964cab647589536616bec5", kill_on_drop: false }` [INFO] [stdout] a84a78b3c496254488a5f42b7e771597b32abed5ec964cab647589536616bec5