[INFO] cloning repository https://github.com/kristoferlund/ic-siwe-vanilla-ts-demo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kristoferlund/ic-siwe-vanilla-ts-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkristoferlund%2Fic-siwe-vanilla-ts-demo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkristoferlund%2Fic-siwe-vanilla-ts-demo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5fedfc5d40782970f7de37efa6f8e148e6c31b82
[INFO] testing kristoferlund/ic-siwe-vanilla-ts-demo against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkristoferlund%2Fic-siwe-vanilla-ts-demo" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kristoferlund/ic-siwe-vanilla-ts-demo
[INFO] finished tweaking git repo https://github.com/kristoferlund/ic-siwe-vanilla-ts-demo
[INFO] tweaked toml for git repo https://github.com/kristoferlund/ic-siwe-vanilla-ts-demo written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kristoferlund/ic-siwe-vanilla-ts-demo on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kristoferlund/ic-siwe-vanilla-ts-demo 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.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 86d076a58fb7b1198b201e1cecb09734f18a18fc86852bbd2c14fb4ec5b41407
[INFO] running `Command { std: "docker" "start" "86d076a58fb7b1198b201e1cecb09734f18a18fc86852bbd2c14fb4ec5b41407", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "86d076a58fb7b1198b201e1cecb09734f18a18fc86852bbd2c14fb4ec5b41407", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "86d076a58fb7b1198b201e1cecb09734f18a18fc86852bbd2c14fb4ec5b41407" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "86d076a58fb7b1198b201e1cecb09734f18a18fc86852bbd2c14fb4ec5b41407", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "86d076a58fb7b1198b201e1cecb09734f18a18fc86852bbd2c14fb4ec5b41407" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rustversion v1.0.19
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling cc v1.2.9
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling cpufeatures v0.2.16
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling indexmap v2.7.0
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling data-encoding v2.6.0
[INFO] [stderr]    Compiling arbitrary v1.4.1
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling typed-arena v2.0.2
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling ena v0.14.3
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling pretty v0.12.3
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling leb128 v0.2.5
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling string_cache v0.8.7
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]    Compiling codespan-reporting v0.11.1
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling serde_json v1.0.135
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling ic0 v0.23.0
[INFO] [stderr]    Compiling psm v0.1.24
[INFO] [stderr]    Compiling stacker v0.1.17
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling lalrpop-util v0.20.2
[INFO] [stderr]    Compiling binread_derive v2.1.0
[INFO] [stderr]    Compiling logos-codegen v0.13.0
[INFO] [stderr]    Compiling lalrpop v0.20.2
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling candid_derive v0.6.6
[INFO] [stderr]    Compiling logos-derive v0.13.0
[INFO] [stderr]    Compiling binread v2.2.0
[INFO] [stderr]    Compiling logos v0.13.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling ic_principal v0.1.1
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling serde_bytes v0.11.15
[INFO] [stderr]    Compiling serde_tokenstream v0.2.2
[INFO] [stderr]    Compiling ic-stable-structures v0.6.7
[INFO] [stderr]    Compiling candid v0.10.11
[INFO] [stderr]    Compiling candid_parser v0.1.4
[INFO] [stderr]    Compiling ic-cdk-macros v0.16.0
[INFO] [stderr]    Compiling ic-cdk v0.16.0
[INFO] [stderr]    Compiling ic-cdk-bindgen v0.1.3
[INFO] [stderr]    Compiling backend v0.0.1 (/opt/rustwide/workdir/packages/backend)
[INFO] [stderr] error: failed to run custom build command for `backend v0.0.1 (/opt/rustwide/workdir/packages/backend)`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_RELEASE_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/release/build/backend-3e3937094edf44bc/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (1635) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ic-cdk-bindgen-0.1.3/src/lib.rs:78:9:
[INFO] [stderr]   Cannot find environment variable: CANISTER_ID_IC_SIWE_PROVIDER
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x591322974fc1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stderr]      1:     0x59132298b3ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stderr]      2:     0x59132297976c - <std[104cf6e2632825ea]::sys::stdio::unix::Stderr as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stderr]      3:     0x59132295c7f6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stderr]      4:     0x5913229708a1 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stderr]      5:     0x591322970a5b - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stderr]      6:     0x59132295c8a2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stderr]      7:     0x5913229546d9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]      8:     0x59132295d26d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stderr]      9:     0x59132298bb8c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stderr]     10:     0x5913227a24b8 - ic_cdk_bindgen[f93f6c01cc6e458f]::resolve_candid_path_and_canister_id
[INFO] [stderr]     11:     0x5913227a25f8 - <ic_cdk_bindgen[f93f6c01cc6e458f]::Config>::new
[INFO] [stderr]     12:     0x5913227a0b00 - build_script_build[6bf6d7f59ae1deb]::main
[INFO] [stderr]     13:     0x5913227a0ecb - <fn() as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     14:     0x5913227a07b6 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     15:     0x5913227a07c9 - std[104cf6e2632825ea]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     16:     0x59132296fc69 - std[104cf6e2632825ea]::rt::lang_start_internal
[INFO] [stderr]     17:     0x5913227a06f1 - std[104cf6e2632825ea]::rt::lang_start::<()>
[INFO] [stderr]     18:     0x5913227a0f05 - main
[INFO] [stderr]     19:     0x725b1dab7601 - <unknown>
[INFO] [stderr]     20:     0x725b1dab7718 - __libc_start_main
[INFO] [stderr]     21:     0x5913227a0605 - _start
[INFO] [stderr]     22:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "86d076a58fb7b1198b201e1cecb09734f18a18fc86852bbd2c14fb4ec5b41407", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "86d076a58fb7b1198b201e1cecb09734f18a18fc86852bbd2c14fb4ec5b41407", kill_on_drop: false }`
[INFO] [stdout] 86d076a58fb7b1198b201e1cecb09734f18a18fc86852bbd2c14fb4ec5b41407
