[INFO] cloning repository https://github.com/nadia-polikarpova/routers
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nadia-polikarpova/routers" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnadia-polikarpova%2Frouters", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnadia-polikarpova%2Frouters'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8737ca8804308a939614d10221a84246e66bf62e
[INFO] testing nadia-polikarpova/routers against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnadia-polikarpova%2Frouters" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nadia-polikarpova/routers
[INFO] finished tweaking git repo https://github.com/nadia-polikarpova/routers
[INFO] tweaked toml for git repo https://github.com/nadia-polikarpova/routers written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nadia-polikarpova/routers on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nadia-polikarpova/routers 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded thiserror-impl v1.0.38
[INFO] [stderr]   Downloaded thiserror v1.0.38
[INFO] [stderr]   Downloaded symbol_table v0.2.0
[INFO] [stderr]   Downloaded symbolic_expressions v5.0.3
[INFO] [stderr]   Downloaded egg v0.9.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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] 2c5f0e687b9770354d3dab96df40aaee6042f964bd82b6512ede71b69053f155
[INFO] running `Command { std: "docker" "start" "2c5f0e687b9770354d3dab96df40aaee6042f964bd82b6512ede71b69053f155", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2c5f0e687b9770354d3dab96df40aaee6042f964bd82b6512ede71b69053f155", 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" "2c5f0e687b9770354d3dab96df40aaee6042f964bd82b6512ede71b69053f155" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2c5f0e687b9770354d3dab96df40aaee6042f964bd82b6512ede71b69053f155", 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" "2c5f0e687b9770354d3dab96df40aaee6042f964bd82b6512ede71b69053f155" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling proc-macro2 v1.0.49
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling once_cell v1.16.0
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling thiserror v1.0.38
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling env_logger v0.9.3
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling symbolic_expressions v5.0.3
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling symbol_table v0.2.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.38
[INFO] [stderr]    Compiling egg v0.9.2
[INFO] [stderr]    Compiling combinators v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `COMPOSE_20_ID` and `COMPOSE_20_LAM`
[INFO] [stdout]  --> src/comb.rs:4:40
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::named::{var_symbol, Lambda, COMPOSE_20_ID, COMPOSE_20_LAM};
[INFO] [stdout]   |                                        ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Router` is never used
[INFO] [stdout]  --> src/comb.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub enum Router {
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `routes_left` and `routes_right` are never used
[INFO] [stdout]   --> src/comb.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl Router {
[INFO] [stdout]    | ----------- methods in this implementation
[INFO] [stdout] 16 |     // Does this router route to the left child?
[INFO] [stdout] 17 |     pub fn routes_left(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub fn routes_right(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Routers` is never used
[INFO] [stdout]   --> src/comb.rs:35:6
[INFO] [stdout]    |
[INFO] [stdout] 35 | type Routers = Vec<Router>;
[INFO] [stdout]    |      ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `is_plus`, `get_routers`, and `make_routers` are never used
[INFO] [stdout]   --> src/comb.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 49 | impl Comb {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 50 |     pub fn is_plus(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 57 |     pub fn get_routers(&self) -> Option<Routers> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 |     pub fn make_routers(routers: &[Router]) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `route_vars` is never used
[INFO] [stdout]   --> src/comb.rs:95:4
[INFO] [stdout]    |
[INFO] [stdout] 95 | fn route_vars(vars: &[egg::Symbol], routers: &[Router]) -> (Vec<egg::Symbol>, Vec<egg::Symbol>) {
[INFO] [stdout]    |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `from_lambda_expr` is never used
[INFO] [stdout]    --> src/comb.rs:117:8
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub fn from_lambda_expr(expr: &RecExpr<Lambda>) -> RecExpr<Comb> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `compute_free_vars` is never used
[INFO] [stdout]    --> src/comb.rs:178:4
[INFO] [stdout]     |
[INFO] [stdout] 178 | fn compute_free_vars(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `add_application` is never used
[INFO] [stdout]    --> src/comb.rs:237:4
[INFO] [stdout]     |
[INFO] [stdout] 237 | fn add_application(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `to_lambda_expr` is never used
[INFO] [stdout]    --> src/comb.rs:266:8
[INFO] [stdout]     |
[INFO] [stdout] 266 | pub fn to_lambda_expr(expr: &RecExpr<Comb>) -> RecExpr<Lambda> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `compute_vars` is never used
[INFO] [stdout]    --> src/comb.rs:324:4
[INFO] [stdout]     |
[INFO] [stdout] 324 | fn compute_vars(
[INFO] [stdout]     |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CombAnalysis` is never constructed
[INFO] [stdout]    --> src/comb.rs:359:8
[INFO] [stdout]     |
[INFO] [stdout] 359 | struct CombAnalysis;
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Data` is never constructed
[INFO] [stdout]    --> src/comb.rs:362:8
[INFO] [stdout]     |
[INFO] [stdout] 362 | struct Data {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `EGraph` is never used
[INFO] [stdout]    --> src/comb.rs:367:6
[INFO] [stdout]     |
[INFO] [stdout] 367 | type EGraph = egg::EGraph<Comb, CombAnalysis>;
[INFO] [stdout]     |      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `eval` is never used
[INFO] [stdout]    --> src/comb.rs:370:4
[INFO] [stdout]     |
[INFO] [stdout] 370 | fn eval(egraph: &EGraph, enode: &Comb) -> Option<Comb> {
[INFO] [stdout]     |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `var` is never used
[INFO] [stdout]    --> src/comb.rs:411:4
[INFO] [stdout]     |
[INFO] [stdout] 411 | fn var(s: &str) -> Var {
[INFO] [stdout]     |    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `no_lefts` is never used
[INFO] [stdout]    --> src/comb.rs:417:4
[INFO] [stdout]     |
[INFO] [stdout] 417 | fn no_lefts(rts: Var) -> impl Fn(&mut EGraph, Id, &Subst) -> bool {
[INFO] [stdout]     |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_redex` is never used
[INFO] [stdout]    --> src/comb.rs:431:4
[INFO] [stdout]     |
[INFO] [stdout] 431 | fn is_redex(parent_rts: Var, child_rts: Var) -> impl Fn(&mut EGraph, Id, &Subst) -> bool {
[INFO] [stdout]     |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rules` is never used
[INFO] [stdout]    --> src/comb.rs:452:4
[INFO] [stdout]     |
[INFO] [stdout] 452 | fn rules() -> Vec<Rewrite<Comb, CombAnalysis>> {
[INFO] [stdout]     |    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Beta` is never constructed
[INFO] [stdout]    --> src/comb.rs:478:8
[INFO] [stdout]     |
[INFO] [stdout] 478 | struct Beta {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new_routers`, `new_routers_b`, `new_routers_c`, `new_routers_s`, and `add_adapter` are never used
[INFO] [stdout]    --> src/comb.rs:561:8
[INFO] [stdout]     |
[INFO] [stdout] 554 | impl Beta {
[INFO] [stdout]     | --------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 561 |     fn new_routers(
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 581 |     fn new_routers_b(
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 654 |     fn new_routers_c(
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 728 |     fn new_routers_s(
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 815 |     pub fn add_adapter(egraph: &mut EGraph, adaptee: Id, m: usize, n: usize) -> Id {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `show_match` is never used
[INFO] [stdout]    --> src/comb.rs:836:4
[INFO] [stdout]     |
[INFO] [stdout] 836 | fn show_match(egraph: &EGraph, subst: &Subst, pattern: &Pattern<Comb>) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `COMPOSE_20_COMB` is never used
[INFO] [stdout]    --> src/comb.rs:848:8
[INFO] [stdout]     |
[INFO] [stdout] 848 | static COMPOSE_20_COMB: &str = "($ . ($ C
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `symbol` and `is_plus` are never used
[INFO] [stdout]   --> src/named.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | impl Lambda {
[INFO] [stdout]    | ----------- methods in this implementation
[INFO] [stdout] 19 |     pub fn symbol(&self) -> egg::Symbol {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub fn is_plus(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `var_symbol` is never used
[INFO] [stdout]   --> src/named.rs:34:8
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub fn var_symbol(expr: &RecExpr<Lambda>, var_id: Id) -> egg::Symbol {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `EGraph` is never used
[INFO] [stdout]   --> src/named.rs:38:6
[INFO] [stdout]    |
[INFO] [stdout] 38 | type EGraph = egg::EGraph<Lambda, LambdaAnalysis>;
[INFO] [stdout]    |      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LambdaAnalysis` is never constructed
[INFO] [stdout]   --> src/named.rs:41:8
[INFO] [stdout]    |
[INFO] [stdout] 41 | struct LambdaAnalysis;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Data` is never constructed
[INFO] [stdout]   --> src/named.rs:44:8
[INFO] [stdout]    |
[INFO] [stdout] 44 | struct Data {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `eval` is never used
[INFO] [stdout]   --> src/named.rs:49:4
[INFO] [stdout]    |
[INFO] [stdout] 49 | fn eval(egraph: &EGraph, enode: &Lambda) -> Option<Lambda> {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `var` is never used
[INFO] [stdout]    --> src/named.rs:107:4
[INFO] [stdout]     |
[INFO] [stdout] 107 | fn var(s: &str) -> Var {
[INFO] [stdout]     |    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_not_same_var` is never used
[INFO] [stdout]    --> src/named.rs:111:4
[INFO] [stdout]     |
[INFO] [stdout] 111 | fn is_not_same_var(v1: Var, v2: Var) -> impl Fn(&mut EGraph, Id, &Subst) -> bool {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_const` is never used
[INFO] [stdout]    --> src/named.rs:115:4
[INFO] [stdout]     |
[INFO] [stdout] 115 | fn is_const(v: Var) -> impl Fn(&mut EGraph, Id, &Subst) -> bool {
[INFO] [stdout]     |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rules` is never used
[INFO] [stdout]    --> src/named.rs:119:4
[INFO] [stdout]     |
[INFO] [stdout] 119 | fn rules() -> Vec<Rewrite<Lambda, LambdaAnalysis>> {
[INFO] [stdout]     |    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CaptureAvoid` is never constructed
[INFO] [stdout]    --> src/named.rs:141:8
[INFO] [stdout]     |
[INFO] [stdout] 141 | struct CaptureAvoid {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `COMPOSE_20_LAM` is never used
[INFO] [stdout]    --> src/named.rs:177:12
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub static COMPOSE_20_LAM: &str =
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `COMPOSE_20_ID` is never used
[INFO] [stdout]    --> src/named.rs:201:12
[INFO] [stdout]     |
[INFO] [stdout] 201 | pub static COMPOSE_20_ID: &str =
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
[INFO] running `Command { std: "docker" "inspect" "2c5f0e687b9770354d3dab96df40aaee6042f964bd82b6512ede71b69053f155", 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" "2c5f0e687b9770354d3dab96df40aaee6042f964bd82b6512ede71b69053f155" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling combinators v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `show_match` is never used
[INFO] [stdout]    --> src/comb.rs:836:4
[INFO] [stdout]     |
[INFO] [stdout] 836 | fn show_match(egraph: &EGraph, subst: &Subst, pattern: &Pattern<Comb>) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.82s
[INFO] running `Command { std: "docker" "inspect" "2c5f0e687b9770354d3dab96df40aaee6042f964bd82b6512ede71b69053f155", 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" "2c5f0e687b9770354d3dab96df40aaee6042f964bd82b6512ede71b69053f155" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: function `show_match` is never used
[INFO] [stderr]    --> src/comb.rs:836:4
[INFO] [stderr]     |
[INFO] [stderr] 836 | fn show_match(egraph: &EGraph, subst: &Subst, pattern: &Pattern<Comb>) -> String {
[INFO] [stderr]     |    ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `combinators` (bin "combinators" test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/combinators-94aa40ba733ad6f8)
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test comb::apply_1 ... ok
[INFO] [stdout] test comb::conversion_compose ... ok
[INFO] [stdout] test comb::apply_2 ... ok
[INFO] [stdout] test comb::apply_3 ... ok
[INFO] [stdout] test comb::conversion_inc ... ok
[INFO] [stdout] test comb::conversion_compose_many ... ok
[INFO] [stdout] test comb::apply_identity ... ok
[INFO] [stdout] test comb::assoc_under_lambda ... ok
[INFO] [stdout] test comb::conversion_let ... ok
[INFO] [stdout] test comb::compose_2 ... ok
[INFO] [stdout] test comb::to_lam_inc ... ok
[INFO] [stdout] test comb::conversion_let_compose ... ok
[INFO] [stdout] test comb::to_lam_compose ... ok
[INFO] [stdout] test comb::to_lam_let ... ok
[INFO] [stdout] test named::lambda_under ... ok
[INFO] [stdout] test comb::to_lam_let_compose ... ok
[INFO] [stdout] test named::lambda_compose_many_id ... ok
[INFO] [stdout] test named::lambda_compose_many ... ok
[INFO] [stdout] test named::lambda_no_explosion ... ok
[INFO] [stdout] test comb::compose_20 ... FAILED
[INFO] [stdout] test comb::compose_20_id ... FAILED
[INFO] [stdout] test comb::explosion ... ok
[INFO] [stderr] error: test failed, to rerun pass `--bin combinators`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- comb::compose_20 stdout ----
[INFO] [stdout] Runner report
[INFO] [stdout] =============
[INFO] [stdout]   Stop reason: NodeLimit(12852)
[INFO] [stdout]   Iterations: 23
[INFO] [stdout]   Egraph size: 4973 nodes, 1350 classes, 13118 memo
[INFO] [stdout]   Rebuilds: 2527
[INFO] [stdout]   Total time: 3.676886708
[INFO] [stdout]     Search:  (0.29) 1.057251663
[INFO] [stdout]     Apply:   (0.55) 2.00772518
[INFO] [stdout]     Rebuild: (0.17) 0.611830565
[INFO] [stdout] 
[INFO] [stdout] End (97): ($
[INFO] [stdout]   C
[INFO] [stdout]   ($
[INFO] [stdout]     B
[INFO] [stdout]     +
[INFO] [stdout]     ($
[INFO] [stdout]       .
[INFO] [stdout]       ($
[INFO] [stdout]         C
[INFO] [stdout]         ($
[INFO] [stdout]           CS
[INFO] [stdout]           ($
[INFO] [stdout]             SC
[INFO] [stdout]             ($
[INFO] [stdout]               SS
[INFO] [stdout]               ($ CB I I)
[INFO] [stdout]               ($
[INFO] [stdout]                 CS
[INFO] [stdout]                 ($
[INFO] [stdout]                   SC
[INFO] [stdout]                   ($
[INFO] [stdout]                     CS
[INFO] [stdout]                     ($
[INFO] [stdout]                       SC
[INFO] [stdout]                       ($
[INFO] [stdout]                         CS
[INFO] [stdout]                         ($
[INFO] [stdout]                           SC
[INFO] [stdout]                           ($
[INFO] [stdout]                             CS
[INFO] [stdout]                             ($
[INFO] [stdout]                               SC
[INFO] [stdout]                               ($
[INFO] [stdout]                                 CS
[INFO] [stdout]                                 ($
[INFO] [stdout]                                   SC
[INFO] [stdout]                                   ($
[INFO] [stdout]                                     CS
[INFO] [stdout]                                     ($
[INFO] [stdout]                                       SC
[INFO] [stdout]                                       ($ CS ($ SC ($ CS ($ SC ($ SC ($ BS I ($ CS ($ BC I I) I)) I) I) I) I) I)
[INFO] [stdout]                                       I)
[INFO] [stdout]                                     I)
[INFO] [stdout]                                   I)
[INFO] [stdout]                                 I)
[INFO] [stdout]                               I)
[INFO] [stdout]                             I)
[INFO] [stdout]                           I)
[INFO] [stdout]                         I)
[INFO] [stdout]                       I)
[INFO] [stdout]                     I)
[INFO] [stdout]                   I)
[INFO] [stdout]                 I))
[INFO] [stdout]             I)
[INFO] [stdout]           I)
[INFO] [stdout]         ($ C ($ B + I) 1))
[INFO] [stdout]       ($ CBB I ($ CB I I))))
[INFO] [stdout]   7)
[INFO] [stdout] Trying to prove goal 0: ($ C ($ B + I) 20)
[INFO] [stdout] 
[INFO] [stdout] thread 'comb::compose_20' (529) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/egg-0.9.2/src/egraph.rs:883:17:
[INFO] [stdout] Could not prove goal 0:
[INFO] [stdout] ($ C ($ B + I) 20)
[INFO] [stdout] Best thing found:
[INFO] [stdout] ($
[INFO] [stdout]   C
[INFO] [stdout]   ($
[INFO] [stdout]     B
[INFO] [stdout]     +
[INFO] [stdout]     ($
[INFO] [stdout]       .
[INFO] [stdout]       ($
[INFO] [stdout]         C
[INFO] [stdout]         ($
[INFO] [stdout]           CS
[INFO] [stdout]           ($
[INFO] [stdout]             SC
[INFO] [stdout]             ($
[INFO] [stdout]               SS
[INFO] [stdout]               ($ CB I I)
[INFO] [stdout]               ($
[INFO] [stdout]                 CS
[INFO] [stdout]                 ($
[INFO] [stdout]                   SC
[INFO] [stdout]                   ($
[INFO] [stdout]                     CS
[INFO] [stdout]                     ($
[INFO] [stdout]                       SC
[INFO] [stdout]                       ($
[INFO] [stdout]                         CS
[INFO] [stdout]                         ($
[INFO] [stdout]                           SC
[INFO] [stdout]                           ($
[INFO] [stdout]                             CS
[INFO] [stdout]                             ($
[INFO] [stdout]                               SC
[INFO] [stdout]                               ($
[INFO] [stdout]                                 CS
[INFO] [stdout]                                 ($
[INFO] [stdout]                                   SC
[INFO] [stdout]                                   ($
[INFO] [stdout]                                     CS
[INFO] [stdout]                                     ($
[INFO] [stdout]                                       SC
[INFO] [stdout]                                       ($
[INFO] [stdout]                                         CS
[INFO] [stdout]                                         ($
[INFO] [stdout]                                           SC
[INFO] [stdout]                                           ($
[INFO] [stdout]                                             CS
[INFO] [stdout]                                             ($
[INFO] [stdout]                                               SC
[INFO] [stdout]                                               ($ SC ($ BS I ($ CS ($ BC I I) I)) I)
[INFO] [stdout]                                               I)
[INFO] [stdout]                                             I)
[INFO] [stdout]                                           I)
[INFO] [stdout]                                         I)
[INFO] [stdout]                                       I)
[INFO] [stdout]                                     I)
[INFO] [stdout]                                   I)
[INFO] [stdout]                                 I)
[INFO] [stdout]                               I)
[INFO] [stdout]                             I)
[INFO] [stdout]                           I)
[INFO] [stdout]                         I)
[INFO] [stdout]                       I)
[INFO] [stdout]                     I)
[INFO] [stdout]                   I)
[INFO] [stdout]                 I))
[INFO] [stdout]             I)
[INFO] [stdout]           I)
[INFO] [stdout]         ($ C ($ B + I) 1))
[INFO] [stdout]       ($ CBB I ($ CB I I))))
[INFO] [stdout]   7)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6433501d95c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6433501d95c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6433501d95c8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6433501d95c8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6433501edb4a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6433501edb4a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x6433501dde92 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x6433501dde92 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x6433501b8786 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6433501b8786 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6433501d1b19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x64335012d90c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x64335012d90c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6433501d1cd2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x6433501d1cd2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x6433501b8842 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6433501ada19 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6433501b955d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6433501ee33c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x643350083b83 - <egg[99ebc1781682a6e6]::egraph::EGraph<combinators[30e89e38c3d1a1be]::comb::Comb, combinators[30e89e38c3d1a1be]::comb::CombAnalysis>>::check_goals
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/egg-0.9.2/src/egraph.rs:883:17
[INFO] [stdout]   20:     0x6433500bd70d - egg[99ebc1781682a6e6]::test::test_runner::<combinators[30e89e38c3d1a1be]::comb::Comb, combinators[30e89e38c3d1a1be]::comb::CombAnalysis>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/egg-0.9.2/src/test.rs:83:23
[INFO] [stdout]   21:     0x643350096a1b - combinators[30e89e38c3d1a1be]::comb::compose_20
[INFO] [stdout]                                at /opt/rustwide/workdir/src/comb.rs:1023:5
[INFO] [stdout]   22:     0x64335008e737 - combinators[30e89e38c3d1a1be]::comb::compose_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/comb.rs:1020:20
[INFO] [stdout]   23:     0x64335010df76 - <combinators[30e89e38c3d1a1be]::comb::compose_20::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x6433501209eb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x6433501209eb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x64335012e265 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x64335012e265 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x64335012e265 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x64335012e265 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x64335012e265 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x64335012e265 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x64335012e265 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x643350127b74 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x643350127b74 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x6433501312e2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x6433501312e2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x6433501312e2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x6433501312e2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x6433501312e2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x6433501312e2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x6433501312e2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x6433501d8f2f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x6433501d8f2f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x781e2412baa4 - <unknown>
[INFO] [stdout]   45:     0x781e241b8a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- comb::compose_20_id stdout ----
[INFO] [stdout] Runner report
[INFO] [stdout] =============
[INFO] [stdout]   Stop reason: NodeLimit(16690)
[INFO] [stdout]   Iterations: 22
[INFO] [stdout]   Egraph size: 7576 nodes, 1025 classes, 16758 memo
[INFO] [stdout]   Rebuilds: 2284
[INFO] [stdout]   Total time: 4.226599728
[INFO] [stdout]     Search:  (0.23) 0.9622217410000001
[INFO] [stdout]     Apply:   (0.64) 2.718200574
[INFO] [stdout]     Rebuild: (0.13) 0.546097062
[INFO] [stdout] 
[INFO] [stdout] End (34): ($
[INFO] [stdout]   .
[INFO] [stdout]   I
[INFO] [stdout]   ($
[INFO] [stdout]     .
[INFO] [stdout]     ($
[INFO] [stdout]       C
[INFO] [stdout]       ($ SS I ($ SS I ($ SS I ($ SS I ($ SS I ($ SS I ($ SS I ($ CS I I))))))))
[INFO] [stdout]       I)
[INFO] [stdout]     I))
[INFO] [stdout] Trying to prove goal 0: I
[INFO] [stdout] 
[INFO] [stdout] thread 'comb::compose_20_id' (530) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/egg-0.9.2/src/egraph.rs:883:17:
[INFO] [stdout] Could not prove goal 0:
[INFO] [stdout] I
[INFO] [stdout] Best thing found:
[INFO] [stdout] ($
[INFO] [stdout]   .
[INFO] [stdout]   I
[INFO] [stdout]   ($
[INFO] [stdout]     .
[INFO] [stdout]     ($
[INFO] [stdout]       C
[INFO] [stdout]       ($
[INFO] [stdout]         SS
[INFO] [stdout]         I
[INFO] [stdout]         ($
[INFO] [stdout]           SS
[INFO] [stdout]           I
[INFO] [stdout]           ($
[INFO] [stdout]             SS
[INFO] [stdout]             I
[INFO] [stdout]             ($
[INFO] [stdout]               SS
[INFO] [stdout]               I
[INFO] [stdout]               ($ SS I ($ SS I ($ SS I ($ CS I I))))))))
[INFO] [stdout]       I)
[INFO] [stdout]     I))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6433501d95c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6433501d95c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6433501d95c8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6433501d95c8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6433501edb4a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6433501edb4a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x6433501dde92 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x6433501dde92 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x6433501b8786 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6433501b8786 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6433501d1b19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x64335012d90c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x64335012d90c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6433501d1cd2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x6433501d1cd2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x6433501b8842 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6433501ada19 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6433501b955d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6433501ee33c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x643350083b83 - <egg[99ebc1781682a6e6]::egraph::EGraph<combinators[30e89e38c3d1a1be]::comb::Comb, combinators[30e89e38c3d1a1be]::comb::CombAnalysis>>::check_goals
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/egg-0.9.2/src/egraph.rs:883:17
[INFO] [stdout]   20:     0x6433500bd70d - egg[99ebc1781682a6e6]::test::test_runner::<combinators[30e89e38c3d1a1be]::comb::Comb, combinators[30e89e38c3d1a1be]::comb::CombAnalysis>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/egg-0.9.2/src/test.rs:83:23
[INFO] [stdout]   21:     0x6433500975fc - combinators[30e89e38c3d1a1be]::comb::compose_20_id
[INFO] [stdout]                                at /opt/rustwide/workdir/src/comb.rs:1038:5
[INFO] [stdout]   22:     0x64335008e7c7 - combinators[30e89e38c3d1a1be]::comb::compose_20_id::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/comb.rs:1035:23
[INFO] [stdout]   23:     0x64335010e036 - <combinators[30e89e38c3d1a1be]::comb::compose_20_id::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x6433501209eb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x6433501209eb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x64335012e265 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x64335012e265 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x64335012e265 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x64335012e265 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x64335012e265 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x64335012e265 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x64335012e265 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x643350127b74 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x643350127b74 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x6433501312e2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x6433501312e2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x6433501312e2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x6433501312e2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x6433501312e2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x6433501312e2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x6433501312e2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x6433501d8f2f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x6433501d8f2f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x781e2412baa4 - <unknown>
[INFO] [stdout]   45:     0x781e241b8a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     comb::compose_20
[INFO] [stdout]     comb::compose_20_id
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 20 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.33s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "2c5f0e687b9770354d3dab96df40aaee6042f964bd82b6512ede71b69053f155", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2c5f0e687b9770354d3dab96df40aaee6042f964bd82b6512ede71b69053f155", kill_on_drop: false }`
[INFO] [stdout] 2c5f0e687b9770354d3dab96df40aaee6042f964bd82b6512ede71b69053f155
