[INFO] cloning repository https://github.com/v8r-io/v8r-node [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/v8r-io/v8r-node" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fv8r-io%2Fv8r-node", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fv8r-io%2Fv8r-node'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] aefb0a78c272679af33a2b32ec6d0de94d1eea77 [INFO] checking v8r-io/v8r-node/aefb0a78c272679af33a2b32ec6d0de94d1eea77 against master#fcac501a73cdde54de46a0683567f1a890730555 for pr-151102 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fv8r-io%2Fv8r-node" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/v8r-io/v8r-node [INFO] finished tweaking git repo https://github.com/v8r-io/v8r-node [INFO] tweaked toml for git repo https://github.com/v8r-io/v8r-node written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/v8r-io/v8r-node on toolchain fcac501a73cdde54de46a0683567f1a890730555 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fcac501a73cdde54de46a0683567f1a890730555" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/v8r-io/v8r-node 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" "+fcac501a73cdde54de46a0683567f1a890730555" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pallet-session v37.0.0 [INFO] [stderr] Downloaded frame-benchmarking-cli v42.0.0 [INFO] [stderr] Downloaded pallet-grandpa v37.0.0 [INFO] [stderr] Downloaded sc-consensus-grandpa v0.29.0 [INFO] [stderr] Downloaded comfy-table v7.1.1 [INFO] [stderr] Downloaded sc-network-gossip v0.44.0 [INFO] [stderr] Downloaded pallet-authorship v37.0.0 [INFO] [stderr] Downloaded pallet-aura v36.0.0 [INFO] [stderr] Downloaded pallet-transaction-payment-rpc v40.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+fcac501a73cdde54de46a0683567f1a890730555" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 11bd2981e9f129b0d013b7459435e6829d7ce29b4b8a8c3ac086bef594da6d4a [INFO] running `Command { std: "docker" "start" "-a" "11bd2981e9f129b0d013b7459435e6829d7ce29b4b8a8c3ac086bef594da6d4a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "11bd2981e9f129b0d013b7459435e6829d7ce29b4b8a8c3ac086bef594da6d4a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11bd2981e9f129b0d013b7459435e6829d7ce29b4b8a8c3ac086bef594da6d4a", kill_on_drop: false }` [INFO] [stdout] 11bd2981e9f129b0d013b7459435e6829d7ce29b4b8a8c3ac086bef594da6d4a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+fcac501a73cdde54de46a0683567f1a890730555" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e7ff06314d92be826f09c093fee21bba8153cc7a2995b1053ae2c857efe8f812 [INFO] running `Command { std: "docker" "start" "-a" "e7ff06314d92be826f09c093fee21bba8153cc7a2995b1053ae2c857efe8f812", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Checking bytes v1.7.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking const-oid v0.9.6 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Compiling indexmap v2.3.0 [INFO] [stderr] Checking tinyvec v1.8.0 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Checking arrayref v0.3.8 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Compiling prettyplease v0.2.20 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking bs58 v0.5.1 [INFO] [stderr] Checking byte-slice-cast v1.2.2 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling target-lexicon v0.12.16 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Compiling cranelift-isle v0.95.1 [INFO] [stderr] Compiling cranelift-codegen-shared v0.95.1 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling serde_json v1.0.121 [INFO] [stderr] Compiling cranelift-codegen-meta v0.95.1 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking hashbrown v0.13.2 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Checking unicode-normalization v0.1.22 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Checking constant_time_eq v0.3.0 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Checking slice-group-by v0.3.1 [INFO] [stderr] Compiling cc v1.1.7 [INFO] [stderr] Checking bumpalo v3.16.0 [INFO] [stderr] Checking url v2.5.2 [INFO] [stderr] Compiling rustix v0.36.17 [INFO] [stderr] Checking blake2b_simd v1.0.2 [INFO] [stderr] Checking errno v0.3.9 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Checking linux-raw-sys v0.1.4 [INFO] [stderr] Checking regalloc2 v0.6.1 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Compiling memoffset v0.8.0 [INFO] [stderr] Compiling fs-err v2.11.0 [INFO] [stderr] Compiling zstd-safe v5.0.2+zstd.1.5.2 [INFO] [stderr] Checking regex-syntax v0.6.29 [INFO] [stderr] Checking uint v0.9.5 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking is-terminal v0.4.12 [INFO] [stderr] Compiling expander v2.2.1 [INFO] [stderr] Compiling cpp_demangle v0.3.5 [INFO] [stderr] Checking rustc-demangle v0.1.24 [INFO] [stderr] Compiling libsecp256k1-core v0.3.0 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Compiling blake2 v0.10.6 [INFO] [stderr] Compiling file-guard v0.2.0 [INFO] [stderr] Checking dirs-sys-next v0.1.2 [INFO] [stderr] error: could not compile `regex-syntax` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/fcac501a73cdde54de46a0683567f1a890730555/bin/rustc --crate-name regex_syntax --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=b896434c501cf799 -C extra-filename=-adafe89d9c9f580d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "e7ff06314d92be826f09c093fee21bba8153cc7a2995b1053ae2c857efe8f812", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7ff06314d92be826f09c093fee21bba8153cc7a2995b1053ae2c857efe8f812", kill_on_drop: false }` [INFO] [stdout] e7ff06314d92be826f09c093fee21bba8153cc7a2995b1053ae2c857efe8f812