[INFO] cloning repository https://github.com/CalicoNino/cw-workshop [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CalicoNino/cw-workshop" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCalicoNino%2Fcw-workshop", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCalicoNino%2Fcw-workshop'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1a4fabc0ad2d2306a39897de26734b53eb26d3f4 [INFO] building CalicoNino/cw-workshop against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCalicoNino%2Fcw-workshop" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config [INFO] started tweaking git repo https://github.com/CalicoNino/cw-workshop [INFO] finished tweaking git repo https://github.com/CalicoNino/cw-workshop [INFO] tweaked toml for git repo https://github.com/CalicoNino/cw-workshop written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/CalicoNino/cw-workshop on toolchain 23647e694de8d0904848ad068b2e0ec2dd098c37 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/CalicoNino/cw-workshop already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 094ed81e672bc8793ef9c403a783473da94b4101882d7df7716f2ff873182fd1 [INFO] running `Command { std: "docker" "start" "-a" "094ed81e672bc8793ef9c403a783473da94b4101882d7df7716f2ff873182fd1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "094ed81e672bc8793ef9c403a783473da94b4101882d7df7716f2ff873182fd1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "094ed81e672bc8793ef9c403a783473da94b4101882d7df7716f2ff873182fd1", kill_on_drop: false }` [INFO] [stdout] 094ed81e672bc8793ef9c403a783473da94b4101882d7df7716f2ff873182fd1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "build" "--frozen" "--message-format=json" "--target" "wasm32-wasip1", kill_on_drop: false }` [INFO] [stdout] aedd24637a148cb79860cafbb1971b6e5b618329e893ee4d4e2914113a963168 [INFO] running `Command { std: "docker" "start" "-a" "aedd24637a148cb79860cafbb1971b6e5b618329e893ee4d4e2914113a963168", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.81 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling serde v1.0.200 [INFO] [stderr] Compiling serde_json v1.0.116 [INFO] [stderr] Compiling schemars v0.8.17 [INFO] [stderr] Compiling thiserror v1.0.59 [INFO] [stderr] Compiling dyn-clone v1.0.17 [INFO] [stderr] Compiling forward_ref v1.0.0 [INFO] [stderr] Compiling bnum v0.10.0 [INFO] [stderr] Compiling anyhow v1.0.82 [INFO] [stderr] Compiling either v1.11.0 [INFO] [stderr] Compiling bytes v1.6.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.60 [INFO] [stderr] Compiling serde_derive_internals v0.29.0 [INFO] [stderr] Compiling serde_derive v1.0.200 [INFO] [stderr] Compiling thiserror-impl v1.0.59 [INFO] [stderr] Compiling prost-derive v0.12.4 [INFO] [stderr] Compiling schemars_derive v0.8.17 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling cosmwasm-derive v1.5.4 [INFO] [stderr] Compiling cosmwasm-schema-derive v1.5.4 [INFO] [stderr] Compiling cw-ownable-derive v0.5.1 [INFO] [stderr] Compiling cosmwasm-schema-derive v2.0.2 [INFO] [stderr] Compiling prost v0.12.4 [INFO] [stderr] Compiling prost-types v0.12.4 [INFO] [stderr] Compiling serde-json-wasm v0.5.2 [INFO] [stderr] Compiling cosmwasm-std v1.5.4 [INFO] [stderr] Compiling cosmwasm-schema v1.5.4 [INFO] [stderr] Compiling cosmwasm-schema v2.0.2 [INFO] [stderr] Compiling cw-storage-plus v1.2.0 [INFO] [stderr] Compiling cw-address-like v1.0.4 [INFO] [stderr] Compiling nibiru-std v0.0.3 [INFO] [stderr] Compiling cw-storage-plus v0.16.0 [INFO] [stderr] Compiling cw2 v1.1.2 [INFO] [stderr] Compiling cw-utils v1.0.3 [INFO] [stderr] Compiling cw-ownable v0.5.1 [INFO] [stderr] Compiling cw-workshop v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `rust-lld` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "rust-lld" "-flavor" "wasm" "--export" "execute" "--export" "instantiate" "--export" "query" "--export" "allocate" "--export" "deallocate" "--export" "interface_version_8" "--export" "requires_iterator" "--export" "requires_staking" "--export" "requires_stargate" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "<6 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libcw_storage_plus-49d7055e54e26784,libcosmwasm_schema-fb78849d80c5c849,libnibiru_std-ce5c95637175a8b6,libprost_types-920e60074e868927,libprost-315016e582a1f1ee,libbytes-cd624a2623a7d544,libcw_ownable-eb9b9e12bac13c7e,libcw_utils-bd9d86e16cb3ef11,libcw2-bf21dea1f124d276,libsemver-b753c59fe4fb306b,libcw_storage_plus-bf6ecbd8cb2f73a0,libcw_address_like-f16a855803bb0af5,libcosmwasm_schema-35ed25e6c74c85d4,libcosmwasm_std-a58e25aebfb4af26,libserde_json_wasm-afdf5bc0a684cd56,libhex-85aa986ef279af61,libstatic_assertions-5a320074c6765347,libbnum-e0de16bc07f0e9bb,libforward_ref-6287b004023aa316,libbase64-7b14680fd3f3a6df,libthiserror-202bd991631f2a5d,libsha2-3584603ac31ca7ef,libcfg_if-50b02a9e3502ecf2,libdigest-175d4c26469c7771,libblock_buffer-ff766ba1f1bc2312,libcrypto_common-54f1074c3cc16168,libgeneric_array-143189b5e972f6af,libtypenum-0fe8d28fad3fc2b1,libschemars-7be2100980b92dd1,libdyn_clone-76c18f1bcc3ba005,libserde_json-1846b287e1d4ed87,libitoa-323c19d08fbe6984,libryu-452e68edcd92953e,libserde-fff83ba9a0fa7173}.rlib" "/lib/rustlib/wasm32-wasip1/lib/{libstd-*,libwasi-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*}.rlib" "-l" "c" "/lib/rustlib/wasm32-wasip1/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/cw_workshop.wasm" "--gc-sections" "--no-entry" "-O0" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: warning: function signature mismatch: abort [INFO] [stdout] >>> defined as (i32) -> void in /opt/rustwide/target/wasm32-wasip1/debug/deps/libcosmwasm_std-a58e25aebfb4af26.rlib(cosmwasm_std-a58e25aebfb4af26.cosmwasm_std.c93352d8abee14da-cgu.06.rcgu.o) [INFO] [stdout] >>> defined as () -> void in /opt/rustwide/rustup-home/toolchains/23647e694de8d0904848ad068b2e0ec2dd098c37/lib/rustlib/wasm32-wasip1/lib/self-contained/libc.a(abort.o) [INFO] [stdout] [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcosmwasm_std-a58e25aebfb4af26.rlib(cosmwasm_std-a58e25aebfb4af26.cosmwasm_std.c93352d8abee14da-cgu.06.rcgu.o): undefined symbol: db_next [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcosmwasm_std-a58e25aebfb4af26.rlib(cosmwasm_std-a58e25aebfb4af26.cosmwasm_std.c93352d8abee14da-cgu.06.rcgu.o): undefined symbol: db_scan [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcosmwasm_std-a58e25aebfb4af26.rlib(cosmwasm_std-a58e25aebfb4af26.cosmwasm_std.c93352d8abee14da-cgu.06.rcgu.o): undefined symbol: addr_humanize [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcosmwasm_std-a58e25aebfb4af26.rlib(cosmwasm_std-a58e25aebfb4af26.cosmwasm_std.c93352d8abee14da-cgu.06.rcgu.o): undefined symbol: addr_validate [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcosmwasm_std-a58e25aebfb4af26.rlib(cosmwasm_std-a58e25aebfb4af26.cosmwasm_std.c93352d8abee14da-cgu.06.rcgu.o): undefined symbol: ed25519_verify [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcosmwasm_std-a58e25aebfb4af26.rlib(cosmwasm_std-a58e25aebfb4af26.cosmwasm_std.c93352d8abee14da-cgu.06.rcgu.o): undefined symbol: secp256k1_verify [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcosmwasm_std-a58e25aebfb4af26.rlib(cosmwasm_std-a58e25aebfb4af26.cosmwasm_std.c93352d8abee14da-cgu.06.rcgu.o): undefined symbol: addr_canonicalize [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcosmwasm_std-a58e25aebfb4af26.rlib(cosmwasm_std-a58e25aebfb4af26.cosmwasm_std.c93352d8abee14da-cgu.06.rcgu.o): undefined symbol: ed25519_batch_verify [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcosmwasm_std-a58e25aebfb4af26.rlib(cosmwasm_std-a58e25aebfb4af26.cosmwasm_std.c93352d8abee14da-cgu.06.rcgu.o): undefined symbol: secp256k1_recover_pubkey [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcosmwasm_std-a58e25aebfb4af26.rlib(cosmwasm_std-a58e25aebfb4af26.cosmwasm_std.c93352d8abee14da-cgu.06.rcgu.o): undefined symbol: debug [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcosmwasm_std-a58e25aebfb4af26.rlib(cosmwasm_std-a58e25aebfb4af26.cosmwasm_std.c93352d8abee14da-cgu.06.rcgu.o): undefined symbol: query_chain [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcosmwasm_std-a58e25aebfb4af26.rlib(cosmwasm_std-a58e25aebfb4af26.cosmwasm_std.c93352d8abee14da-cgu.06.rcgu.o): undefined symbol: db_read [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcosmwasm_std-a58e25aebfb4af26.rlib(cosmwasm_std-a58e25aebfb4af26.cosmwasm_std.c93352d8abee14da-cgu.06.rcgu.o): undefined symbol: db_write [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcosmwasm_std-a58e25aebfb4af26.rlib(cosmwasm_std-a58e25aebfb4af26.cosmwasm_std.c93352d8abee14da-cgu.06.rcgu.o): undefined symbol: db_remove [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cw-workshop` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "aedd24637a148cb79860cafbb1971b6e5b618329e893ee4d4e2914113a963168", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aedd24637a148cb79860cafbb1971b6e5b618329e893ee4d4e2914113a963168", kill_on_drop: false }` [INFO] [stdout] aedd24637a148cb79860cafbb1971b6e5b618329e893ee4d4e2914113a963168