[INFO] cloning repository https://github.com/perun-network/perun-ckb-contract
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/perun-network/perun-ckb-contract" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fperun-network%2Fperun-ckb-contract", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fperun-network%2Fperun-ckb-contract'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f8b772883ae08ea570ec26ad6ced52d8441f42a3
[INFO] testing perun-network/perun-ckb-contract 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%2Fperun-network%2Fperun-ckb-contract" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/perun-network/perun-ckb-contract
[INFO] finished tweaking git repo https://github.com/perun-network/perun-ckb-contract
[INFO] tweaked toml for git repo https://github.com/perun-network/perun-ckb-contract written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/perun-network/perun-ckb-contract 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/perun-network/perun-ckb-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" "+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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] e318fcf331ea15c02e00e7a2449aac07b3dea1542d016a98baccbaca02f62fba
[INFO] running `Command { std: "docker" "start" "-a" "e318fcf331ea15c02e00e7a2449aac07b3dea1542d016a98baccbaca02f62fba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e318fcf331ea15c02e00e7a2449aac07b3dea1542d016a98baccbaca02f62fba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e318fcf331ea15c02e00e7a2449aac07b3dea1542d016a98baccbaca02f62fba", kill_on_drop: false }`
[INFO] [stdout] e318fcf331ea15c02e00e7a2449aac07b3dea1542d016a98baccbaca02f62fba
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] ef6b25e887bcb1a6126dc1de599b347c87e49e125390525e449b1bfbbe539d25
[INFO] running `Command { std: "docker" "start" "-a" "ef6b25e887bcb1a6126dc1de599b347c87e49e125390525e449b1bfbbe539d25", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling zerocopy v0.8.23
[INFO] [stderr]    Compiling faster-hex v0.6.1
[INFO] [stderr]    Compiling cc v1.2.16
[INFO] [stderr]    Compiling heapsize v0.4.2
[INFO] [stderr]    Compiling ckb_schemars v0.8.22
[INFO] [stderr]    Compiling dyn-clone v1.0.19
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling cty v0.2.2
[INFO] [stderr]    Compiling blake2b-ref v0.3.1
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling golomb-coded-set v0.2.1
[INFO] [stderr]    Compiling ckb-merkle-mountain-range v0.5.2
[INFO] [stderr]    Compiling merkle-cbt v0.3.2
[INFO] [stderr]    Compiling ckb-constant v0.200.0
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling der v0.7.9
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling buddy-alloc v0.6.0
[INFO] [stderr]    Compiling gcd v2.3.0
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling once_cell v1.21.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.5
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling phf v0.8.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.14
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling rustix v1.0.2
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling linux-raw-sys v0.9.3
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling xxhash-rust v0.8.15
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling ckb-channel v0.200.0
[INFO] [stderr]    Compiling flate2 v1.1.0
[INFO] [stderr]    Compiling eaglesong v0.1.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling plain v0.2.3
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling ckb-logger v0.200.0
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling ckb-vm-definitions v0.24.13
[INFO] [stderr]    Compiling ckb-script v0.200.0
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha-1 v0.10.1
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling memmap2 v0.5.10
[INFO] [stderr]    Compiling blake2b-rs v0.2.0
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling ckb-std v0.17.2
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling includedir v0.6.0
[INFO] [stderr]    Compiling secp256k1-sys v0.10.1
[INFO] [stderr]    Compiling ckb-vm v0.24.13
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling ckb-std v0.16.4
[INFO] [stderr]    Compiling ckb-hash v0.119.0
[INFO] [stderr]    Compiling ckb-systemtime v0.200.0
[INFO] [stderr]    Compiling ckb-always-success-script v0.0.1
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling ckb-hash v0.200.0
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling lru v0.7.8
[INFO] [stderr]    Compiling rand v0.9.0
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tempfile v3.19.0
[INFO] [stderr]    Compiling reflink-copy v0.1.25
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]    Compiling phf_codegen v0.8.0
[INFO] [stderr]    Compiling serde_derive_internals v0.26.0
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling includedir_codegen v0.6.0
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling ckb-system-scripts v0.5.4
[INFO] [stderr]    Compiling numext-constructor v0.1.6
[INFO] [stderr]    Compiling scroll_derive v0.10.5
[INFO] [stderr]    Compiling k256 v0.13.4
[INFO] [stderr]    Compiling scroll v0.10.2
[INFO] [stderr]    Compiling ckb_schemars_derive v0.8.22
[INFO] [stderr]    Compiling goblin v0.2.3
[INFO] [stderr]    Compiling goblin v0.4.0
[INFO] [stderr]    Compiling secp256k1 v0.30.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling miette-derive v5.10.0
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling derive_more v0.99.19
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling miette v5.10.0
[INFO] [stderr]    Compiling derive_more v1.0.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling numext-fixed-uint-core v0.1.6
[INFO] [stderr]    Compiling ckb-occupied-capacity-core v0.200.0
[INFO] [stderr]    Compiling ssri v9.2.0
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling ckb-occupied-capacity-macros v0.200.0
[INFO] [stderr]    Compiling ckb-occupied-capacity v0.200.0
[INFO] [stderr]    Compiling ckb-error v0.200.0
[INFO] [stderr]    Compiling ckb-verification-traits v0.200.0
[INFO] [stderr]    Compiling molecule v0.8.0
[INFO] [stderr]    Compiling tokio v1.44.1
[INFO] [stderr]    Compiling ckb-gen-types v0.119.0
[INFO] [stderr]    Compiling ckb-fixed-hash-core v0.200.0
[INFO] [stderr]    Compiling ckb-fixed-hash-macros v0.200.0
[INFO] [stderr]    Compiling ckb-fixed-hash v0.200.0
[INFO] [stderr]    Compiling ckb-crypto v0.200.0
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling cacache v13.1.0
[INFO] [stderr]    Compiling numext-fixed-uint-hack v0.1.6
[INFO] [stderr]    Compiling numext-fixed-uint v0.1.6
[INFO] [stderr]    Compiling ckb-gen-types v0.200.0
[INFO] [stderr]    Compiling ckb-rational v0.200.0
[INFO] [stderr]    Compiling ckb-types v0.200.0
[INFO] [stderr]    Compiling perun-common v0.1.0 (/opt/rustwide/workdir/crates/perun-common)
[INFO] [stderr]    Compiling ckb-jsonrpc-types v0.200.0
[INFO] [stderr]    Compiling ckb-traits v0.200.0
[INFO] [stderr]    Compiling ckb-pow v0.200.0
[INFO] [stderr]    Compiling ckb-dao-utils v0.200.0
[INFO] [stderr]    Compiling ckb-resource v0.200.0
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> crates/perun-common/src/error.rs:148:13
[INFO] [stdout]     |
[INFO] [stdout] 148 |             _TypeIDError => Self::TypeIDError,
[INFO] [stdout]     |             ^^^^^^^^^^^^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> crates/perun-common/src/error.rs:148:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             MaxFdsCreated => Self::MaxFdsCreated,
[INFO] [stdout]     |             ------------- matches some of the same values
[INFO] [stdout] 139 |             MaxVmsSpawned => Self::MaxVmsSpawned,
[INFO] [stdout]     |             ------------- matches some of the same values
[INFO] [stdout] 140 |             OtherEndClosed => Self::OtherEndClosed,
[INFO] [stdout]     |             -------------- matches some of the same values
[INFO] [stdout] 141 |             InvalidFd => Self::InvalidFd,
[INFO] [stdout]     |             --------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 148 |             _TypeIDError => Self::TypeIDError,
[INFO] [stdout]     |             ^^^^^^^^^^^^ ...and 6 other patterns collectively make this unreachable
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> crates/perun-common/src/helpers.rs:550:14
[INFO] [stdout]     |
[INFO] [stdout] 550 |         for (i, balance) in self.into_iter().enumerate() {
[INFO] [stdout]     |              ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_TypeIDError` should have a snake case name
[INFO] [stdout]    --> crates/perun-common/src/error.rs:148:13
[INFO] [stdout]     |
[INFO] [stdout] 148 |             _TypeIDError => Self::TypeIDError,
[INFO] [stdout]     |             ^^^^^^^^^^^^ help: convert the identifier to snake case: `_type_iderror`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling perun-vchannel-typescript v0.1.0 (/opt/rustwide/workdir/contracts/perun-vchannel-typescript)
[INFO] [stderr]    Compiling perun-funds-lockscript v0.1.0 (/opt/rustwide/workdir/contracts/perun-funds-lockscript)
[INFO] [stderr]    Compiling sample-udt v0.1.0 (/opt/rustwide/workdir/contracts/sample-udt)
[INFO] [stderr]    Compiling perun-channel-lockscript v0.1.0 (/opt/rustwide/workdir/contracts/perun-channel-lockscript)
[INFO] [stderr]    Compiling perun-vchannel-lockscript v0.1.0 (/opt/rustwide/workdir/contracts/perun-vchannel-lockscript)
[INFO] [stderr]    Compiling perun-channel-typescript v0.1.0 (/opt/rustwide/workdir/contracts/perun-channel-typescript)
[INFO] [stdout] warning: unused import: `core::arch::asm`
[INFO] [stdout]  --> contracts/perun-channel-lockscript/src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use core::arch::asm;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::iter::IntoIterator`
[INFO] [stdout]   --> contracts/perun-vchannel-typescript/src/lib.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use core::iter::IntoIterator;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: found module declaration for lib.rs
[INFO] [stdout]  --> contracts/perun-vchannel-typescript/src/main.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | mod lib;
[INFO] [stdout]   | ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: lib.rs is the root of this crate's library target
[INFO] [stdout]   = help: to refer to it from other targets, use the library's name as the path
[INFO] [stdout]   = note: `#[warn(special_module_name)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::iter::IntoIterator`
[INFO] [stdout]   --> contracts/perun-vchannel-typescript/src/lib.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use core::iter::IntoIterator;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: found module declaration for lib.rs
[INFO] [stdout]  --> contracts/perun-vchannel-lockscript/src/main.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | mod lib;
[INFO] [stdout]   | ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: lib.rs is the root of this crate's library target
[INFO] [stdout]   = help: to refer to it from other targets, use the library's name as the path
[INFO] [stdout]   = note: `#[warn(special_module_name)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: found module declaration for lib.rs
[INFO] [stdout]  --> contracts/perun-channel-typescript/src/main.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | mod lib;
[INFO] [stdout]   | ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: lib.rs is the root of this crate's library target
[INFO] [stdout]   = help: to refer to it from other targets, use the library's name as the path
[INFO] [stdout]   = note: `#[warn(special_module_name)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: found module declaration for lib.rs
[INFO] [stdout]  --> contracts/perun-funds-lockscript/src/main.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | mod lib;
[INFO] [stdout]   | ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: lib.rs is the root of this crate's library target
[INFO] [stdout]   = help: to refer to it from other targets, use the library's name as the path
[INFO] [stdout]   = note: `#[warn(special_module_name)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: found module declaration for lib.rs
[INFO] [stdout]  --> contracts/perun-channel-lockscript/src/main.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | mod lib;
[INFO] [stdout]   | ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: lib.rs is the root of this crate's library target
[INFO] [stdout]   = help: to refer to it from other targets, use the library's name as the path
[INFO] [stdout]   = note: `#[warn(special_module_name)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::arch::asm`
[INFO] [stdout]  --> contracts/perun-channel-lockscript/src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use core::arch::asm;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: found module declaration for lib.rs
[INFO] [stdout]  --> contracts/sample-udt/src/main.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | mod lib;
[INFO] [stdout]   | ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: lib.rs is the root of this crate's library target
[INFO] [stdout]   = help: to refer to it from other targets, use the library's name as the path
[INFO] [stdout]   = note: `#[warn(special_module_name)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcsAGOpu/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libperun_common-d1545459933a6686,libckb_types-57c1031a4d63f6ba,libmerkle_cbt-58d8313757f56a7d,libckb_merkle_mountain_range-e329d5428695621c,libgolomb_coded_set-5030a2cb245d3557,libsiphasher-6bb0304e8b0d0631,libbit_vec-1484b09fcc589a29,libckb_rational-16adb2065eb05555,libckb_channel-d4b96a76ed7159ea,libcrossbeam_channel-92286a6a61a2fd83,libcrossbeam_utils-02f58a81c9899c97,libckb_constant-ab074eaccbb1419a,libblake2b_rs-b9d90666c89030b7,libcty-bf0a8fc628231ea7,libk256-b3b87d15f2e0064e,libsha2-a227af1ac6d9b0c8,libcpufeatures-e04321643d03190d,libecdsa-6672800206979db5,librfc6979-512353e211054a9a,libhmac-a2919be987215456,libsignature-1efe855e50d32641,libdigest-293bbe1ff4e1545e,libblock_buffer-9c3e46786b8ae6e3,libcrypto_common-21db4579f41e4ddc,libelliptic_curve-7ed3f70cb5e25242,libsec1-96f0410778352273,libder-9ac840a713b7c2c9,libconst_oid-2aadc73a32842898,libcrypto_bigint-9452ed3780dcdb51,libgeneric_array-95a60773be3a82c7,libtypenum-f2b179c8a326fef2,libbase16ct-e6f944948ca8b3fe,libzeroize-498121e9614a49ef,libgroup-0ba47e65706ff2d1,libff-c03d6ecb0d1a3826,librand_core-40aa5f4b7de8336e,libgetrandom-5bc482d5234c1a4a,libsubtle-cdc2b7d5fab71c70,libckb_std-34be772768333eb1,libgcd-df1e9b5aa49a819b,libbuddy_alloc-1a9e054a7f34928d,libckb_gen_types-105a30ef38ee5b56,libmolecule-85bdc0e602450a70,libbytes-6837fab8a6e5aaf9,libckb_hash-8908fd292f960155,libblake2b_ref-77084bad5c35912c,libckb_error-322f466a31086f22,libanyhow-48c4874d2e1f3573,libderive_more-9f1a468c3fc5c56e,libnumext_fixed_uint-d700de33c25a34ae,libnumext_fixed_uint_core-ed2b5f8b6a5aac54,libheapsize-e1372a22a1845d6b,librand-7f4758894bc90a7a,librand_chacha-e664cb6c173098e3,libppv_lite86-b6439fd45f73e2a7,libzerocopy-4f78ce16136ee0b3,librand_core-d10ba558635519f5,libgetrandom-29955e9fd8cf0437,liblibc-bec2b4dcbc07e63a,libcfg_if-3e7fc4e38d4a72b5,libckb_occupied_capacity-4e3a616a1a6ba2d2,libckb_occupied_capacity_core-73d13ac8f062ff23,libckb_fixed_hash-a8142c611992a0db,libckb_fixed_hash_core-76c31fa4505a3e52,libfaster_hex-802dc543074013d1,libthiserror-8b46b71e7d5db728,libckb_schemars-529ad8ef603b4fee,libdyn_clone-1b6a3de955048721,libserde_json-81442871838e6af0,libmemchr-08f38e9718637002,libitoa-ef40fa516293a9d3,libryu-a7164637bc4900ee,libserde-84b88b3bc04f2c20}.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/rustcsAGOpu/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/blake2b-rs-55f0b163185aa0db/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/perun_funds_lockscript-63e2f5793ab44ae4" "-Wl,--gc-sections" "-pie" "-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: duplicate symbol: _start
[INFO] [stdout]           >>> defined at /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o:(_start)
[INFO] [stdout]           >>> defined at entry.rs:21 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ckb-std-0.17.2/src/entry.rs:21)
[INFO] [stdout]           >>>            /opt/rustwide/target/debug/deps/perun_funds_lockscript-63e2f5793ab44ae4.perun_funds_lockscript.44b554c2e85862b1-cgu.0.rcgu.o:(.text._start+0x0)
[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:  "cc" "-m64" "/tmp/rustcAG2LH9/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libperun_common-d1545459933a6686,libckb_types-57c1031a4d63f6ba,libmerkle_cbt-58d8313757f56a7d,libckb_merkle_mountain_range-e329d5428695621c,libgolomb_coded_set-5030a2cb245d3557,libsiphasher-6bb0304e8b0d0631,libbit_vec-1484b09fcc589a29,libckb_rational-16adb2065eb05555,libckb_channel-d4b96a76ed7159ea,libcrossbeam_channel-92286a6a61a2fd83,libcrossbeam_utils-02f58a81c9899c97,libckb_constant-ab074eaccbb1419a,libblake2b_rs-b9d90666c89030b7,libcty-bf0a8fc628231ea7,libk256-b3b87d15f2e0064e,libsha2-a227af1ac6d9b0c8,libcpufeatures-e04321643d03190d,libecdsa-6672800206979db5,librfc6979-512353e211054a9a,libhmac-a2919be987215456,libsignature-1efe855e50d32641,libdigest-293bbe1ff4e1545e,libblock_buffer-9c3e46786b8ae6e3,libcrypto_common-21db4579f41e4ddc,libelliptic_curve-7ed3f70cb5e25242,libsec1-96f0410778352273,libder-9ac840a713b7c2c9,libconst_oid-2aadc73a32842898,libcrypto_bigint-9452ed3780dcdb51,libgeneric_array-95a60773be3a82c7,libtypenum-f2b179c8a326fef2,libbase16ct-e6f944948ca8b3fe,libzeroize-498121e9614a49ef,libgroup-0ba47e65706ff2d1,libff-c03d6ecb0d1a3826,librand_core-40aa5f4b7de8336e,libgetrandom-5bc482d5234c1a4a,libsubtle-cdc2b7d5fab71c70,libckb_std-34be772768333eb1,libgcd-df1e9b5aa49a819b,libbuddy_alloc-1a9e054a7f34928d,libckb_gen_types-105a30ef38ee5b56,libmolecule-85bdc0e602450a70,libbytes-6837fab8a6e5aaf9,libckb_hash-8908fd292f960155,libblake2b_ref-77084bad5c35912c,libckb_error-322f466a31086f22,libanyhow-48c4874d2e1f3573,libderive_more-9f1a468c3fc5c56e,libnumext_fixed_uint-d700de33c25a34ae,libnumext_fixed_uint_core-ed2b5f8b6a5aac54,libheapsize-e1372a22a1845d6b,librand-7f4758894bc90a7a,librand_chacha-e664cb6c173098e3,libppv_lite86-b6439fd45f73e2a7,libzerocopy-4f78ce16136ee0b3,librand_core-d10ba558635519f5,libgetrandom-29955e9fd8cf0437,liblibc-bec2b4dcbc07e63a,libcfg_if-3e7fc4e38d4a72b5,libckb_occupied_capacity-4e3a616a1a6ba2d2,libckb_occupied_capacity_core-73d13ac8f062ff23,libckb_fixed_hash-a8142c611992a0db,libckb_fixed_hash_core-76c31fa4505a3e52,libfaster_hex-802dc543074013d1,libthiserror-8b46b71e7d5db728,libckb_schemars-529ad8ef603b4fee,libdyn_clone-1b6a3de955048721,libserde_json-81442871838e6af0,libmemchr-08f38e9718637002,libitoa-ef40fa516293a9d3,libryu-a7164637bc4900ee,libserde-84b88b3bc04f2c20}.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/rustcAG2LH9/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/blake2b-rs-55f0b163185aa0db/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/perun_vchannel_lockscript-a8ea2ee98d155ee9" "-Wl,--gc-sections" "-pie" "-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: duplicate symbol: _start
[INFO] [stdout]           >>> defined at /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o:(_start)
[INFO] [stdout]           >>> defined at entry.rs:21 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ckb-std-0.17.2/src/entry.rs:21)
[INFO] [stdout]           >>>            /opt/rustwide/target/debug/deps/perun_vchannel_lockscript-a8ea2ee98d155ee9.perun_vchannel_lockscript.b7fb1f5b3174e5f7-cgu.0.rcgu.o:(.text._start+0x0)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `perun-vchannel-lockscript` (bin "perun-vchannel-lockscript") due to 1 previous error; 1 warning emitted
[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" "-m64" "/tmp/rustcfpEVpI/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libperun_common-d1545459933a6686,libckb_types-57c1031a4d63f6ba,libmerkle_cbt-58d8313757f56a7d,libckb_merkle_mountain_range-e329d5428695621c,libgolomb_coded_set-5030a2cb245d3557,libsiphasher-6bb0304e8b0d0631,libbit_vec-1484b09fcc589a29,libckb_rational-16adb2065eb05555,libckb_channel-d4b96a76ed7159ea,libcrossbeam_channel-92286a6a61a2fd83,libcrossbeam_utils-02f58a81c9899c97,libckb_constant-ab074eaccbb1419a,libblake2b_rs-b9d90666c89030b7,libcty-bf0a8fc628231ea7,libk256-b3b87d15f2e0064e,libsha2-a227af1ac6d9b0c8,libcpufeatures-e04321643d03190d,libecdsa-6672800206979db5,librfc6979-512353e211054a9a,libhmac-a2919be987215456,libsignature-1efe855e50d32641,libdigest-293bbe1ff4e1545e,libblock_buffer-9c3e46786b8ae6e3,libcrypto_common-21db4579f41e4ddc,libelliptic_curve-7ed3f70cb5e25242,libsec1-96f0410778352273,libder-9ac840a713b7c2c9,libconst_oid-2aadc73a32842898,libcrypto_bigint-9452ed3780dcdb51,libgeneric_array-95a60773be3a82c7,libtypenum-f2b179c8a326fef2,libbase16ct-e6f944948ca8b3fe,libzeroize-498121e9614a49ef,libgroup-0ba47e65706ff2d1,libff-c03d6ecb0d1a3826,librand_core-40aa5f4b7de8336e,libgetrandom-5bc482d5234c1a4a,libsubtle-cdc2b7d5fab71c70,libckb_std-34be772768333eb1,libgcd-df1e9b5aa49a819b,libbuddy_alloc-1a9e054a7f34928d,libckb_gen_types-105a30ef38ee5b56,libmolecule-85bdc0e602450a70,libbytes-6837fab8a6e5aaf9,libckb_hash-8908fd292f960155,libblake2b_ref-77084bad5c35912c,libckb_error-322f466a31086f22,libanyhow-48c4874d2e1f3573,libderive_more-9f1a468c3fc5c56e,libnumext_fixed_uint-d700de33c25a34ae,libnumext_fixed_uint_core-ed2b5f8b6a5aac54,libheapsize-e1372a22a1845d6b,librand-7f4758894bc90a7a,librand_chacha-e664cb6c173098e3,libppv_lite86-b6439fd45f73e2a7,libzerocopy-4f78ce16136ee0b3,librand_core-d10ba558635519f5,libgetrandom-29955e9fd8cf0437,liblibc-bec2b4dcbc07e63a,libcfg_if-3e7fc4e38d4a72b5,libckb_occupied_capacity-4e3a616a1a6ba2d2,libckb_occupied_capacity_core-73d13ac8f062ff23,libckb_fixed_hash-a8142c611992a0db,libckb_fixed_hash_core-76c31fa4505a3e52,libfaster_hex-802dc543074013d1,libthiserror-8b46b71e7d5db728,libckb_schemars-529ad8ef603b4fee,libdyn_clone-1b6a3de955048721,libserde_json-81442871838e6af0,libmemchr-08f38e9718637002,libitoa-ef40fa516293a9d3,libryu-a7164637bc4900ee,libserde-84b88b3bc04f2c20}.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/rustcfpEVpI/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/blake2b-rs-55f0b163185aa0db/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/perun_vchannel_typescript-4ff154dea5ca4ab9" "-Wl,--gc-sections" "-pie" "-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: duplicate symbol: _start
[INFO] [stdout]           >>> defined at /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o:(_start)
[INFO] [stdout]           >>> defined at entry.rs:21 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ckb-std-0.17.2/src/entry.rs:21)
[INFO] [stdout]           >>>            /opt/rustwide/target/debug/deps/perun_vchannel_typescript-4ff154dea5ca4ab9.perun_vchannel_typescript.5dbf2ac8218d041d-cgu.1.rcgu.o:(.text._start+0x0)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `perun-funds-lockscript` (bin "perun-funds-lockscript") due to 1 previous error; 1 warning emitted
[INFO] [stderr] error: could not compile `perun-vchannel-typescript` (bin "perun-vchannel-typescript") due to 1 previous error; 2 warnings emitted
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcoOHd6k/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libperun_common-d1545459933a6686,libckb_types-57c1031a4d63f6ba,libmerkle_cbt-58d8313757f56a7d,libckb_merkle_mountain_range-e329d5428695621c,libgolomb_coded_set-5030a2cb245d3557,libsiphasher-6bb0304e8b0d0631,libbit_vec-1484b09fcc589a29,libckb_rational-16adb2065eb05555,libckb_channel-d4b96a76ed7159ea,libcrossbeam_channel-92286a6a61a2fd83,libcrossbeam_utils-02f58a81c9899c97,libckb_constant-ab074eaccbb1419a,libblake2b_rs-b9d90666c89030b7,libcty-bf0a8fc628231ea7,libk256-b3b87d15f2e0064e,libsha2-a227af1ac6d9b0c8,libcpufeatures-e04321643d03190d,libecdsa-6672800206979db5,librfc6979-512353e211054a9a,libhmac-a2919be987215456,libsignature-1efe855e50d32641,libdigest-293bbe1ff4e1545e,libblock_buffer-9c3e46786b8ae6e3,libcrypto_common-21db4579f41e4ddc,libelliptic_curve-7ed3f70cb5e25242,libsec1-96f0410778352273,libder-9ac840a713b7c2c9,libconst_oid-2aadc73a32842898,libcrypto_bigint-9452ed3780dcdb51,libgeneric_array-95a60773be3a82c7,libtypenum-f2b179c8a326fef2,libbase16ct-e6f944948ca8b3fe,libzeroize-498121e9614a49ef,libgroup-0ba47e65706ff2d1,libff-c03d6ecb0d1a3826,librand_core-40aa5f4b7de8336e,libgetrandom-5bc482d5234c1a4a,libsubtle-cdc2b7d5fab71c70,libckb_std-34be772768333eb1,libgcd-df1e9b5aa49a819b,libbuddy_alloc-1a9e054a7f34928d,libckb_gen_types-105a30ef38ee5b56,libmolecule-85bdc0e602450a70,libbytes-6837fab8a6e5aaf9,libckb_hash-8908fd292f960155,libblake2b_ref-77084bad5c35912c,libckb_error-322f466a31086f22,libanyhow-48c4874d2e1f3573,libderive_more-9f1a468c3fc5c56e,libnumext_fixed_uint-d700de33c25a34ae,libnumext_fixed_uint_core-ed2b5f8b6a5aac54,libheapsize-e1372a22a1845d6b,librand-7f4758894bc90a7a,librand_chacha-e664cb6c173098e3,libppv_lite86-b6439fd45f73e2a7,libzerocopy-4f78ce16136ee0b3,librand_core-d10ba558635519f5,libgetrandom-29955e9fd8cf0437,liblibc-bec2b4dcbc07e63a,libcfg_if-3e7fc4e38d4a72b5,libckb_occupied_capacity-4e3a616a1a6ba2d2,libckb_occupied_capacity_core-73d13ac8f062ff23,libckb_fixed_hash-a8142c611992a0db,libckb_fixed_hash_core-76c31fa4505a3e52,libfaster_hex-802dc543074013d1,libthiserror-8b46b71e7d5db728,libckb_schemars-529ad8ef603b4fee,libdyn_clone-1b6a3de955048721,libserde_json-81442871838e6af0,libmemchr-08f38e9718637002,libitoa-ef40fa516293a9d3,libryu-a7164637bc4900ee,libserde-84b88b3bc04f2c20}.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/rustcoOHd6k/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/blake2b-rs-55f0b163185aa0db/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/sample_udt-0a66eee6b4619637" "-Wl,--gc-sections" "-pie" "-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: duplicate symbol: _start
[INFO] [stdout]           >>> defined at /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o:(_start)
[INFO] [stdout]           >>> defined at entry.rs:21 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ckb-std-0.17.2/src/entry.rs:21)
[INFO] [stdout]           >>>            /opt/rustwide/target/debug/deps/sample_udt-0a66eee6b4619637.sample_udt.a5c61bd86f5fc81f-cgu.0.rcgu.o:(.text._start+0x0)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sample-udt` (bin "sample-udt") due to 1 previous error; 1 warning emitted
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustchBUD9S/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libperun_common-d1545459933a6686,libckb_types-57c1031a4d63f6ba,libmerkle_cbt-58d8313757f56a7d,libckb_merkle_mountain_range-e329d5428695621c,libgolomb_coded_set-5030a2cb245d3557,libsiphasher-6bb0304e8b0d0631,libbit_vec-1484b09fcc589a29,libckb_rational-16adb2065eb05555,libckb_channel-d4b96a76ed7159ea,libcrossbeam_channel-92286a6a61a2fd83,libcrossbeam_utils-02f58a81c9899c97,libckb_constant-ab074eaccbb1419a,libblake2b_rs-b9d90666c89030b7,libcty-bf0a8fc628231ea7,libk256-b3b87d15f2e0064e,libsha2-a227af1ac6d9b0c8,libcpufeatures-e04321643d03190d,libecdsa-6672800206979db5,librfc6979-512353e211054a9a,libhmac-a2919be987215456,libsignature-1efe855e50d32641,libdigest-293bbe1ff4e1545e,libblock_buffer-9c3e46786b8ae6e3,libcrypto_common-21db4579f41e4ddc,libelliptic_curve-7ed3f70cb5e25242,libsec1-96f0410778352273,libder-9ac840a713b7c2c9,libconst_oid-2aadc73a32842898,libcrypto_bigint-9452ed3780dcdb51,libgeneric_array-95a60773be3a82c7,libtypenum-f2b179c8a326fef2,libbase16ct-e6f944948ca8b3fe,libzeroize-498121e9614a49ef,libgroup-0ba47e65706ff2d1,libff-c03d6ecb0d1a3826,librand_core-40aa5f4b7de8336e,libgetrandom-5bc482d5234c1a4a,libsubtle-cdc2b7d5fab71c70,libckb_std-34be772768333eb1,libgcd-df1e9b5aa49a819b,libbuddy_alloc-1a9e054a7f34928d,libckb_gen_types-105a30ef38ee5b56,libmolecule-85bdc0e602450a70,libbytes-6837fab8a6e5aaf9,libckb_hash-8908fd292f960155,libblake2b_ref-77084bad5c35912c,libckb_error-322f466a31086f22,libanyhow-48c4874d2e1f3573,libderive_more-9f1a468c3fc5c56e,libnumext_fixed_uint-d700de33c25a34ae,libnumext_fixed_uint_core-ed2b5f8b6a5aac54,libheapsize-e1372a22a1845d6b,librand-7f4758894bc90a7a,librand_chacha-e664cb6c173098e3,libppv_lite86-b6439fd45f73e2a7,libzerocopy-4f78ce16136ee0b3,librand_core-d10ba558635519f5,libgetrandom-29955e9fd8cf0437,liblibc-bec2b4dcbc07e63a,libcfg_if-3e7fc4e38d4a72b5,libckb_occupied_capacity-4e3a616a1a6ba2d2,libckb_occupied_capacity_core-73d13ac8f062ff23,libckb_fixed_hash-a8142c611992a0db,libckb_fixed_hash_core-76c31fa4505a3e52,libfaster_hex-802dc543074013d1,libthiserror-8b46b71e7d5db728,libckb_schemars-529ad8ef603b4fee,libdyn_clone-1b6a3de955048721,libserde_json-81442871838e6af0,libmemchr-08f38e9718637002,libitoa-ef40fa516293a9d3,libryu-a7164637bc4900ee,libserde-84b88b3bc04f2c20}.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/rustchBUD9S/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/blake2b-rs-55f0b163185aa0db/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/perun_channel_lockscript-d185ac8213cfec2e" "-Wl,--gc-sections" "-pie" "-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: duplicate symbol: _start
[INFO] [stdout]           >>> defined at /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o:(_start)
[INFO] [stdout]           >>> defined at entry.rs:21 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ckb-std-0.17.2/src/entry.rs:21)
[INFO] [stdout]           >>>            /opt/rustwide/target/debug/deps/perun_channel_lockscript-d185ac8213cfec2e.perun_channel_lockscript.16bca73c687f1ef0-cgu.0.rcgu.o:(.text._start+0x0)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `perun-channel-lockscript` (bin "perun-channel-lockscript") due to 1 previous error; 2 warnings emitted
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcIbFixe/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libperun_common-d1545459933a6686,libckb_types-57c1031a4d63f6ba,libmerkle_cbt-58d8313757f56a7d,libckb_merkle_mountain_range-e329d5428695621c,libgolomb_coded_set-5030a2cb245d3557,libsiphasher-6bb0304e8b0d0631,libbit_vec-1484b09fcc589a29,libckb_rational-16adb2065eb05555,libckb_channel-d4b96a76ed7159ea,libcrossbeam_channel-92286a6a61a2fd83,libcrossbeam_utils-02f58a81c9899c97,libckb_constant-ab074eaccbb1419a,libblake2b_rs-b9d90666c89030b7,libcty-bf0a8fc628231ea7,libk256-b3b87d15f2e0064e,libsha2-a227af1ac6d9b0c8,libcpufeatures-e04321643d03190d,libecdsa-6672800206979db5,librfc6979-512353e211054a9a,libhmac-a2919be987215456,libsignature-1efe855e50d32641,libdigest-293bbe1ff4e1545e,libblock_buffer-9c3e46786b8ae6e3,libcrypto_common-21db4579f41e4ddc,libelliptic_curve-7ed3f70cb5e25242,libsec1-96f0410778352273,libder-9ac840a713b7c2c9,libconst_oid-2aadc73a32842898,libcrypto_bigint-9452ed3780dcdb51,libgeneric_array-95a60773be3a82c7,libtypenum-f2b179c8a326fef2,libbase16ct-e6f944948ca8b3fe,libzeroize-498121e9614a49ef,libgroup-0ba47e65706ff2d1,libff-c03d6ecb0d1a3826,librand_core-40aa5f4b7de8336e,libgetrandom-5bc482d5234c1a4a,libsubtle-cdc2b7d5fab71c70,libckb_std-34be772768333eb1,libgcd-df1e9b5aa49a819b,libbuddy_alloc-1a9e054a7f34928d,libckb_gen_types-105a30ef38ee5b56,libmolecule-85bdc0e602450a70,libbytes-6837fab8a6e5aaf9,libckb_hash-8908fd292f960155,libblake2b_ref-77084bad5c35912c,libckb_error-322f466a31086f22,libanyhow-48c4874d2e1f3573,libderive_more-9f1a468c3fc5c56e,libnumext_fixed_uint-d700de33c25a34ae,libnumext_fixed_uint_core-ed2b5f8b6a5aac54,libheapsize-e1372a22a1845d6b,librand-7f4758894bc90a7a,librand_chacha-e664cb6c173098e3,libppv_lite86-b6439fd45f73e2a7,libzerocopy-4f78ce16136ee0b3,librand_core-d10ba558635519f5,libgetrandom-29955e9fd8cf0437,liblibc-bec2b4dcbc07e63a,libcfg_if-3e7fc4e38d4a72b5,libckb_occupied_capacity-4e3a616a1a6ba2d2,libckb_occupied_capacity_core-73d13ac8f062ff23,libckb_fixed_hash-a8142c611992a0db,libckb_fixed_hash_core-76c31fa4505a3e52,libfaster_hex-802dc543074013d1,libthiserror-8b46b71e7d5db728,libckb_schemars-529ad8ef603b4fee,libdyn_clone-1b6a3de955048721,libserde_json-81442871838e6af0,libmemchr-08f38e9718637002,libitoa-ef40fa516293a9d3,libryu-a7164637bc4900ee,libserde-84b88b3bc04f2c20}.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/rustcIbFixe/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/blake2b-rs-55f0b163185aa0db/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/perun_channel_typescript-b6e3192fb909793b" "-Wl,--gc-sections" "-pie" "-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: duplicate symbol: _start
[INFO] [stdout]           >>> defined at /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o:(_start)
[INFO] [stdout]           >>> defined at entry.rs:21 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ckb-std-0.17.2/src/entry.rs:21)
[INFO] [stdout]           >>>            /opt/rustwide/target/debug/deps/perun_channel_typescript-b6e3192fb909793b.perun_channel_typescript.b5b3f2c3fd778356-cgu.0.rcgu.o:(.text._start+0x0)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `perun-channel-typescript` (bin "perun-channel-typescript") due to 1 previous error; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "ef6b25e887bcb1a6126dc1de599b347c87e49e125390525e449b1bfbbe539d25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef6b25e887bcb1a6126dc1de599b347c87e49e125390525e449b1bfbbe539d25", kill_on_drop: false }`
[INFO] [stdout] ef6b25e887bcb1a6126dc1de599b347c87e49e125390525e449b1bfbbe539d25
