[INFO] cloning repository https://github.com/MilkBlock/eggplant [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MilkBlock/eggplant" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMilkBlock%2Feggplant", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMilkBlock%2Feggplant'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 09158cf2ff1bd35099d3fa94b110252b904159cb [INFO] testing MilkBlock/eggplant against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMilkBlock%2Feggplant" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/MilkBlock/eggplant [INFO] finished tweaking git repo https://github.com/MilkBlock/eggplant [INFO] tweaked toml for git repo https://github.com/MilkBlock/eggplant written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/MilkBlock/eggplant on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/MilkBlock/eggplant 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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 62579eb7e99d38121fcd2144787b0b27cf7677094873d88fa0ee41a2db633bd9 [INFO] running `Command { std: "docker" "start" "-a" "62579eb7e99d38121fcd2144787b0b27cf7677094873d88fa0ee41a2db633bd9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "62579eb7e99d38121fcd2144787b0b27cf7677094873d88fa0ee41a2db633bd9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62579eb7e99d38121fcd2144787b0b27cf7677094873d88fa0ee41a2db633bd9", kill_on_drop: false }` [INFO] [stdout] 62579eb7e99d38121fcd2144787b0b27cf7677094873d88fa0ee41a2db633bd9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 87133ec43264d9875973282317134489c002ebd05c0fb8ee06f855dbff37110a [INFO] running `Command { std: "docker" "start" "-a" "87133ec43264d9875973282317134489c002ebd05c0fb8ee06f855dbff37110a", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling hashbrown v0.15.4 [INFO] [stderr] Compiling dot-structures v0.1.2 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling linux-raw-sys v0.9.4 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling cc v1.2.33 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling dot-generator v0.2.0 [INFO] [stderr] Compiling into-attr v0.1.1 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling anstyle-query v1.1.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling anstyle v1.0.11 [INFO] [stderr] Compiling arc-swap v1.7.1 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Compiling anstream v0.6.19 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling libmimalloc-sys v0.1.43 [INFO] [stderr] Compiling tempfile v3.20.0 [INFO] [stderr] Compiling crossbeam v0.8.4 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling into-attr-derive v0.2.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling numeric-id v0.1.0 (https://github.com/MilkBlock/egglog-backend.git?rev=2d0693f#2d0693f3) [INFO] [stderr] Compiling concurrency v0.1.0 (https://github.com/MilkBlock/egglog-backend.git?rev=2d0693f#2d0693f3) [INFO] [stderr] Compiling im-rc v15.1.0 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling dashmap v6.1.0 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling union-find v0.1.0 (https://github.com/MilkBlock/egglog-backend.git?rev=2d0693f#2d0693f3) [INFO] [stderr] Compiling bitmaps v2.1.0 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling winnow v0.7.11 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling dyn-clone v1.0.19 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling bumpalo v3.18.1 [INFO] [stderr] Compiling web-time v1.1.0 [INFO] [stderr] Compiling fixedbitset v0.5.7 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling clap_lex v0.7.5 [INFO] [stderr] Compiling clap_builder v4.5.40 [INFO] [stderr] Compiling egglog v0.5.0 (https://github.com/MilkBlock/egglog?rev=e166478#e1664786) [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling clap_derive v4.5.40 [INFO] [stderr] Compiling pest v2.8.1 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling sized-chunks v0.6.5 [INFO] [stderr] Compiling rand_xoshiro v0.6.0 [INFO] [stderr] Compiling jiff v0.2.15 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling pest_meta v2.8.1 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Compiling clap v4.5.40 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling mimalloc v0.1.47 [INFO] [stderr] Compiling add_primitive v0.1.0 (https://github.com/MilkBlock/egglog?rev=e166478#e1664786) [INFO] [stderr] Compiling strum_macros v0.27.2 [INFO] [stderr] Compiling pest_generator v2.8.1 [INFO] [stderr] Compiling derive_more v2.0.1 [INFO] [stderr] Compiling eggplant-macros v0.1.0 (/opt/rustwide/workdir/eggplant-macros) [INFO] [stderr] Compiling symbol_table v0.4.0 [INFO] [stderr] Compiling inventory v0.3.20 [INFO] [stderr] Compiling pest_derive v2.8.1 [INFO] [stderr] Compiling graphviz-rust v0.6.6 [INFO] [stderr] Compiling ordered-float v3.9.2 [INFO] [stderr] Compiling graphviz-rust v0.9.5 [INFO] [stderr] Compiling petgraph v0.6.5 [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stderr] Compiling strum v0.27.2 [INFO] [stderr] Compiling egraph-serialize v0.2.0 [INFO] [stderr] Compiling core-relations v0.1.0 (https://github.com/MilkBlock/egglog-backend.git?rev=2d0693f#2d0693f3) [INFO] [stderr] Compiling egglog-bridge v0.1.0 (https://github.com/MilkBlock/egglog-backend.git?rev=2d0693f#2d0693f3) [INFO] [stderr] Compiling eggplant v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `type_color` [INFO] [stdout] --> src/wrap/tx_rx_vt_pr.rs:881:17 [INFO] [stdout] | [INFO] [stdout] 881 | let type_color = type_colors.entry(pulled_from.clone()).or_insert(color_idx); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_type_color` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 55s [INFO] running `Command { std: "docker" "inspect" "87133ec43264d9875973282317134489c002ebd05c0fb8ee06f855dbff37110a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87133ec43264d9875973282317134489c002ebd05c0fb8ee06f855dbff37110a", kill_on_drop: false }` [INFO] [stdout] 87133ec43264d9875973282317134489c002ebd05c0fb8ee06f855dbff37110a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d45ceafacc06aae98efc1856e111d70416b53e1c8ece9525e509246d40761652 [INFO] running `Command { std: "docker" "start" "-a" "d45ceafacc06aae98efc1856e111d70416b53e1c8ece9525e509246d40761652", kill_on_drop: false }` [INFO] [stderr] Compiling eggplant v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `type_color` [INFO] [stdout] --> src/wrap/tx_rx_vt_pr.rs:881:17 [INFO] [stdout] | [INFO] [stdout] 881 | let type_color = type_colors.entry(pulled_from.clone()).or_insert(color_idx); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_type_color` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `type_color` [INFO] [stdout] --> src/wrap/tx_rx_vt_pr.rs:881:17 [INFO] [stdout] | [INFO] [stdout] 881 | let type_color = type_colors.entry(pulled_from.clone()).or_insert(color_idx); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_type_color` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `eggplant` (example "pat_ref") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6/bin/rustc --crate-name pat_ref --edition=2024 examples/pat_ref.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7fb521cc4995783f -C extra-filename=-ad8c45be42145772 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-b2d6990679ccbcb6.rlib --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-d2fb124d492c28c1.rlib --extern dot_generator=/opt/rustwide/target/debug/deps/libdot_generator-ac0a96a556344f41.rlib --extern dot_structures=/opt/rustwide/target/debug/deps/libdot_structures-5f5129f44e5716ae.rlib --extern egglog=/opt/rustwide/target/debug/deps/libegglog-6eac3dc1ee3828c9.rlib --extern eggplant=/opt/rustwide/target/debug/deps/libeggplant-145f53868e022879.rlib --extern eggplant_macros=/opt/rustwide/target/debug/deps/libeggplant_macros-0465608df0b2467e.so --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-fcb58b3e66b8b6cd.rlib --extern graphviz_rust=/opt/rustwide/target/debug/deps/libgraphviz_rust-a1ab28bea7cba77f.rlib --extern inventory=/opt/rustwide/target/debug/deps/libinventory-e558e2aee536c545.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-ba604b77dad33fe2.rlib --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-da2f880466f253b6.rlib --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-45f6e3b8047adea1.rlib --extern strum=/opt/rustwide/target/debug/deps/libstrum-f7f31bfd43bad8dd.rlib --extern strum_macros=/opt/rustwide/target/debug/deps/libstrum_macros-fd049ffb4691e08d.so --extern symbol_table=/opt/rustwide/target/debug/deps/libsymbol_table-0f58ba13e0707e72.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libmimalloc-sys-5bacf3d585e3a11d/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `eggplant` (example "dsl_use") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6/bin/rustc --crate-name dsl_use --edition=2024 examples/dsl_use.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c133e171f35c1a8 -C extra-filename=-2171cde348a4cb71 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-b2d6990679ccbcb6.rlib --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-d2fb124d492c28c1.rlib --extern dot_generator=/opt/rustwide/target/debug/deps/libdot_generator-ac0a96a556344f41.rlib --extern dot_structures=/opt/rustwide/target/debug/deps/libdot_structures-5f5129f44e5716ae.rlib --extern egglog=/opt/rustwide/target/debug/deps/libegglog-6eac3dc1ee3828c9.rlib --extern eggplant=/opt/rustwide/target/debug/deps/libeggplant-145f53868e022879.rlib --extern eggplant_macros=/opt/rustwide/target/debug/deps/libeggplant_macros-0465608df0b2467e.so --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-fcb58b3e66b8b6cd.rlib --extern graphviz_rust=/opt/rustwide/target/debug/deps/libgraphviz_rust-a1ab28bea7cba77f.rlib --extern inventory=/opt/rustwide/target/debug/deps/libinventory-e558e2aee536c545.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-ba604b77dad33fe2.rlib --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-da2f880466f253b6.rlib --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-45f6e3b8047adea1.rlib --extern strum=/opt/rustwide/target/debug/deps/libstrum-f7f31bfd43bad8dd.rlib --extern strum_macros=/opt/rustwide/target/debug/deps/libstrum_macros-fd049ffb4691e08d.so --extern symbol_table=/opt/rustwide/target/debug/deps/libsymbol_table-0f58ba13e0707e72.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libmimalloc-sys-5bacf3d585e3a11d/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `eggplant` (lib test); 1 warning emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6/bin/rustc --crate-name eggplant --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=902156fd76151fd1 -C extra-filename=-33b41006e827576a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-b2d6990679ccbcb6.rlib --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-d2fb124d492c28c1.rlib --extern dot_generator=/opt/rustwide/target/debug/deps/libdot_generator-ac0a96a556344f41.rlib --extern dot_structures=/opt/rustwide/target/debug/deps/libdot_structures-5f5129f44e5716ae.rlib --extern egglog=/opt/rustwide/target/debug/deps/libegglog-6eac3dc1ee3828c9.rlib --extern eggplant_macros=/opt/rustwide/target/debug/deps/libeggplant_macros-0465608df0b2467e.so --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-fcb58b3e66b8b6cd.rlib --extern graphviz_rust=/opt/rustwide/target/debug/deps/libgraphviz_rust-a1ab28bea7cba77f.rlib --extern inventory=/opt/rustwide/target/debug/deps/libinventory-e558e2aee536c545.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-ba604b77dad33fe2.rlib --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-da2f880466f253b6.rlib --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-45f6e3b8047adea1.rlib --extern strum=/opt/rustwide/target/debug/deps/libstrum-f7f31bfd43bad8dd.rlib --extern strum_macros=/opt/rustwide/target/debug/deps/libstrum_macros-fd049ffb4691e08d.so --extern symbol_table=/opt/rustwide/target/debug/deps/libsymbol_table-0f58ba13e0707e72.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libmimalloc-sys-5bacf3d585e3a11d/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "d45ceafacc06aae98efc1856e111d70416b53e1c8ece9525e509246d40761652", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d45ceafacc06aae98efc1856e111d70416b53e1c8ece9525e509246d40761652", kill_on_drop: false }` [INFO] [stdout] d45ceafacc06aae98efc1856e111d70416b53e1c8ece9525e509246d40761652