[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 try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoii2020%2Ftest-workspace" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-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-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/joii2020/test-workspace on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 590d58e4496cc0fb4d88fb808df4dda2b1d5382c4ba8c150e99e29a8845f43de [INFO] running `Command { std: "docker" "start" "-a" "590d58e4496cc0fb4d88fb808df4dda2b1d5382c4ba8c150e99e29a8845f43de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "590d58e4496cc0fb4d88fb808df4dda2b1d5382c4ba8c150e99e29a8845f43de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "590d58e4496cc0fb4d88fb808df4dda2b1d5382c4ba8c150e99e29a8845f43de", kill_on_drop: false }` [INFO] [stdout] 590d58e4496cc0fb4d88fb808df4dda2b1d5382c4ba8c150e99e29a8845f43de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6e77d0c8f5e75a2b065fd85aba5ff4e198265f1230aa1319ea63986228e78fb9 [INFO] running `Command { std: "docker" "start" "-a" "6e77d0c8f5e75a2b065fd85aba5ff4e198265f1230aa1319ea63986228e78fb9", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling serde v1.0.210 [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 heapsize v0.4.2 [INFO] [stderr] Compiling ckb_schemars v0.8.19 [INFO] [stderr] Compiling cc v1.1.21 [INFO] [stderr] Compiling anyhow v1.0.89 [INFO] [stderr] Compiling blake2b-ref v0.3.1 [INFO] [stderr] Compiling golomb-coded-set v0.2.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.13 [INFO] [stderr] Compiling ckb-merkle-mountain-range v0.5.2 [INFO] [stderr] Compiling merkle-cbt v0.3.2 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling ckb-constant v0.118.0 [INFO] [stderr] Compiling libloading v0.8.5 [INFO] [stderr] Compiling flate2 v1.0.33 [INFO] [stderr] Compiling gcd v2.3.0 [INFO] [stderr] Compiling buddy-alloc v0.5.1 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling ckb-channel v0.118.0 [INFO] [stderr] Compiling cpufeatures v0.2.14 [INFO] [stderr] Compiling rustix v0.38.37 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling sha-1 v0.10.1 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling xxhash-rust v0.8.12 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling fastrand v2.1.1 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling eaglesong v0.1.0 [INFO] [stderr] Compiling spawn_cmd v0.1.0 (/opt/rustwide/workdir/libs/spawn_cmd) [INFO] [stderr] Compiling includedir v0.6.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 syn v2.0.77 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling mio v1.0.2 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling memmap2 v0.5.10 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ahash v0.7.8 [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 tempfile v3.12.0 [INFO] [stderr] Compiling reflink-copy v0.1.19 [INFO] [stderr] Compiling lru v0.7.8 [INFO] [stderr] Compiling ckb-hash v0.118.0 [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 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 miette-derive v5.10.0 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling secp256k1 v0.29.1 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling zerocopy v0.7.35 [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 numext-fixed-uint-core v0.1.6 [INFO] [stderr] Compiling bytes v1.7.2 [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 ckb-error v0.118.0 [INFO] [stderr] Compiling molecule v0.8.0 [INFO] [stderr] Compiling tokio v1.40.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 exec-parent v0.1.0 (/opt/rustwide/workdir/contracts/exec-parent) [INFO] [stderr] Compiling spawn-parent v0.1.0 (/opt/rustwide/workdir/contracts/spawn-parent) [INFO] [stderr] Compiling exec-child v0.1.0 (/opt/rustwide/workdir/contracts/exec-child) [INFO] [stderr] Compiling spawn-child v0.1.0 (/opt/rustwide/workdir/contracts/spawn-child) [INFO] [stderr] Compiling ckb-verification v0.118.0 [INFO] [stderr] Compiling exec-parent-sim v0.1.0 (/opt/rustwide/workdir/native-simulators/exec-parent-sim) [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 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/rustc4ps2o2/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libckb_std-ccb339029e0a77b0,libgcd-3c8133381d9a669f,libbuddy_alloc-912df8cf6041f74d,libckb_x64_simulator-a9cdafa964fc59f5,liblibloading-e88ba95824d1e976,libckb_mock_tx_types-e1d4f95522f60e99,libckb_traits-41fe1ad2c2436aa8,libckb_jsonrpc_types-f4913008d8121a1e,libckb_types-b2edcbb615ed46db,libmerkle_cbt-c38b3d35942eacc1,libckb_merkle_mountain_range-2d910fb7bfb26336,libgolomb_coded_set-4cdf9e3ab81c2836,libsiphasher-7b49b0cc05d9e611,libbit_vec-ed82a54abc6c00ad,libckb_rational-525b5591d794d85f,libckb_channel-dc66877de2cb59df,libcrossbeam_channel-e8ea4d0c2f82a460,libcrossbeam_utils-358d8724a558436e,libckb_constant-0bc747051f95f8ca,libonce_cell-24c5d665b6879050,liblazy_static-b3603208c0de2608,libckb_gen_types-ce66c2a1e6434297,libmolecule-59df5a0f11d2e765,libbytes-554b14b885bfd2a2,libckb_hash-c596ab89153c377b,libblake2b_ref-fbe6e6603e4d4f5b,libckb_error-26f0617a7e0ec3b0,libanyhow-990b2eea93ad961b,libnumext_fixed_uint-bd1ad26175d4b8bd,libnumext_fixed_uint_core-08393ef0ce9ff4f3,libheapsize-54736d043b3e2c5d,librand-e88b3756a108f19d,librand_chacha-56f9cf441d5a1662,libppv_lite86-522fe0415cf810c6,libzerocopy-a1610b613bf4ffdd,libbyteorder-1efcbe4f07366651,librand_core-8eafc4531ba201f7,libgetrandom-6551cede1402f0a5,liblibc-36f85885e0131609,libcfg_if-33ef6c02a07f9fec,libckb_occupied_capacity-6c740055e6cd7c3b,libckb_occupied_capacity_core-9b795e32ebb64605,libckb_fixed_hash-49dcb426d8f96c12,libckb_fixed_hash_core-804cc4a41ff449a9,libfaster_hex-d876d49a693e3e25,libthiserror-95bdce8fa37756c4,libckb_schemars-5b921eb8a910412c,libdyn_clone-4ac8e222c448f1c1,libserde_json-d3a28a9239a4d479,libmemchr-3ffe5f7a52883367,libitoa-4c6598116a867907,libryu-f8ba606093049f91,libserde-7877d23fc4b6eeca}.rlib" "/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/rustc4ps2o2/raw-dylibs" "-B/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-088eeb620e51126b/out" "-L" "/opt/rustwide/target/debug/build/ckb-x64-simulator-e79cb52f4b8c6979/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/exec_child-e0470acae899f09d" "-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] 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/rustcMwQwGA/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libckb_std-ccb339029e0a77b0,libgcd-3c8133381d9a669f,libbuddy_alloc-912df8cf6041f74d,libckb_x64_simulator-a9cdafa964fc59f5,liblibloading-e88ba95824d1e976,libckb_mock_tx_types-e1d4f95522f60e99,libckb_traits-41fe1ad2c2436aa8,libckb_jsonrpc_types-f4913008d8121a1e,libckb_types-b2edcbb615ed46db,libmerkle_cbt-c38b3d35942eacc1,libckb_merkle_mountain_range-2d910fb7bfb26336,libgolomb_coded_set-4cdf9e3ab81c2836,libsiphasher-7b49b0cc05d9e611,libbit_vec-ed82a54abc6c00ad,libckb_rational-525b5591d794d85f,libckb_channel-dc66877de2cb59df,libcrossbeam_channel-e8ea4d0c2f82a460,libcrossbeam_utils-358d8724a558436e,libckb_constant-0bc747051f95f8ca,libonce_cell-24c5d665b6879050,liblazy_static-b3603208c0de2608,libckb_gen_types-ce66c2a1e6434297,libmolecule-59df5a0f11d2e765,libbytes-554b14b885bfd2a2,libckb_hash-c596ab89153c377b,libblake2b_ref-fbe6e6603e4d4f5b,libckb_error-26f0617a7e0ec3b0,libanyhow-990b2eea93ad961b,libnumext_fixed_uint-bd1ad26175d4b8bd,libnumext_fixed_uint_core-08393ef0ce9ff4f3,libheapsize-54736d043b3e2c5d,librand-e88b3756a108f19d,librand_chacha-56f9cf441d5a1662,libppv_lite86-522fe0415cf810c6,libzerocopy-a1610b613bf4ffdd,libbyteorder-1efcbe4f07366651,librand_core-8eafc4531ba201f7,libgetrandom-6551cede1402f0a5,liblibc-36f85885e0131609,libcfg_if-33ef6c02a07f9fec,libckb_occupied_capacity-6c740055e6cd7c3b,libckb_occupied_capacity_core-9b795e32ebb64605,libckb_fixed_hash-49dcb426d8f96c12,libckb_fixed_hash_core-804cc4a41ff449a9,libfaster_hex-d876d49a693e3e25,libthiserror-95bdce8fa37756c4,libckb_schemars-5b921eb8a910412c,libdyn_clone-4ac8e222c448f1c1,libserde_json-d3a28a9239a4d479,libmemchr-3ffe5f7a52883367,libitoa-4c6598116a867907,libryu-f8ba606093049f91,libserde-7877d23fc4b6eeca}.rlib" "/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/rustcMwQwGA/raw-dylibs" "-B/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-088eeb620e51126b/out" "-L" "/opt/rustwide/target/debug/build/ckb-x64-simulator-e79cb52f4b8c6979/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/exec_parent-a09c60f90e2d4480" "-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/rustcuYHdS6/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libspawn_cmd-7949929e9d142957,libckb_std-ccb339029e0a77b0,libgcd-3c8133381d9a669f,libbuddy_alloc-912df8cf6041f74d,libckb_x64_simulator-a9cdafa964fc59f5,liblibloading-e88ba95824d1e976,libckb_mock_tx_types-e1d4f95522f60e99,libckb_traits-41fe1ad2c2436aa8,libckb_jsonrpc_types-f4913008d8121a1e,libckb_types-b2edcbb615ed46db,libmerkle_cbt-c38b3d35942eacc1,libckb_merkle_mountain_range-2d910fb7bfb26336,libgolomb_coded_set-4cdf9e3ab81c2836,libsiphasher-7b49b0cc05d9e611,libbit_vec-ed82a54abc6c00ad,libckb_rational-525b5591d794d85f,libckb_channel-dc66877de2cb59df,libcrossbeam_channel-e8ea4d0c2f82a460,libcrossbeam_utils-358d8724a558436e,libckb_constant-0bc747051f95f8ca,libonce_cell-24c5d665b6879050,liblazy_static-b3603208c0de2608,libckb_gen_types-ce66c2a1e6434297,libmolecule-59df5a0f11d2e765,libbytes-554b14b885bfd2a2,libckb_hash-c596ab89153c377b,libblake2b_ref-fbe6e6603e4d4f5b,libckb_error-26f0617a7e0ec3b0,libanyhow-990b2eea93ad961b,libnumext_fixed_uint-bd1ad26175d4b8bd,libnumext_fixed_uint_core-08393ef0ce9ff4f3,libheapsize-54736d043b3e2c5d,librand-e88b3756a108f19d,librand_chacha-56f9cf441d5a1662,libppv_lite86-522fe0415cf810c6,libzerocopy-a1610b613bf4ffdd,libbyteorder-1efcbe4f07366651,librand_core-8eafc4531ba201f7,libgetrandom-6551cede1402f0a5,liblibc-36f85885e0131609,libcfg_if-33ef6c02a07f9fec,libckb_occupied_capacity-6c740055e6cd7c3b,libckb_occupied_capacity_core-9b795e32ebb64605,libckb_fixed_hash-49dcb426d8f96c12,libckb_fixed_hash_core-804cc4a41ff449a9,libfaster_hex-d876d49a693e3e25,libthiserror-95bdce8fa37756c4,libckb_schemars-5b921eb8a910412c,libdyn_clone-4ac8e222c448f1c1,libserde_json-d3a28a9239a4d479,libmemchr-3ffe5f7a52883367,libitoa-4c6598116a867907,libryu-f8ba606093049f91,libserde-7877d23fc4b6eeca}.rlib" "/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/rustcuYHdS6/raw-dylibs" "-B/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-088eeb620e51126b/out" "-L" "/opt/rustwide/target/debug/build/ckb-x64-simulator-e79cb52f4b8c6979/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/spawn_parent-7231f6db5b93a945" "-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-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] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcnj3bFF/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libspawn_cmd-7949929e9d142957,libckb_std-ccb339029e0a77b0,libgcd-3c8133381d9a669f,libbuddy_alloc-912df8cf6041f74d,libckb_x64_simulator-a9cdafa964fc59f5,liblibloading-e88ba95824d1e976,libckb_mock_tx_types-e1d4f95522f60e99,libckb_traits-41fe1ad2c2436aa8,libckb_jsonrpc_types-f4913008d8121a1e,libckb_types-b2edcbb615ed46db,libmerkle_cbt-c38b3d35942eacc1,libckb_merkle_mountain_range-2d910fb7bfb26336,libgolomb_coded_set-4cdf9e3ab81c2836,libsiphasher-7b49b0cc05d9e611,libbit_vec-ed82a54abc6c00ad,libckb_rational-525b5591d794d85f,libckb_channel-dc66877de2cb59df,libcrossbeam_channel-e8ea4d0c2f82a460,libcrossbeam_utils-358d8724a558436e,libckb_constant-0bc747051f95f8ca,libonce_cell-24c5d665b6879050,liblazy_static-b3603208c0de2608,libckb_gen_types-ce66c2a1e6434297,libmolecule-59df5a0f11d2e765,libbytes-554b14b885bfd2a2,libckb_hash-c596ab89153c377b,libblake2b_ref-fbe6e6603e4d4f5b,libckb_error-26f0617a7e0ec3b0,libanyhow-990b2eea93ad961b,libnumext_fixed_uint-bd1ad26175d4b8bd,libnumext_fixed_uint_core-08393ef0ce9ff4f3,libheapsize-54736d043b3e2c5d,librand-e88b3756a108f19d,librand_chacha-56f9cf441d5a1662,libppv_lite86-522fe0415cf810c6,libzerocopy-a1610b613bf4ffdd,libbyteorder-1efcbe4f07366651,librand_core-8eafc4531ba201f7,libgetrandom-6551cede1402f0a5,liblibc-36f85885e0131609,libcfg_if-33ef6c02a07f9fec,libckb_occupied_capacity-6c740055e6cd7c3b,libckb_occupied_capacity_core-9b795e32ebb64605,libckb_fixed_hash-49dcb426d8f96c12,libckb_fixed_hash_core-804cc4a41ff449a9,libfaster_hex-d876d49a693e3e25,libthiserror-95bdce8fa37756c4,libckb_schemars-5b921eb8a910412c,libdyn_clone-4ac8e222c448f1c1,libserde_json-d3a28a9239a4d479,libmemchr-3ffe5f7a52883367,libitoa-4c6598116a867907,libryu-f8ba606093049f91,libserde-7877d23fc4b6eeca}.rlib" "/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/rustcnj3bFF/raw-dylibs" "-B/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-088eeb620e51126b/out" "-L" "/opt/rustwide/target/debug/build/ckb-x64-simulator-e79cb52f4b8c6979/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/spawn_child-60a4e051f2756dcb" "-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] running `Command { std: "docker" "inspect" "6e77d0c8f5e75a2b065fd85aba5ff4e198265f1230aa1319ea63986228e78fb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e77d0c8f5e75a2b065fd85aba5ff4e198265f1230aa1319ea63986228e78fb9", kill_on_drop: false }` [INFO] [stdout] 6e77d0c8f5e75a2b065fd85aba5ff4e198265f1230aa1319ea63986228e78fb9