[INFO] cloning repository https://github.com/guilhermeprokisch/smd [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/guilhermeprokisch/smd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguilhermeprokisch%2Fsmd", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguilhermeprokisch%2Fsmd'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3c7b9f2705dd8615e34f4052dc1810bfd3ebac21 [INFO] testing guilhermeprokisch/smd against beta-2026-04-21 for beta-1.96-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguilhermeprokisch%2Fsmd" "/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/guilhermeprokisch/smd [INFO] finished tweaking git repo https://github.com/guilhermeprokisch/smd [INFO] tweaked toml for git repo https://github.com/guilhermeprokisch/smd written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/guilhermeprokisch/smd on toolchain beta-2026-04-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/guilhermeprokisch/smd 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-2026-04-21" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 38dcf75bb6f92c2197038df4f1a170eea6b752ae4e02b05e151fded84ec8670f [INFO] running `Command { std: "docker" "start" "-a" "38dcf75bb6f92c2197038df4f1a170eea6b752ae4e02b05e151fded84ec8670f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "38dcf75bb6f92c2197038df4f1a170eea6b752ae4e02b05e151fded84ec8670f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38dcf75bb6f92c2197038df4f1a170eea6b752ae4e02b05e151fded84ec8670f", kill_on_drop: false }` [INFO] [stdout] 38dcf75bb6f92c2197038df4f1a170eea6b752ae4e02b05e151fded84ec8670f [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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7681f13e4ba9df36a64f1d7e967ea8920892f391d40399d353d94af0d3ae991b [INFO] running `Command { std: "docker" "start" "-a" "7681f13e4ba9df36a64f1d7e967ea8920892f391d40399d353d94af0d3ae991b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.183 [INFO] [stderr] Compiling find-msvc-tools v0.1.9 [INFO] [stderr] Compiling tree-sitter-language v0.1.7 [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling bytes v1.7.1 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling mio v1.0.2 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling cc v1.2.56 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling bytemuck v1.18.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling anyhow v1.0.88 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling mac v0.1.1 [INFO] [stderr] Compiling rustls-pki-types v1.8.0 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling futf v0.1.5 [INFO] [stderr] Compiling miniz_oxide v0.8.0 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling phf v0.11.2 [INFO] [stderr] Compiling tokio v1.40.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling httparse v1.9.4 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling miniz_oxide v0.7.4 [INFO] [stderr] Compiling tendril v0.4.3 [INFO] [stderr] Compiling tree-sitter v0.25.10 [INFO] [stderr] Compiling flate2 v1.0.33 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling built v0.7.4 [INFO] [stderr] Compiling aligned-vec v0.5.0 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling rustls v0.23.13 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling weezl v0.1.8 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling pin-project v1.1.5 [INFO] [stderr] Compiling jpeg-decoder v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling pcre2-sys v0.2.9 [INFO] [stderr] Compiling v_frame v0.3.8 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Compiling phf_codegen v0.11.2 [INFO] [stderr] Compiling string_cache_codegen v0.5.2 [INFO] [stderr] Compiling tinyvec v1.8.0 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling rustls-webpki v0.102.8 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling markup5ever v0.12.1 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling html5ever v0.27.0 [INFO] [stderr] Compiling profiling-procmacros v1.0.15 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rgb v0.8.50 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling string_cache v0.8.7 [INFO] [stderr] Compiling fdeflate v0.3.4 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling flume v0.11.0 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling anstyle-query v1.1.5 [INFO] [stderr] Compiling linux-raw-sys v0.12.1 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling tower-layer v0.3.3 [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling exr v1.72.0 [INFO] [stderr] Compiling gif v0.13.1 [INFO] [stderr] Compiling signal-hook-mio v0.2.4 [INFO] [stderr] Compiling png v0.17.13 [INFO] [stderr] Compiling hyper v1.4.1 [INFO] [stderr] Compiling av1-grain v0.2.3 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling profiling v1.0.15 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling derive_builder_core v0.20.2 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling tree-sitter-fsharp v0.1.0 [INFO] [stderr] Compiling tree-sitter-toml-ng v0.7.0 [INFO] [stderr] Compiling tree-sitter-java v0.23.5 [INFO] [stderr] Compiling tree-sitter-r v1.2.0 [INFO] [stderr] Compiling tree-sitter-sequel v0.3.11 [INFO] [stderr] Compiling tree-sitter-cpp v0.23.4 [INFO] [stderr] Compiling tree-sitter-haskell v0.23.1 [INFO] [stderr] Compiling tree-sitter-ruby v0.23.1 [INFO] [stderr] Compiling tree-sitter-nix v0.3.0 [INFO] [stderr] Compiling tree-sitter-scala v0.24.1 [INFO] [stderr] Compiling tree-sitter-comment v0.3.0 [INFO] [stderr] Compiling tree-sitter-php v0.24.2 [INFO] [stderr] Compiling tree-sitter-embedded-template v0.25.0 [INFO] [stderr] Compiling tree-sitter-yaml v0.7.2 [INFO] [stderr] Compiling tree-sitter-go v0.25.0 [INFO] [stderr] Compiling tree-sitter-elixir v0.3.5 [INFO] [stderr] Compiling tree-sitter-rust v0.24.0 [INFO] [stderr] Compiling tree-sitter-svelte-ng v1.0.2 [INFO] [stderr] Compiling tree-sitter-lua v0.4.1 [INFO] [stderr] Compiling tree-sitter-zig v1.1.2 [INFO] [stderr] Compiling tree-sitter-json v0.24.8 [INFO] [stderr] Compiling tree-sitter-powershell v0.25.10 [INFO] [stderr] Compiling tree-sitter-asm v0.24.0 [INFO] [stderr] Compiling tree-sitter-javascript v0.25.0 [INFO] [stderr] Compiling tree-sitter-hcl v1.1.0 [INFO] [stderr] Compiling tree-sitter-elm v5.9.0 [INFO] [stderr] Compiling tree-sitter-diff v0.1.0 [INFO] [stderr] Compiling tree-sitter-regex v0.25.0 [INFO] [stderr] Compiling tree-sitter-cmake v0.7.1 [INFO] [stderr] Compiling tree-sitter-css v0.25.0 [INFO] [stderr] Compiling tree-sitter-objc v3.0.2 [INFO] [stderr] Compiling tree-sitter-gleam v1.0.0 [INFO] [stderr] Compiling tree-sitter-proto v0.4.0 [INFO] [stderr] Compiling tree-sitter-python v0.25.0 [INFO] [stderr] Compiling tree-sitter-c-sharp v0.23.1 [INFO] [stderr] Compiling tree-sitter-heex v0.8.1 [INFO] [stderr] Compiling tree-sitter-swift v0.7.1 [INFO] [stderr] Compiling tree-sitter-erlang v0.15.0 [INFO] [stderr] Compiling tree-sitter-typescript v0.23.2 [INFO] [stderr] Compiling tree-sitter-bash v0.25.1 [INFO] [stderr] Compiling tree-sitter-ocaml v0.24.2 [INFO] [stderr] Compiling tree-sitter-c v0.24.1 [INFO] [stderr] Compiling tree-sitter-html v0.23.2 [INFO] [stderr] Compiling tree-sitter-xml v0.7.0 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling bstr v1.10.0 [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Compiling v_htmlescape v0.15.8 [INFO] [stderr] Compiling fastrand v2.1.1 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling imgref v1.10.1 [INFO] [stderr] Compiling rustix v0.38.37 [INFO] [stderr] Compiling streaming-iterator v0.1.9 [INFO] [stderr] Compiling bitstream-io v2.5.3 [INFO] [stderr] Compiling clap_lex v1.0.0 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling clap_builder v4.5.60 [INFO] [stderr] Compiling lumis v0.1.3 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling loop9 v0.1.5 [INFO] [stderr] Compiling tempfile v3.27.0 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling globset v0.4.15 [INFO] [stderr] error: could not compile `rav1e` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name rav1e --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rav1e-0.7.1/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 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aom-sys", "asm", "av-metrics", "backtrace", "bench", "binaries", "byteorder", "capi", "cc", "channel-api", "check_asm", "clap", "clap_complete", "console", "crossbeam", "dav1d-sys", "decode_test", "decode_test_dav1d", "default", "desync_finder", "dump_ivf", "dump_lookahead_data", "fern", "git_version", "image", "ivf", "nasm-rs", "nom", "quick_test", "scan_fmt", "scenechange", "serde", "serde-big-array", "serialize", "signal-hook", "signal_support", "threading", "toml", "tracing", "tracing-chrome", "tracing-subscriber", "unstable", "wasm", "wasm-bindgen", "y4m"))' -C metadata=32f2510835581c19 -C extra-filename=-d4c75a56a1b05c94 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern arg_enum_proc_macro=/opt/rustwide/target/debug/deps/libarg_enum_proc_macro-a64d098ce3b26c52.so --extern arrayvec=/opt/rustwide/target/debug/deps/libarrayvec-ff2a04082732a9b8.rmeta --extern av1_grain=/opt/rustwide/target/debug/deps/libav1_grain-d4e3be2e7c298593.rmeta --extern bitstream_io=/opt/rustwide/target/debug/deps/libbitstream_io-80fbe58554f60e2f.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-d9b80cb51cda7b5b.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-ef53ba2031b9bf26.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-beaac0770c9b643f.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-44cc25a8b2c5ba51.rmeta --extern rayon=/opt/rustwide/target/debug/deps/libmaybe_rayon-e811e6500341b43d.rmeta --extern debug_unreachable=/opt/rustwide/target/debug/deps/libdebug_unreachable-bd060a78c3a566c1.rmeta --extern noop_proc_macro=/opt/rustwide/target/debug/deps/libnoop_proc_macro-a4fca74ab0846f90.so --extern num_derive=/opt/rustwide/target/debug/deps/libnum_derive-22256d92d7079990.so --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-218f25a8e45e3a8e.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-6210bb12b47e720c.rmeta --extern paste=/opt/rustwide/target/debug/deps/libpaste-e99c5ab9be878770.so --extern profiling=/opt/rustwide/target/debug/deps/libprofiling-eea31614f3a9180f.rmeta --extern simd_helpers=/opt/rustwide/target/debug/deps/libsimd_helpers-df738cf412c80aa8.so --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-5b3eb84a44cf44e4.rmeta --extern v_frame=/opt/rustwide/target/debug/deps/libv_frame-528d7ab307229f7a.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: tree-sitter-ocaml@0.24.2: cc: fatal error: Killed signal terminated program cc1 [INFO] [stderr] warning: tree-sitter-ocaml@0.24.2: compilation terminated. [INFO] [stderr] warning: tree-sitter-ocaml@0.24.2: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c11" "-I" "./grammars/ocaml/src" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/tree-sitter-ocaml-5dcfc4ee607a6d50/out/09f21494030ab430-parser.o" "-c" "./grammars/ocaml/src/parser.c" [INFO] [stderr] error: failed to run custom build command for `tree-sitter-ocaml v0.24.2` [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/tree-sitter-ocaml-985fcecce38cfaba/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed=./common [INFO] [stderr] cargo:rerun-if-changed=./grammars/ocaml/src/parser.c [INFO] [stderr] cargo:rerun-if-changed=./grammars/ocaml/src/scanner.c [INFO] [stderr] cargo:rerun-if-changed=./grammars/interface/src/parser.c [INFO] [stderr] cargo:rerun-if-changed=./grammars/interface/src/scanner.c [INFO] [stderr] cargo:rerun-if-changed=./grammars/type/src/parser.c [INFO] [stderr] cargo:rerun-if-changed=./grammars/type/src/scanner.c [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/tree-sitter-ocaml-5dcfc4ee607a6d50/out) [INFO] [stderr] OPT_LEVEL = Some(0) [INFO] [stderr] TARGET = Some(x86_64-unknown-linux-gnu) [INFO] [stderr] CARGO_ENCODED_RUSTFLAGS = Some(--cap-lints=warn) [INFO] [stderr] HOST = Some(x86_64-unknown-linux-gnu) [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] RUSTC_WRAPPER = None [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some(true) [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2) [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] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c11" "-I" "./grammars/ocaml/src" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/tree-sitter-ocaml-5dcfc4ee607a6d50/out/09f21494030ab430-parser.o" "-c" "./grammars/ocaml/src/parser.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [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" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c11" "-I" "./grammars/ocaml/src" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/tree-sitter-ocaml-5dcfc4ee607a6d50/out/09f21494030ab430-parser.o" "-c" "./grammars/ocaml/src/parser.c" [INFO] [stderr] [INFO] [stderr] [INFO] running `Command { std: "docker" "inspect" "7681f13e4ba9df36a64f1d7e967ea8920892f391d40399d353d94af0d3ae991b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7681f13e4ba9df36a64f1d7e967ea8920892f391d40399d353d94af0d3ae991b", kill_on_drop: false }` [INFO] [stdout] 7681f13e4ba9df36a64f1d7e967ea8920892f391d40399d353d94af0d3ae991b