[INFO] cloning repository https://github.com/bottd/vite-plugin-norg
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bottd/vite-plugin-norg" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbottd%2Fvite-plugin-norg", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbottd%2Fvite-plugin-norg'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5d0d59983b136fec15a063eaf6b0a7d5e5c2ce16
[INFO] checking bottd/vite-plugin-norg against 011c518242557d21690f7936b5812318dc2fec47 for pr-159877
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbottd%2Fvite-plugin-norg" "/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/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/bottd/vite-plugin-norg
[INFO] finished tweaking git repo https://github.com/bottd/vite-plugin-norg
[INFO] tweaked toml for git repo https://github.com/bottd/vite-plugin-norg written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bottd/vite-plugin-norg on toolchain 011c518242557d21690f7936b5812318dc2fec47
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/bottd/vite-plugin-norg 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" "+011c518242557d21690f7936b5812318dc2fec47" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 219f3d1e30b82e9629f59f89c733fde318561c09d7a3955a631401e8e1bb4776
[INFO] running `Command { std: "docker" "start" "219f3d1e30b82e9629f59f89c733fde318561c09d7a3955a631401e8e1bb4776", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "219f3d1e30b82e9629f59f89c733fde318561c09d7a3955a631401e8e1bb4776", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "219f3d1e30b82e9629f59f89c733fde318561c09d7a3955a631401e8e1bb4776" "/opt/rustwide/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "219f3d1e30b82e9629f59f89c733fde318561c09d7a3955a631401e8e1bb4776", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "219f3d1e30b82e9629f59f89c733fde318561c09d7a3955a631401e8e1bb4776" "/opt/rustwide/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling tree-sitter-language v0.1.7
[INFO] [stderr]    Compiling cc v1.4.0
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling zerocopy v0.8.55
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]     Checking futures-core v0.3.33
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]    Compiling napi-build v2.3.2
[INFO] [stderr]     Checking futures-channel v0.3.33
[INFO] [stderr]    Compiling convert_case v0.11.0
[INFO] [stderr]    Compiling napi v3.10.3
[INFO] [stderr]     Checking arborium-theme v2.18.1
[INFO] [stderr]     Checking smawk v0.3.3
[INFO] [stderr]     Checking either v1.17.0
[INFO] [stderr]    Compiling arborium v2.18.1
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]    Compiling arborium-jsdoc v2.18.1
[INFO] [stderr]    Compiling arborium-javascript v2.18.1
[INFO] [stderr]    Compiling arborium-css v2.18.1
[INFO] [stderr]    Compiling arborium-c v2.18.1
[INFO] [stderr]    Compiling arborium-html v2.18.1
[INFO] [stderr]    Compiling arborium-typescript v2.18.1
[INFO] [stderr]    Compiling arborium-scss v2.18.1
[INFO] [stderr]    Compiling arborium-tree-sitter v2.18.1
[INFO] [stderr]     Checking regex-automata v0.4.16
[INFO] [stderr]    Compiling arborium-toml v2.18.1
[INFO] [stderr]    Compiling arborium-cpp v2.18.1
[INFO] [stderr]    Compiling arborium-yaml v2.18.1
[INFO] [stderr]    Compiling stacker v0.1.24
[INFO] [stderr]    Compiling ar_archive_writer v0.5.2
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]    Compiling arborium-typst v2.18.1
[INFO] [stderr]    Compiling arborium-solidity v2.18.1
[INFO] [stderr]    Compiling psm v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.33
[INFO] [stderr]     Checking regex v1.13.1
[INFO] [stderr]    Compiling arborium-odin v2.18.1
[INFO] [stderr]    Compiling arborium-rego v2.18.1
[INFO] [stderr]    Compiling arborium-lua v2.18.1
[INFO] [stderr]    Compiling arborium-json v2.18.1
[INFO] [stderr]    Compiling arborium-prolog v2.18.1
[INFO] [stderr]    Compiling arborium-elm v2.18.1
[INFO] [stderr]    Compiling arborium-cedar v2.18.1
[INFO] [stderr]    Compiling arborium-haskell v2.18.1
[INFO] [stderr]    Compiling arborium-zig v2.18.1
[INFO] [stderr]    Compiling arborium-dart v2.18.1
[INFO] [stderr]    Compiling arborium-sparql v2.18.1
[INFO] [stderr]    Compiling arborium-perl v2.18.1
[INFO] [stderr]    Compiling arborium-rescript v2.18.1
[INFO] [stderr]    Compiling arborium-verilog v2.18.1
[INFO] [stderr]    Compiling arborium-make v2.18.1
[INFO] [stderr]    Compiling arborium-julia v2.18.1
[INFO] [stderr]    Compiling arborium-matlab v2.18.1
[INFO] [stderr]    Compiling arborium-erlang v2.18.1
[INFO] [stderr]     Checking futures-util v0.3.33
[INFO] [stderr]    Compiling arborium-cedarschema v2.18.1
[INFO] [stderr]    Compiling arborium-tlaplus v2.18.1
[INFO] [stderr]    Compiling arborium-vim v2.18.1
[INFO] [stderr]    Compiling arborium-hcl v2.18.1
[INFO] [stderr]    Compiling arborium-devicetree v2.18.1
[INFO] [stderr]    Compiling arborium-graphql v2.18.1
[INFO] [stderr]    Compiling arborium-xml v2.18.1
[INFO] [stderr]    Compiling arborium-sql v2.18.1
[INFO] [stderr]    Compiling arborium-proto v2.18.1
[INFO] [stderr]    Compiling arborium-hlsl v2.18.1
[INFO] [stderr]    Compiling arborium-ron v2.18.1
[INFO] [stderr]    Compiling arborium-ada v2.18.1
[INFO] [stderr]    Compiling arborium-just v2.18.1
[INFO] [stderr]    Compiling arborium-meson v2.18.1
[INFO] [stderr]    Compiling arborium-yuri v2.18.1
[INFO] [stderr]    Compiling arborium-fish v2.18.1
[INFO] [stderr]    Compiling arborium-clojure v2.18.1
[INFO] [stderr]    Compiling arborium-idris v2.18.1
[INFO] [stderr]    Compiling arborium-php v2.18.1
[INFO] [stderr]    Compiling arborium-diff v2.18.1
[INFO] [stderr]    Compiling arborium-textproto v2.18.1
[INFO] [stderr]    Compiling arborium-ssh-config v2.18.1
[INFO] [stderr]    Compiling arborium-asciidoc v2.18.1
[INFO] [stderr]    Compiling arborium-svelte v2.18.1
[INFO] [stderr]    Compiling arborium-vue v2.18.1
[INFO] [stderr]    Compiling arborium-vb v2.18.1
[INFO] [stderr]    Compiling arborium-commonlisp v2.18.1
[INFO] [stderr]    Compiling arborium-ruby v2.18.1
[INFO] [stderr]    Compiling arborium-x86asm v2.18.1
[INFO] [stderr]    Compiling arborium-groovy v2.18.1
[INFO] [stderr]    Compiling arborium-python v2.18.1
[INFO] [stderr]    Compiling arborium-thrift v2.18.1
[INFO] [stderr]    Compiling arborium-kconfig v2.18.1
[INFO] [stderr]    Compiling arborium-nginx v2.18.1
[INFO] [stderr]    Compiling arborium-fsharp v2.18.1
[INFO] [stderr]    Compiling arborium-cmake v2.18.1
[INFO] [stderr]    Compiling arborium-ini v2.18.1
[INFO] [stderr]    Compiling arborium-dockerfile v2.18.1
[INFO] [stderr]    Compiling arborium-starlark v2.18.1
[INFO] [stderr]    Compiling arborium-asm v2.18.1
[INFO] [stderr]    Compiling arborium-rust v2.18.1
[INFO] [stderr]    Compiling arborium-postscript v2.18.1
[INFO] [stderr]    Compiling arborium-query v2.18.1
[INFO] [stderr]    Compiling arborium-kdl v2.18.1
[INFO] [stderr]    Compiling arborium-ninja v2.18.1
[INFO] [stderr]    Compiling arborium-gitattributes v2.18.1
[INFO] [stderr]    Compiling arborium-cobol v2.18.1
[INFO] [stderr]    Compiling arborium-swift v2.18.1
[INFO] [stderr]    Compiling arborium-java v2.18.1
[INFO] [stderr]    Compiling arborium-dot v2.18.1
[INFO] [stderr]    Compiling arborium-c-sharp v2.18.1
[INFO] [stderr]    Compiling arborium-agda v2.18.1
[INFO] [stderr]    Compiling arborium-awk v2.18.1
[INFO] [stderr]    Compiling arborium-styx v2.18.1
[INFO] [stderr]    Compiling arborium-uiua v2.18.1
[INFO] [stderr]    Compiling arborium-wit v2.18.1
[INFO] [stderr]    Compiling arborium-objc v2.18.1
[INFO] [stderr]    Compiling arborium-scala v2.18.1
[INFO] [stderr]    Compiling arborium-glsl v2.18.1
[INFO] [stderr]    Compiling arborium-r v2.18.1
[INFO] [stderr]    Compiling arborium-kotlin v2.18.1
[INFO] [stderr]    Compiling arborium-nix v2.18.1
[INFO] [stderr]    Compiling arborium-gleam v2.18.1
[INFO] [stderr]    Compiling arborium-jinja2 v2.18.1
[INFO] [stderr]    Compiling arborium-markdown v2.18.1
[INFO] [stderr]    Compiling arborium-elisp v2.18.1
[INFO] [stderr]    Compiling arborium-caddy v2.18.1
[INFO] [stderr]    Compiling arborium-bash v2.18.1
[INFO] [stderr]    Compiling arborium-zsh v2.18.1
[INFO] [stderr]    Compiling arborium-powershell v2.18.1
[INFO] [stderr]    Compiling arborium-tsx v2.18.1
[INFO] [stderr]    Compiling arborium-go v2.18.1
[INFO] [stderr]    Compiling arborium-ocaml v2.18.1
[INFO] [stderr]    Compiling arborium-scheme v2.18.1
[INFO] [stderr]    Compiling arborium-regex v2.18.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling arborium-lean v2.18.1
[INFO] [stderr]    Compiling arborium-vhdl v2.18.1
[INFO] [stderr]    Compiling arborium-jq v2.18.1
[INFO] [stderr]    Compiling arborium-elixir v2.18.1
[INFO] [stderr]    Compiling arborium-capnp v2.18.1
[INFO] [stderr]    Compiling arborium-d v2.18.1
[INFO] [stderr]    Compiling arborium-batch v2.18.1
[INFO] [stderr]     Checking futures-executor v0.3.33
[INFO] [stderr] warning: arborium-lean@2.18.1: cc: fatal error: Killed signal terminated program cc1
[INFO] [stderr] warning: arborium-lean@2.18.1: compilation terminated.
[INFO] [stderr] error: failed to run custom build command for `arborium-lean v2.18.1`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/arborium-lean-1d78fee7c0067239/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arborium-lean-2.18.1/grammar/src/parser.c
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arborium-lean-2.18.1/grammar/scanner.c
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_FORCE_DISABLE
[INFO] [stderr]   CC_FORCE_DISABLE = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
[INFO] [stderr]   CC_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
[INFO] [stderr]   CC_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CC
[INFO] [stderr]   HOST_CC = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC
[INFO] [stderr]   CC = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CFLAGS
[INFO] [stderr]   HOST_CFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CFLAGS
[INFO] [stderr]   HOST_CFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CFLAGS
[INFO] [stderr]   HOST_CFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CFLAGS
[INFO] [stderr]   HOST_CFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:warning=cc: fatal error: Killed signal terminated program cc1
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   error occurred in cc-rs: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-Os" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arborium-lean-2.18.1/grammar/src" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arborium-lean-2.18.1/grammar" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arborium-lean-2.18.1/grammar/src/tree_sitter" "-w" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/opt/rustwide/target/debug/build/arborium-lean-144662d70da13f62/out/fc2ccab8182abc6a-parser.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arborium-lean-2.18.1/grammar/src/parser.c"
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "219f3d1e30b82e9629f59f89c733fde318561c09d7a3955a631401e8e1bb4776", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "219f3d1e30b82e9629f59f89c733fde318561c09d7a3955a631401e8e1bb4776", kill_on_drop: false }`
[INFO] [stdout] 219f3d1e30b82e9629f59f89c733fde318561c09d7a3955a631401e8e1bb4776
