[INFO] cloning repository https://github.com/joii2020/test-workspace
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/joii2020/test-workspace" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoii2020%2Ftest-workspace", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoii2020%2Ftest-workspace'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f2325db72dea38ae444b56833356184f084dd983
[INFO] testing joii2020/test-workspace 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%2Fjoii2020%2Ftest-workspace" "/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/joii2020/test-workspace
[INFO] finished tweaking git repo https://github.com/joii2020/test-workspace
[INFO] tweaked toml for git repo https://github.com/joii2020/test-workspace written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/joii2020/test-workspace 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/joii2020/test-workspace 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] 7593d8fb230884bdeae4d18b425fa2deb368b38dd431b01ccf6e90390f51e93e
[INFO] running `Command { std: "docker" "start" "-a" "7593d8fb230884bdeae4d18b425fa2deb368b38dd431b01ccf6e90390f51e93e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7593d8fb230884bdeae4d18b425fa2deb368b38dd431b01ccf6e90390f51e93e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7593d8fb230884bdeae4d18b425fa2deb368b38dd431b01ccf6e90390f51e93e", kill_on_drop: false }`
[INFO] [stdout] 7593d8fb230884bdeae4d18b425fa2deb368b38dd431b01ccf6e90390f51e93e
[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] edf79bef2ff6944aa5809c0e9568372c2f36fa8714610aea3bb18028851bd9c1
[INFO] running `Command { std: "docker" "start" "-a" "edf79bef2ff6944aa5809c0e9568372c2f36fa8714610aea3bb18028851bd9c1", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling faster-hex v0.6.1
[INFO] [stderr]    Compiling ckb_schemars v0.8.19
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling cc v1.1.21
[INFO] [stderr]    Compiling heapsize v0.4.2
[INFO] [stderr]    Compiling dyn-clone v1.0.17
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling cty v0.2.2
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling anyhow v1.0.89
[INFO] [stderr]    Compiling blake2b-ref v0.3.1
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling golomb-coded-set v0.2.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.13
[INFO] [stderr]    Compiling merkle-cbt v0.3.2
[INFO] [stderr]    Compiling ckb-merkle-mountain-range v0.5.2
[INFO] [stderr]    Compiling ckb-constant v0.118.0
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling miniz_oxide v0.8.0
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]    Compiling gcd v2.3.0
[INFO] [stderr]    Compiling buddy-alloc v0.5.1
[INFO] [stderr]    Compiling phf v0.8.0
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling sha-1 v0.10.1
[INFO] [stderr]    Compiling xxhash-rust v0.8.12
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling ckb-channel v0.118.0
[INFO] [stderr]    Compiling flate2 v1.0.33
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling spawn_cmd v0.1.0 (/opt/rustwide/workdir/libs/spawn_cmd)
[INFO] [stderr]    Compiling eaglesong v0.1.0
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling memmap2 v0.5.10
[INFO] [stderr]    Compiling plain v0.2.3
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling includedir v0.6.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling ckb-logger v0.118.0
[INFO] [stderr]    Compiling ckb-vm-definitions v0.24.12
[INFO] [stderr]    Compiling ckb-script v0.118.0
[INFO] [stderr]    Compiling ckb-systemtime v0.118.0
[INFO] [stderr]    Compiling ckb-always-success-script v0.0.1
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling blake2b-rs v0.2.0
[INFO] [stderr]    Compiling ckb-x64-simulator v0.9.2 (https://github.com/joii2020/ckb-x64-simulator.git?rev=24e5295#24e52955)
[INFO] [stderr]    Compiling ckb-std v0.16.0 (https://github.com/joii2020/ckb-std.git?rev=5bd8c01#5bd8c01c)
[INFO] [stderr]    Compiling secp256k1-sys v0.10.1
[INFO] [stderr]    Compiling ckb-vm v0.24.12
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling ckb-hash v0.118.0
[INFO] [stderr]    Compiling lru v0.7.8
[INFO] [stderr]    Compiling serde_derive_internals v0.26.0
[INFO] [stderr]    Compiling numext-constructor v0.1.6
[INFO] [stderr]    Compiling scroll_derive v0.10.5
[INFO] [stderr]    Compiling tempfile v3.12.0
[INFO] [stderr]    Compiling reflink-copy v0.1.19
[INFO] [stderr]    Compiling ckb_schemars_derive v0.8.19
[INFO] [stderr]    Compiling scroll v0.10.2
[INFO] [stderr]    Compiling goblin v0.4.0
[INFO] [stderr]    Compiling goblin v0.2.3
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling miette-derive v5.10.0
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling secp256k1 v0.29.1
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling miette v5.10.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]    Compiling phf_codegen v0.8.0
[INFO] [stderr]    Compiling includedir_codegen v0.6.0
[INFO] [stderr]    Compiling ckb-system-scripts v0.5.4
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling bytes v1.7.2
[INFO] [stderr]    Compiling numext-fixed-uint-core v0.1.6
[INFO] [stderr]    Compiling ckb-occupied-capacity-core v0.118.0
[INFO] [stderr]    Compiling ssri v9.2.0
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling ckb-occupied-capacity-macros v0.118.0
[INFO] [stderr]    Compiling ckb-occupied-capacity v0.118.0
[INFO] [stderr]    Compiling molecule v0.8.0
[INFO] [stderr]    Compiling tokio v1.40.0
[INFO] [stderr]    Compiling ckb-error v0.118.0
[INFO] [stderr]    Compiling ckb-verification-traits v0.118.0
[INFO] [stderr]    Compiling ckb-fixed-hash-core v0.118.0
[INFO] [stderr]    Compiling ckb-fixed-hash-macros v0.118.0
[INFO] [stderr]    Compiling ckb-fixed-hash v0.118.0
[INFO] [stderr]    Compiling ckb-crypto v0.118.0
[INFO] [stderr]    Compiling tokio-stream v0.1.16
[INFO] [stderr]    Compiling cacache v12.0.0
[INFO] [stderr]    Compiling numext-fixed-uint-hack v0.1.6
[INFO] [stderr]    Compiling numext-fixed-uint v0.1.6
[INFO] [stderr]    Compiling ckb-rational v0.118.0
[INFO] [stderr]    Compiling ckb-gen-types v0.118.0
[INFO] [stderr]    Compiling ckb-types v0.118.0
[INFO] [stderr]    Compiling ckb-traits v0.118.0
[INFO] [stderr]    Compiling ckb-jsonrpc-types v0.118.0
[INFO] [stderr]    Compiling ckb-dao-utils v0.118.0
[INFO] [stderr]    Compiling ckb-pow v0.118.0
[INFO] [stderr]    Compiling ckb-resource v0.118.0
[INFO] [stderr]    Compiling ckb-mock-tx-types v0.118.0
[INFO] [stderr]    Compiling ckb-chain-spec v0.118.0
[INFO] [stderr]    Compiling ckb-dao v0.118.0
[INFO] [stderr]    Compiling ckb-verification v0.118.0
[INFO] [stderr]    Compiling exec-child v0.1.0 (/opt/rustwide/workdir/contracts/exec-child)
[INFO] [stderr]    Compiling exec-parent v0.1.0 (/opt/rustwide/workdir/contracts/exec-parent)
[INFO] [stderr]    Compiling spawn-child v0.1.0 (/opt/rustwide/workdir/contracts/spawn-child)
[INFO] [stderr]    Compiling spawn-parent v0.1.0 (/opt/rustwide/workdir/contracts/spawn-parent)
[INFO] [stderr]    Compiling exec-child-sim v0.1.0 (/opt/rustwide/workdir/native-simulators/exec-child-sim)
[INFO] [stderr]    Compiling spawn-child-sim v0.1.0 (/opt/rustwide/workdir/native-simulators/spawn-child-sim)
[INFO] [stderr]    Compiling exec-parent-sim v0.1.0 (/opt/rustwide/workdir/native-simulators/exec-parent-sim)
[INFO] [stderr]    Compiling ckb-testtool v0.13.1 (https://github.com/joii2020/ckb-testtool.git?rev=feac46e#feac46e8)
[INFO] [stderr]    Compiling spawn-parent-sim v0.1.0 (/opt/rustwide/workdir/native-simulators/spawn-parent-sim)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcEIIYQb/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libspawn_cmd-8e39f179108d0515,libckb_std-60f5be9d5b17060f,libgcd-df1e9b5aa49a819b,libbuddy_alloc-6b8633c0ab930f91,libckb_x64_simulator-21f7978b537078d7,liblibloading-afde54a491daafc2,libckb_mock_tx_types-fed602ebc74d6049,libckb_traits-dc8f07eb43efab29,libckb_jsonrpc_types-142ab944fa23c027,libckb_types-83093576031ae4a6,libmerkle_cbt-58d8313757f56a7d,libckb_merkle_mountain_range-e329d5428695621c,libgolomb_coded_set-5030a2cb245d3557,libsiphasher-6bb0304e8b0d0631,libbit_vec-1484b09fcc589a29,libckb_rational-0b3e0cda56a1d327,libckb_channel-edaf09308e011c10,libcrossbeam_channel-51d5df81a59e3bee,libcrossbeam_utils-fdd1b66deb1cb1ce,libckb_constant-fdb77330701d058d,libonce_cell-a1d7742f74efe1da,liblazy_static-3674be3f4245d19b,libckb_gen_types-047bca1e3ca32b93,libmolecule-2ac2581be46f3d3a,libbytes-6d4e91bcde0930a7,libckb_hash-1a3a1bcc9c3d211e,libblake2b_ref-77084bad5c35912c,libckb_error-27f5354a8403a1d3,libanyhow-21b585f28397b404,libnumext_fixed_uint-0f29b6e0bf0c72ea,libnumext_fixed_uint_core-ca86a98c4a9baec4,libheapsize-e1372a22a1845d6b,librand-9d04cd2cc1c8af84,librand_chacha-35605e8198031b26,libppv_lite86-e5fd242ea9f8971b,libzerocopy-e62b3b366f19d8fa,libbyteorder-8f59b6d1bfdaa844,librand_core-a817d9eb3de152a8,libgetrandom-5c13feb0ce3919d2,liblibc-331b00941c9580e8,libcfg_if-3e7fc4e38d4a72b5,libckb_occupied_capacity-a98599ff51c055d1,libckb_occupied_capacity_core-a6c6c2b43c41666f,libckb_fixed_hash-7366d8bec67d5cbd,libckb_fixed_hash_core-2ce92f3124f2a508,libfaster_hex-802dc543074013d1,libthiserror-5125743cf6233fed,libckb_schemars-9bba9bb74a9420f0,libdyn_clone-5258a20ab3811a89,libserde_json-9d994c83526d568a,libmemchr-08f38e9718637002,libitoa-20e94f961f8d160c,libryu-a980823ac8640001,libserde-55d904358e412d7a}.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" "-ldl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcEIIYQb/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-78b273cfce034881/out" "-L" "/opt/rustwide/target/debug/build/ckb-x64-simulator-57fc7cd5a352061e/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/spawn_child-21631d8f3e87b1fa" "-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: undefined symbol: main
[INFO] [stdout]           >>> referenced by /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o:(_start)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `spawn-child` (bin "spawn-child") 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" "-m64" "/tmp/rustcl1Bw0g/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libckb_std-60f5be9d5b17060f,libgcd-df1e9b5aa49a819b,libbuddy_alloc-6b8633c0ab930f91,libckb_x64_simulator-21f7978b537078d7,liblibloading-afde54a491daafc2,libckb_mock_tx_types-fed602ebc74d6049,libckb_traits-dc8f07eb43efab29,libckb_jsonrpc_types-142ab944fa23c027,libckb_types-83093576031ae4a6,libmerkle_cbt-58d8313757f56a7d,libckb_merkle_mountain_range-e329d5428695621c,libgolomb_coded_set-5030a2cb245d3557,libsiphasher-6bb0304e8b0d0631,libbit_vec-1484b09fcc589a29,libckb_rational-0b3e0cda56a1d327,libckb_channel-edaf09308e011c10,libcrossbeam_channel-51d5df81a59e3bee,libcrossbeam_utils-fdd1b66deb1cb1ce,libckb_constant-fdb77330701d058d,libonce_cell-a1d7742f74efe1da,liblazy_static-3674be3f4245d19b,libckb_gen_types-047bca1e3ca32b93,libmolecule-2ac2581be46f3d3a,libbytes-6d4e91bcde0930a7,libckb_hash-1a3a1bcc9c3d211e,libblake2b_ref-77084bad5c35912c,libckb_error-27f5354a8403a1d3,libanyhow-21b585f28397b404,libnumext_fixed_uint-0f29b6e0bf0c72ea,libnumext_fixed_uint_core-ca86a98c4a9baec4,libheapsize-e1372a22a1845d6b,librand-9d04cd2cc1c8af84,librand_chacha-35605e8198031b26,libppv_lite86-e5fd242ea9f8971b,libzerocopy-e62b3b366f19d8fa,libbyteorder-8f59b6d1bfdaa844,librand_core-a817d9eb3de152a8,libgetrandom-5c13feb0ce3919d2,liblibc-331b00941c9580e8,libcfg_if-3e7fc4e38d4a72b5,libckb_occupied_capacity-a98599ff51c055d1,libckb_occupied_capacity_core-a6c6c2b43c41666f,libckb_fixed_hash-7366d8bec67d5cbd,libckb_fixed_hash_core-2ce92f3124f2a508,libfaster_hex-802dc543074013d1,libthiserror-5125743cf6233fed,libckb_schemars-9bba9bb74a9420f0,libdyn_clone-5258a20ab3811a89,libserde_json-9d994c83526d568a,libmemchr-08f38e9718637002,libitoa-20e94f961f8d160c,libryu-a980823ac8640001,libserde-55d904358e412d7a}.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" "-ldl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcl1Bw0g/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-78b273cfce034881/out" "-L" "/opt/rustwide/target/debug/build/ckb-x64-simulator-57fc7cd5a352061e/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/exec_child-c96b38bea7c207af" "-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: undefined symbol: main
[INFO] [stdout]           >>> referenced by /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o:(_start)
[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/rustcgsn3mx/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libspawn_cmd-8e39f179108d0515,libckb_std-60f5be9d5b17060f,libgcd-df1e9b5aa49a819b,libbuddy_alloc-6b8633c0ab930f91,libckb_x64_simulator-21f7978b537078d7,liblibloading-afde54a491daafc2,libckb_mock_tx_types-fed602ebc74d6049,libckb_traits-dc8f07eb43efab29,libckb_jsonrpc_types-142ab944fa23c027,libckb_types-83093576031ae4a6,libmerkle_cbt-58d8313757f56a7d,libckb_merkle_mountain_range-e329d5428695621c,libgolomb_coded_set-5030a2cb245d3557,libsiphasher-6bb0304e8b0d0631,libbit_vec-1484b09fcc589a29,libckb_rational-0b3e0cda56a1d327,libckb_channel-edaf09308e011c10,libcrossbeam_channel-51d5df81a59e3bee,libcrossbeam_utils-fdd1b66deb1cb1ce,libckb_constant-fdb77330701d058d,libonce_cell-a1d7742f74efe1da,liblazy_static-3674be3f4245d19b,libckb_gen_types-047bca1e3ca32b93,libmolecule-2ac2581be46f3d3a,libbytes-6d4e91bcde0930a7,libckb_hash-1a3a1bcc9c3d211e,libblake2b_ref-77084bad5c35912c,libckb_error-27f5354a8403a1d3,libanyhow-21b585f28397b404,libnumext_fixed_uint-0f29b6e0bf0c72ea,libnumext_fixed_uint_core-ca86a98c4a9baec4,libheapsize-e1372a22a1845d6b,librand-9d04cd2cc1c8af84,librand_chacha-35605e8198031b26,libppv_lite86-e5fd242ea9f8971b,libzerocopy-e62b3b366f19d8fa,libbyteorder-8f59b6d1bfdaa844,librand_core-a817d9eb3de152a8,libgetrandom-5c13feb0ce3919d2,liblibc-331b00941c9580e8,libcfg_if-3e7fc4e38d4a72b5,libckb_occupied_capacity-a98599ff51c055d1,libckb_occupied_capacity_core-a6c6c2b43c41666f,libckb_fixed_hash-7366d8bec67d5cbd,libckb_fixed_hash_core-2ce92f3124f2a508,libfaster_hex-802dc543074013d1,libthiserror-5125743cf6233fed,libckb_schemars-9bba9bb74a9420f0,libdyn_clone-5258a20ab3811a89,libserde_json-9d994c83526d568a,libmemchr-08f38e9718637002,libitoa-20e94f961f8d160c,libryu-a980823ac8640001,libserde-55d904358e412d7a}.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" "-ldl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcgsn3mx/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-78b273cfce034881/out" "-L" "/opt/rustwide/target/debug/build/ckb-x64-simulator-57fc7cd5a352061e/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/spawn_parent-4be5e7a5de89059a" "-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: undefined symbol: main
[INFO] [stdout]           >>> referenced by /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o:(_start)
[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/rustcXv5s6s/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libckb_std-60f5be9d5b17060f,libgcd-df1e9b5aa49a819b,libbuddy_alloc-6b8633c0ab930f91,libckb_x64_simulator-21f7978b537078d7,liblibloading-afde54a491daafc2,libckb_mock_tx_types-fed602ebc74d6049,libckb_traits-dc8f07eb43efab29,libckb_jsonrpc_types-142ab944fa23c027,libckb_types-83093576031ae4a6,libmerkle_cbt-58d8313757f56a7d,libckb_merkle_mountain_range-e329d5428695621c,libgolomb_coded_set-5030a2cb245d3557,libsiphasher-6bb0304e8b0d0631,libbit_vec-1484b09fcc589a29,libckb_rational-0b3e0cda56a1d327,libckb_channel-edaf09308e011c10,libcrossbeam_channel-51d5df81a59e3bee,libcrossbeam_utils-fdd1b66deb1cb1ce,libckb_constant-fdb77330701d058d,libonce_cell-a1d7742f74efe1da,liblazy_static-3674be3f4245d19b,libckb_gen_types-047bca1e3ca32b93,libmolecule-2ac2581be46f3d3a,libbytes-6d4e91bcde0930a7,libckb_hash-1a3a1bcc9c3d211e,libblake2b_ref-77084bad5c35912c,libckb_error-27f5354a8403a1d3,libanyhow-21b585f28397b404,libnumext_fixed_uint-0f29b6e0bf0c72ea,libnumext_fixed_uint_core-ca86a98c4a9baec4,libheapsize-e1372a22a1845d6b,librand-9d04cd2cc1c8af84,librand_chacha-35605e8198031b26,libppv_lite86-e5fd242ea9f8971b,libzerocopy-e62b3b366f19d8fa,libbyteorder-8f59b6d1bfdaa844,librand_core-a817d9eb3de152a8,libgetrandom-5c13feb0ce3919d2,liblibc-331b00941c9580e8,libcfg_if-3e7fc4e38d4a72b5,libckb_occupied_capacity-a98599ff51c055d1,libckb_occupied_capacity_core-a6c6c2b43c41666f,libckb_fixed_hash-7366d8bec67d5cbd,libckb_fixed_hash_core-2ce92f3124f2a508,libfaster_hex-802dc543074013d1,libthiserror-5125743cf6233fed,libckb_schemars-9bba9bb74a9420f0,libdyn_clone-5258a20ab3811a89,libserde_json-9d994c83526d568a,libmemchr-08f38e9718637002,libitoa-20e94f961f8d160c,libryu-a980823ac8640001,libserde-55d904358e412d7a}.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" "-ldl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcXv5s6s/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-78b273cfce034881/out" "-L" "/opt/rustwide/target/debug/build/ckb-x64-simulator-57fc7cd5a352061e/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/exec_parent-38a54fbde3d6db55" "-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: undefined symbol: main
[INFO] [stdout]           >>> referenced by /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o:(_start)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `exec-child` (bin "exec-child") due to 1 previous error
[INFO] [stderr] error: could not compile `exec-parent` (bin "exec-parent") due to 1 previous error
[INFO] [stderr] error: could not compile `spawn-parent` (bin "spawn-parent") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "edf79bef2ff6944aa5809c0e9568372c2f36fa8714610aea3bb18028851bd9c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "edf79bef2ff6944aa5809c0e9568372c2f36fa8714610aea3bb18028851bd9c1", kill_on_drop: false }`
[INFO] [stdout] edf79bef2ff6944aa5809c0e9568372c2f36fa8714610aea3bb18028851bd9c1
