[INFO] cloning repository https://github.com/ORYZAPAO/rverilog
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ORYZAPAO/rverilog" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FORYZAPAO%2Frverilog", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FORYZAPAO%2Frverilog'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dc2dcc5351f9b4c20c06034f10383315dfb6bc98
[INFO] testing ORYZAPAO/rverilog against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FORYZAPAO%2Frverilog" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ORYZAPAO/rverilog
[INFO] finished tweaking git repo https://github.com/ORYZAPAO/rverilog
[INFO] tweaked toml for git repo https://github.com/ORYZAPAO/rverilog written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ORYZAPAO/rverilog on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ORYZAPAO/rverilog 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 643d1587eb47a50a5c27731d6e0cb3fb6fc60e84916f5bdaeb5dbf9f882d5400
[INFO] running `Command { std: "docker" "start" "643d1587eb47a50a5c27731d6e0cb3fb6fc60e84916f5bdaeb5dbf9f882d5400", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "643d1587eb47a50a5c27731d6e0cb3fb6fc60e84916f5bdaeb5dbf9f882d5400", 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" "643d1587eb47a50a5c27731d6e0cb3fb6fc60e84916f5bdaeb5dbf9f882d5400" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "643d1587eb47a50a5c27731d6e0cb3fb6fc60e84916f5bdaeb5dbf9f882d5400", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "643d1587eb47a50a5c27731d6e0cb3fb6fc60e84916f5bdaeb5dbf9f882d5400" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling smol_str v0.2.2
[INFO] [stderr]    Compiling str-concat v0.2.0
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling id-arena v2.3.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling nom_locate v4.2.0
[INFO] [stderr]    Compiling nom-greedyerror v0.5.0
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling rverilog-mir v0.1.0 (/opt/rustwide/workdir/crates/mir)
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling sv-parser-syntaxtree v0.13.5
[INFO] [stderr]    Compiling nom-packrat-macros v0.7.0
[INFO] [stderr]    Compiling nom-recursive-macros v0.5.1
[INFO] [stderr]    Compiling nom-tracable-macros v0.9.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling sv-parser-macros v0.13.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling nom-packrat v0.7.0
[INFO] [stderr]    Compiling nom-tracable v0.9.1
[INFO] [stderr]    Compiling nom-recursive v0.5.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling rverilog-hir v0.1.0 (/opt/rustwide/workdir/crates/hir)
[INFO] [stderr]    Compiling rverilog-vcd v0.1.0 (/opt/rustwide/workdir/crates/vcd_out)
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling sv-parser-error v0.13.5
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling rverilog-sim v0.1.0 (/opt/rustwide/workdir/crates/sim)
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling sv-parser-parser v0.13.5
[INFO] [stderr]    Compiling sv-parser-pp v0.13.5
[INFO] [stderr]    Compiling sv-parser v0.13.5
[INFO] [stderr]    Compiling rverilog-frontend v0.1.0 (/opt/rustwide/workdir/crates/frontend)
[INFO] [stdout] warning: function `parse_packed_dim` is never used
[INFO] [stdout]   --> crates/frontend/src/lower.rs:30:4
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn parse_packed_dim(s: &str) -> u32 {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `packed_width` is never used
[INFO] [stdout]   --> crates/frontend/src/lower.rs:38:4
[INFO] [stdout]    |
[INFO] [stdout] 38 | fn packed_width(tree: &SyntaxTree, node: RefNode) -> u32 {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `unwrap_all_variable_identifiers` is never used
[INFO] [stdout]    --> crates/frontend/src/lower.rs:941:4
[INFO] [stdout]     |
[INFO] [stdout] 941 | fn unwrap_all_variable_identifiers(node: RefNode) -> Vec<RefNode> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rverilog-elab v0.1.0 (/opt/rustwide/workdir/crates/elab)
[INFO] [stderr] error: could not compile `sv-parser-parser` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name sv_parser_parser --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sv-parser-parser-0.13.5/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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "trace"))' -C metadata=63e603c311d01ad5 -C extra-filename=-d66df45aed861ada --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern nom=/opt/rustwide/target/debug/deps/libnom-0d5bdccd948ba25f.rmeta --extern nom_greedyerror=/opt/rustwide/target/debug/deps/libnom_greedyerror-31ab75ac187f063b.rmeta --extern nom_packrat=/opt/rustwide/target/debug/deps/libnom_packrat-c07e67a18290bac8.rmeta --extern nom_recursive=/opt/rustwide/target/debug/deps/libnom_recursive-8d2a5e851620bf7e.rmeta --extern nom_tracable=/opt/rustwide/target/debug/deps/libnom_tracable-484e1499cd6a12ce.rmeta --extern nom_locate=/opt/rustwide/target/debug/deps/libnom_locate-c6026cc96cbfa8f9.rmeta --extern str_concat=/opt/rustwide/target/debug/deps/libstr_concat-1900417a0c6ba6b0.rmeta --extern sv_parser_macros=/opt/rustwide/target/debug/deps/libsv_parser_macros-55cf3a56cfde2d62.so --extern sv_parser_syntaxtree=/opt/rustwide/target/debug/deps/libsv_parser_syntaxtree-5dbe20c242d2dac3.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "643d1587eb47a50a5c27731d6e0cb3fb6fc60e84916f5bdaeb5dbf9f882d5400", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "643d1587eb47a50a5c27731d6e0cb3fb6fc60e84916f5bdaeb5dbf9f882d5400", kill_on_drop: false }`
[INFO] [stdout] 643d1587eb47a50a5c27731d6e0cb3fb6fc60e84916f5bdaeb5dbf9f882d5400
