[INFO] cloning repository https://github.com/nervosnetwork/godwoken-scripts [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nervosnetwork/godwoken-scripts" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnervosnetwork%2Fgodwoken-scripts", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnervosnetwork%2Fgodwoken-scripts'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 49568335fc573b688f265f5f6ccd760e2aedb67d [INFO] testing nervosnetwork/godwoken-scripts against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnervosnetwork%2Fgodwoken-scripts" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nervosnetwork/godwoken-scripts on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-12/source/rust-toolchain [INFO] started tweaking git repo https://github.com/nervosnetwork/godwoken-scripts [INFO] finished tweaking git repo https://github.com/nervosnetwork/godwoken-scripts [INFO] tweaked toml for git repo https://github.com/nervosnetwork/godwoken-scripts written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/nervosnetwork/godwoken-scripts already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 773ffd1a31a9197de5876c5210f40943ee6a5528fbb7d48a3d6ea9af5e00d647 [INFO] running `Command { std: "docker" "start" "-a" "773ffd1a31a9197de5876c5210f40943ee6a5528fbb7d48a3d6ea9af5e00d647", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "773ffd1a31a9197de5876c5210f40943ee6a5528fbb7d48a3d6ea9af5e00d647", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "773ffd1a31a9197de5876c5210f40943ee6a5528fbb7d48a3d6ea9af5e00d647", kill_on_drop: false }` [INFO] [stdout] 773ffd1a31a9197de5876c5210f40943ee6a5528fbb7d48a3d6ea9af5e00d647 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e38de80fef539cf23d11c2e20d742006ee3caa28f0164668bae40390783f66e5 [INFO] running `Command { std: "docker" "start" "-a" "e38de80fef539cf23d11c2e20d742006ee3caa28f0164668bae40390783f66e5", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling faster-hex v0.4.1 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling heapsize v0.4.2 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling futures-io v0.3.15 [INFO] [stderr] Compiling bit-vec v0.5.1 [INFO] [stderr] Compiling object v0.23.0 [INFO] [stderr] Compiling rustc-demangle v0.1.19 [INFO] [stderr] Compiling anyhow v1.0.41 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling fastrand v1.4.1 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling event-listener v2.5.1 [INFO] [stderr] Compiling futures-sink v0.3.15 [INFO] [stderr] Compiling async-task v4.0.3 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling subtle v2.4.0 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling block-padding v0.2.1 [INFO] [stderr] Compiling signal-hook v0.3.9 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Compiling openssl-probe v0.1.4 [INFO] [stderr] Compiling cpufeatures v0.1.4 [INFO] [stderr] Compiling faster-hex v0.3.1 [INFO] [stderr] Compiling openssl v0.10.34 [INFO] [stderr] Compiling blake2b-ref v0.2.1 [INFO] [stderr] Compiling const_fn v0.4.8 [INFO] [stderr] Compiling cpuid-bool v0.2.0 [INFO] [stderr] Compiling gw-types v0.1.0 (https://github.com/nervosnetwork/godwoken.git?rev=46dfa5da7461302aa05adf3d3689042b6e42e841#46dfa5da) [INFO] [stderr] Compiling curl v0.4.38 [INFO] [stderr] Compiling async-trait v0.1.50 [INFO] [stderr] Compiling data-encoding v2.3.2 [INFO] [stderr] Compiling isahc v0.9.14 [INFO] [stderr] Compiling plain v0.2.3 [INFO] [stderr] Compiling http-types v2.11.1 [INFO] [stderr] Compiling infer v0.2.3 [INFO] [stderr] Compiling eaglesong v0.1.0 [INFO] [stderr] Compiling semver v1.0.3 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling cty v0.2.1 [INFO] [stderr] Compiling keccak v0.1.0 [INFO] [stderr] Compiling rustc-hex v2.1.0 [INFO] [stderr] Compiling ckb-vm-definitions v0.19.1 (https://github.com/nervosnetwork/ckb-vm.git?tag=0.19.1#3e23ff67) [INFO] [stderr] Compiling ckb-vm-definitions v0.19.3 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling build_const v0.2.2 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling funty v1.1.0 [INFO] [stderr] Compiling ckb-script v0.38.0 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling whoami v1.1.2 [INFO] [stderr] Compiling crossbeam-queue v0.3.2 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling httparse v1.4.1 [INFO] [stderr] Compiling erased-serde v0.3.15 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling httpdate v1.0.1 [INFO] [stderr] Compiling gw-version v0.6.2 (https://github.com/nervosnetwork/godwoken.git?rev=46dfa5da7461302aa05adf3d3689042b6e42e841#46dfa5da) [INFO] [stderr] Compiling faster-hex v0.5.0 [INFO] [stderr] Compiling ckb-script v0.39.1 [INFO] [stderr] Compiling bs58 v0.3.1 [INFO] [stderr] Compiling unsigned-varint v0.3.3 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.7 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling merkle-cbt v0.3.0 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling sparse-merkle-tree v0.5.2-rc1 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling cookie v0.14.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Compiling tokio v1.6.2 [INFO] [stderr] Compiling nom v6.1.2 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling num-bigint v0.3.2 [INFO] [stderr] Compiling num-bigint v0.4.0 [INFO] [stderr] Compiling addr2line v0.14.1 [INFO] [stderr] Compiling tinyvec v1.2.0 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling async-lock v2.4.0 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling http v0.2.4 [INFO] [stderr] Compiling rlp v0.5.0 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling spinning_top v0.2.4 [INFO] [stderr] Compiling gw-hash v0.1.0 (https://github.com/nervosnetwork/godwoken.git?rev=46dfa5da7461302aa05adf3d3689042b6e42e841#46dfa5da) [INFO] [stderr] Compiling extensions v0.2.0 [INFO] [stderr] error: failed to run custom build command for `gw-types v0.1.0 (https://github.com/nervosnetwork/godwoken.git?rev=46dfa5da7461302aa05adf3d3689042b6e42e841#46dfa5da)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/gw-types-919a3d189443b44b/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'failed to execute process: Os { code: 2, kind: NotFound, message: "No such file or directory" }', /opt/rustwide/cargo-home/git/checkouts/godwoken-4851f48c4bb39c56/46dfa5d/crates/types/build.rs:14:14 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x558ce79b84d0 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stderr] 1: 0x558ce79b84d0 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x558ce79b84d0 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x558ce79b84d0 - ::fmt::he1640d5f0d93f618 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] 4: 0x558ce79d562c - core::fmt::write::h88012e1f01caeebf [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stderr] 5: 0x558ce79b6375 - std::io::Write::write_fmt::h360fa85b30182555 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stderr] 6: 0x558ce79ba10b - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stderr] 7: 0x558ce79ba10b - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stderr] 8: 0x558ce79ba10b - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stderr] 9: 0x558ce79b9be1 - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:225:9 [INFO] [stderr] 10: 0x558ce79ba7d4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stderr] 11: 0x558ce79ba2b7 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stderr] 12: 0x558ce79b89cc - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stderr] 13: 0x558ce79ba219 - rust_begin_unwind [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stderr] 14: 0x558ce799c1d1 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stderr] 15: 0x558ce799c263 - core::result::unwrap_failed::h2d8d0952e3250de9 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/result.rs:1599:5 [INFO] [stderr] 16: 0x558ce79a2c5d - core::result::Result::expect::hff6ea924f716370d [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/result.rs:1241:23 [INFO] [stderr] 17: 0x558ce79a179d - build_script_build::build::check_molecule_version::h9fa1ea1ba6f909f9 [INFO] [stderr] at /opt/rustwide/cargo-home/git/checkouts/godwoken-4851f48c4bb39c56/46dfa5d/crates/types/build.rs:11:22 [INFO] [stderr] 18: 0x558ce799f6e6 - build_script_build::main::h4d71c9138ef0dd46 [INFO] [stderr] at /opt/rustwide/cargo-home/git/checkouts/godwoken-4851f48c4bb39c56/46dfa5d/crates/types/build.rs:52:9 [INFO] [stderr] 19: 0x558ce79a036b - core::ops::function::FnOnce::call_once::h3653c3a367ffe1de [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 20: 0x558ce79a12ce - std::sys_common::backtrace::__rust_begin_short_backtrace::hcb13dd06a022934d [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stderr] 21: 0x558ce799f1f1 - std::rt::lang_start::{{closure}}::hab82d34e5c63ac55 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/rt.rs:63:18 [INFO] [stderr] 22: 0x558ce79bacda - core::ops::function::impls:: for &F>::call_once::ha9408abe89f69dc4 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:259:13 [INFO] [stderr] 23: 0x558ce79bacda - std::panicking::try::do_call::h5b0cc9e9102acb65 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stderr] 24: 0x558ce79bacda - std::panicking::try::hddc7f8229138b3ba [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stderr] 25: 0x558ce79bacda - std::panic::catch_unwind::hfa401ff8bab2986e [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stderr] 26: 0x558ce79bacda - std::rt::lang_start_internal::{{closure}}::h8163422320d11405 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/rt.rs:45:48 [INFO] [stderr] 27: 0x558ce79bacda - std::panicking::try::do_call::hc742cc7bb4f0fb20 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stderr] 28: 0x558ce79bacda - std::panicking::try::ha37d8d2dd1acf7d3 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stderr] 29: 0x558ce79bacda - std::panic::catch_unwind::h8a5381d5ecf437bc [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stderr] 30: 0x558ce79bacda - std::rt::lang_start_internal::h7e2cee8c90d4a4d3 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/rt.rs:45:20 [INFO] [stderr] 31: 0x558ce799f1c0 - std::rt::lang_start::hf28361d2324b073f [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/rt.rs:62:5 [INFO] [stderr] 32: 0x558ce799f71c - main [INFO] [stderr] 33: 0x7f339b4e00b3 - __libc_start_main [INFO] [stderr] 34: 0x558ce799c92e - _start [INFO] [stderr] 35: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "e38de80fef539cf23d11c2e20d742006ee3caa28f0164668bae40390783f66e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e38de80fef539cf23d11c2e20d742006ee3caa28f0164668bae40390783f66e5", kill_on_drop: false }` [INFO] [stdout] e38de80fef539cf23d11c2e20d742006ee3caa28f0164668bae40390783f66e5