[INFO] cloning repository https://github.com/keygate-io/ic-siwe
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/keygate-io/ic-siwe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkeygate-io%2Fic-siwe", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkeygate-io%2Fic-siwe'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c29303dc24aef6d1515fbb184cc2c1d78c6fafe1
[INFO] testing keygate-io/ic-siwe against beta-2025-09-21 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkeygate-io%2Fic-siwe" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/keygate-io/ic-siwe
[INFO] finished tweaking git repo https://github.com/keygate-io/ic-siwe
[INFO] tweaked toml for git repo https://github.com/keygate-io/ic-siwe written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/keygate-io/ic-siwe on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/keygate-io/ic-siwe 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 36ac9cf7eed08158f8f8f62b6305b6e93fd9f872aef4294470e1b49494e14a45
[INFO] running `Command { std: "docker" "start" "-a" "36ac9cf7eed08158f8f8f62b6305b6e93fd9f872aef4294470e1b49494e14a45", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "36ac9cf7eed08158f8f8f62b6305b6e93fd9f872aef4294470e1b49494e14a45", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "36ac9cf7eed08158f8f8f62b6305b6e93fd9f872aef4294470e1b49494e14a45", kill_on_drop: false }`
[INFO] [stdout] 36ac9cf7eed08158f8f8f62b6305b6e93fd9f872aef4294470e1b49494e14a45
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 19c67d611be29d1c3e744f7ae3e18f66c0946449396ee9913c789b1709a96438
[INFO] running `Command { std: "docker" "start" "-a" "19c67d611be29d1c3e744f7ae3e18f66c0946449396ee9913c789b1709a96438", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling zeroize v1.7.0
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling serde v1.0.208
[INFO] [stderr]    Compiling cpufeatures v0.2.11
[INFO] [stderr]    Compiling thiserror v1.0.51
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]    Compiling typed-arena v2.0.2
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling pretty v0.12.3
[INFO] [stderr]    Compiling syn v2.0.68
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling der v0.7.8
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling leb128 v0.2.5
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]    Compiling futures-sink v0.3.29
[INFO] [stderr]    Compiling psm v0.1.21
[INFO] [stderr]    Compiling stacker v0.1.15
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling ff v0.13.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling futures-io v0.3.29
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling ic0 v0.23.0
[INFO] [stderr]    Compiling deranged v0.3.10
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.14
[INFO] [stderr]    Compiling serde_json v1.0.125
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling ryu v1.0.16
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling k256 v0.13.3
[INFO] [stderr]    Compiling binread_derive v2.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.208
[INFO] [stderr]    Compiling thiserror-impl v1.0.51
[INFO] [stderr]    Compiling candid_derive v0.6.6
[INFO] [stderr]    Compiling futures-macro v0.3.29
[INFO] [stderr]    Compiling binread v2.2.0
[INFO] [stderr]    Compiling futures-executor v0.3.29
[INFO] [stderr]    Compiling futures v0.3.29
[INFO] [stderr]    Compiling serde_bytes v0.11.15
[INFO] [stderr]    Compiling ic_principal v0.1.1
[INFO] [stderr]    Compiling serde_tokenstream v0.2.1
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling ic-stable-structures v0.6.5
[INFO] [stderr]    Compiling ic-certified-map v0.4.0
[INFO] [stderr]    Compiling candid v0.10.9
[INFO] [stderr]    Compiling simple_asn1 v0.6.2
[INFO] [stderr]    Compiling ic-cdk-macros v0.15.0
[INFO] [stderr]    Compiling ic-cdk v0.15.1
[INFO] [stderr]    Compiling ic-cdk-timers v0.9.0
[INFO] [stderr]    Compiling ic_siwe v0.1.1 (/opt/rustwide/workdir/packages/ic_siwe)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> packages/ic_siwe/src/delegation.rs:147:20
[INFO] [stdout]     |
[INFO] [stdout] 147 |     signature_map: &SignatureMap,
[INFO] [stdout]     |                    ^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 150 | ) -> Result<HashTree, DelegationError> {
[INFO] [stdout]     |             ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 150 | ) -> Result<HashTree<'_>, DelegationError> {
[INFO] [stdout]     |                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling test_canister v0.1.0 (/opt/rustwide/workdir/packages/test_canister)
[INFO] [stderr]    Compiling ic_siwe_provider v0.1.1 (/opt/rustwide/workdir/packages/ic_siwe_provider)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-Wl,--version-script=/tmp/rustckM3arP/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustckM3arP/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libic_cdk-c047f109d839368f,libic0-4f417b3a97bce63f,libcandid-6b0d65bbf4cc67f3,libstacker-118ae461b571129d,libpsm-7bd0fe11d670cfdd,liblibc-331b00941c9580e8,libhex-13e08b3b00984ab7,libserde_bytes-d08fbab6b8bd0635,libpretty-2e14940cfb632c07,libunicode_width-affb1d25ef114124,libarrayvec-d564b1181ab8b533,libtyped_arena-76aa4bfb127f070d,libleb128-7759971397ea6ba0,libbyteorder-8f59b6d1bfdaa844,libic_principal-37c9ea80da5e1f49,libcrc32fast-b6f658faf0f4ad73,libdata_encoding-12b8151122438183,libsha2-bb0bdeec42a3847d,libcpufeatures-e3012fb758f2b921,libcfg_if-3e7fc4e38d4a72b5,libdigest-d84a10982efcec4a,libsubtle-062d035f0f3fe35f,libconst_oid-2aadc73a32842898,libblock_buffer-328a61f2a81f5ce6,libcrypto_common-291ca8c5820a2096,libgeneric_array-400d0f7db4036716,libtypenum-1862a5dd6fcdc44c,libzeroize-6c0b2f4484099dee,libnum_bigint-488c1e585e4d7664,libnum_integer-a9ebb0e358e2f53d,libnum_traits-1b7ecff5d99a1b0d,libanyhow-952f84c723db3382,libbinread-2f3a5bfb57a589f7,liblazy_static-af860367908b8176,libthiserror-4eaf11ad7bf9f648,libserde-f91e71b52d225597}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustckM3arP/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/psm-36a0c7fed6d725ef/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libtest_canister.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: /tmp/rustckM3arP/list:4: ; expected, but got whoami
[INFO] [stdout]           >>>     canister_query whoami;
[INFO] [stdout]           >>>                    ^
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `test_canister` (lib) due to 1 previous error
[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:  "cc" "-Wl,--version-script=/tmp/rustcfc7TY5/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcfc7TY5/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libic_stable_structures-052abbfb08a7164b,libic_siwe-63ee45890a69dbe8,libserde_json-17b6c0121db7ae55,libryu-1d56220ec609daf5,libic_cdk_timers-70827a00a15b3867,libslotmap-2a94507439b6d303,libfutures-1a31ec3e0e3549aa,libfutures_executor-d4478ada16c13305,libfutures_util-8a9b3ac96094a1a1,libmemchr-d8112fc1e1cdd527,libfutures_io-7f08535535d5de13,libslab-48a8b422e0cac853,libfutures_channel-60a871d7e4098a33,libpin_project_lite-b342d85da484cd05,libfutures_sink-d88884117c682f32,libfutures_task-06317676a77521a0,libpin_utils-3860774ad9b215b5,libfutures_core-3875696405a7a5f3,libserde_cbor-ad34c33a8278466e,libhalf-ab7070883a656f8b,liburl-acf7ba88eb8b3c10,libidna-3980dfe2e4ffad07,libunicode_normalization-beda55ba36c8de7a,libtinyvec-2155ca31685e06d9,libtinyvec_macros-7b77ea21c73594ca,libunicode_bidi-7a255a92f016f850,libform_urlencoded-35907277f0683ea4,libpercent_encoding-af9df9186596bd92,librand_chacha-21c83c663dd882ed,libppv_lite86-74d192d5fb0d20a2,libsha2-346634ca84176e4e,libopaque_debug-1826dab867fa4b9d,libdigest-640ffeb77259fe73,libblock_buffer-675a73c0ca38cb4f,libtiny_keccak-cbe5ac32c6cff2e4,libcrunchy-92bafc1fd898d1d1,libk256-3ecce9082e93aa0c,libecdsa-540f54e76dc4e377,librfc6979-769a4306c84492e0,libhmac-fa99294e3b4c66e8,libsignature-6513d186ab6f19da,libonce_cell-444628ab0ca1064f,libelliptic_curve-9dea8fcb5dc87c6a,libpkcs8-e75be0dac83483ac,libspki-4610c11a78aaf2a9,libsec1-497a643013bc637f,libder-a3028eaa2b99e717,libcrypto_bigint-c69ff1082c2031ec,libbase16ct-c4cc4b0550013254,libgroup-a9c077195c8aac03,libff-96ccdd5fced619ef,librand_core-3db48ca18ee2fdc0,libgetrandom-954596b810e6d1c1,libsimple_asn1-54d2ba22c5d0bd01,libtime-42f42e2a3facb549,libitoa-999a18e29041b8b9,libtime_core-1d4d75223b2cf7d2,libnum_conv-d3297905cfb69f59,libderanged-a76ca75992913c62,libpowerfmt-f6019a2766e431f7,libic_certified_map-46f63a3eef7dfa09,libic_cdk-c047f109d839368f,libic0-4f417b3a97bce63f,libcandid-6b0d65bbf4cc67f3,libstacker-118ae461b571129d,libpsm-7bd0fe11d670cfdd,liblibc-331b00941c9580e8,libhex-13e08b3b00984ab7,libserde_bytes-d08fbab6b8bd0635,libpretty-2e14940cfb632c07,libunicode_width-affb1d25ef114124,libarrayvec-d564b1181ab8b533,libtyped_arena-76aa4bfb127f070d,libleb128-7759971397ea6ba0,libbyteorder-8f59b6d1bfdaa844,libic_principal-37c9ea80da5e1f49,libcrc32fast-b6f658faf0f4ad73,libdata_encoding-12b8151122438183,libsha2-bb0bdeec42a3847d,libcpufeatures-e3012fb758f2b921,libcfg_if-3e7fc4e38d4a72b5,libdigest-d84a10982efcec4a,libsubtle-062d035f0f3fe35f,libconst_oid-2aadc73a32842898,libblock_buffer-328a61f2a81f5ce6,libcrypto_common-291ca8c5820a2096,libgeneric_array-400d0f7db4036716,libtypenum-1862a5dd6fcdc44c,libzeroize-6c0b2f4484099dee,libnum_bigint-488c1e585e4d7664,libnum_integer-a9ebb0e358e2f53d,libnum_traits-1b7ecff5d99a1b0d,libanyhow-952f84c723db3382,libbinread-2f3a5bfb57a589f7,liblazy_static-af860367908b8176,libthiserror-4eaf11ad7bf9f648,libserde-f91e71b52d225597}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcfc7TY5/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/psm-36a0c7fed6d725ef/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libic_siwe_provider.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: /tmp/rustcfc7TY5/list:5: ; expected, but got get_address
[INFO] [stdout]           >>>     canister_query get_address;
[INFO] [stdout]           >>>                    ^
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ic_siwe_provider` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "19c67d611be29d1c3e744f7ae3e18f66c0946449396ee9913c789b1709a96438", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19c67d611be29d1c3e744f7ae3e18f66c0946449396ee9913c789b1709a96438", kill_on_drop: false }`
[INFO] [stdout] 19c67d611be29d1c3e744f7ae3e18f66c0946449396ee9913c789b1709a96438
