[INFO] crate zia 0.3.2 is already in cache [INFO] testing zia-0.3.2 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate zia 0.3.2 into work/builds/worker-1/source [INFO] validating manifest of crates.io crate zia 0.3.2 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate zia 0.3.2 [INFO] finished tweaking crates.io crate zia 0.3.2 [INFO] tweaked toml for crates.io crate zia 0.3.2 written to work/builds/worker-1/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 4519425203ff5cfdf8d94a4c6fc96ae0298845b6dbd266c962d50aa09e9dc191 [INFO] running `"docker" "start" "-a" "4519425203ff5cfdf8d94a4c6fc96ae0298845b6dbd266c962d50aa09e9dc191"` [INFO] [stderr] Compiling slog v2.5.2 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling slog-term v2.4.1 [INFO] [stderr] Compiling zia v0.3.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:62:13 [INFO] [stderr] | [INFO] [stderr] 62 | try!(self.try_removing_reduction::(syntax)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:65:34 [INFO] [stderr] | [INFO] [stderr] 65 | let syntax_concept = try!(self.concept_from_ast(syntax)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:66:39 [INFO] [stderr] | [INFO] [stderr] 66 | let normal_form_concept = try!(self.concept_from_ast(normal_form)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:67:13 [INFO] [stderr] | [INFO] [stderr] 67 | try!(self.update_reduction(syntax_concept, normal_form_concept)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:148:39 [INFO] [stderr] | [INFO] [stderr] 148 | let new_concept = try!(self.new_labelled_default(string)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:158:37 [INFO] [stderr] | [INFO] [stderr] 158 | let mut leftc = try!(self.concept_from_ast(left)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:159:38 [INFO] [stderr] | [INFO] [stderr] 159 | let mut rightc = try!(self.concept_from_ast(right)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:160:35 [INFO] [stderr] | [INFO] [stderr] 160 | let concept = try!(self.find_or_insert_definition(leftc, rightc)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:162:25 [INFO] [stderr] | [INFO] [stderr] 162 | try!(self.label(concept, string)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:238:26 [INFO] [stderr] | [INFO] [stderr] 238 | let definition = try!(self.find_or_insert_definition(LABEL, concept)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:246:9 [INFO] [stderr] | [INFO] [stderr] 246 | try!(self.label(new_default, string)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:261:9 [INFO] [stderr] | [INFO] [stderr] 261 | try!(self.label(label_concept, "label_of")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:262:9 [INFO] [stderr] | [INFO] [stderr] 262 | try!(self.label(define_concept, ":=")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:263:9 [INFO] [stderr] | [INFO] [stderr] 263 | try!(self.label(reduction_concept, "->")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:285:17 [INFO] [stderr] | [INFO] [stderr] 285 | try!(self.insert_definition(definition, lefthand, righthand)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/context.rs:144:30 [INFO] [stderr] | [INFO] [stderr] 144 | let concept_delta1 = try!(self [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/removing.rs:45:17 [INFO] [stderr] | [INFO] [stderr] 45 | try!(self.try_delete_concept(concept)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/removing.rs:46:17 [INFO] [stderr] | [INFO] [stderr] 46 | try!(self.try_delete_concept(left)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/removing.rs:53:13 [INFO] [stderr] | [INFO] [stderr] 53 | try!(self.unlabel(concept)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/translating.rs:49:24 [INFO] [stderr] | [INFO] [stderr] 49 | let lefthand = try!(self.ast_from_token(left)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/translating.rs:50:25 [INFO] [stderr] | [INFO] [stderr] 50 | let righthand = try!(self.ast_from_token(right)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/writing.rs:144:17 [INFO] [stderr] | [INFO] [stderr] 144 | let r = try!(self.get_reduction_of_composition(concept)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/writing.rs:160:9 [INFO] [stderr] | [INFO] [stderr] 160 | try!(self.write_concept(concept).make_reduce_to(reduction)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/writing.rs:173:17 [INFO] [stderr] | [INFO] [stderr] 173 | try!(self.get_reduction_of_composition(left)) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/writing.rs:178:17 [INFO] [stderr] | [INFO] [stderr] 178 | try!(self.get_reduction_of_composition(right)) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/writing.rs:212:13 [INFO] [stderr] | [INFO] [stderr] 212 | try!(self.check_reductions(definition, lefthand)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/writing.rs:213:13 [INFO] [stderr] | [INFO] [stderr] 213 | try!(self.check_reductions(definition, righthand)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/writing.rs:214:26 [INFO] [stderr] | [INFO] [stderr] 214 | let deltas = try!(self.set_concept_definition_deltas(definition, lefthand, righthand)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:510:13 [INFO] [stderr] | [INFO] [stderr] 510 | try!(self.define(new, old)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:530:21 [INFO] [stderr] | [INFO] [stderr] 530 | try!(self.define_new_syntax(new.to_string(), left, right)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:556:13 [INFO] [stderr] | [INFO] [stderr] 556 | try!(self.relabel(left_concept, &left.to_string())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:559:32 [INFO] [stderr] | [INFO] [stderr] 559 | let left_concept = try!(self.concept_from_ast(left)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:560:33 [INFO] [stderr] | [INFO] [stderr] 560 | let right_concept = try!(self.concept_from_ast(right)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:561:13 [INFO] [stderr] | [INFO] [stderr] 561 | try!(self.insert_definition(concept, left_concept, right_concept)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:567:9 [INFO] [stderr] | [INFO] [stderr] 567 | try!(self.unlabel(concept)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/adding.rs:158:25 [INFO] [stderr] | [INFO] [stderr] 158 | let mut leftc = try!(self.concept_from_ast(left)); [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/adding.rs:159:25 [INFO] [stderr] | [INFO] [stderr] 159 | let mut rightc = try!(self.concept_from_ast(right)); [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.39s [INFO] running `"docker" "inspect" "4519425203ff5cfdf8d94a4c6fc96ae0298845b6dbd266c962d50aa09e9dc191"` [INFO] running `"docker" "rm" "-f" "4519425203ff5cfdf8d94a4c6fc96ae0298845b6dbd266c962d50aa09e9dc191"` [INFO] [stdout] 4519425203ff5cfdf8d94a4c6fc96ae0298845b6dbd266c962d50aa09e9dc191 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 49dda9dd53383dcaeeeb01bcd7e12d31127a8fe47202041d5a2b083c2057109e [INFO] running `"docker" "start" "-a" "49dda9dd53383dcaeeeb01bcd7e12d31127a8fe47202041d5a2b083c2057109e"` [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling rusty-fork v0.2.2 [INFO] [stderr] Compiling proptest v0.9.4 [INFO] [stderr] Compiling test_zia v0.2.0 [INFO] [stderr] Compiling zia v0.3.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:62:13 [INFO] [stderr] | [INFO] [stderr] 62 | try!(self.try_removing_reduction::(syntax)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:65:34 [INFO] [stderr] | [INFO] [stderr] 65 | let syntax_concept = try!(self.concept_from_ast(syntax)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:66:39 [INFO] [stderr] | [INFO] [stderr] 66 | let normal_form_concept = try!(self.concept_from_ast(normal_form)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:67:13 [INFO] [stderr] | [INFO] [stderr] 67 | try!(self.update_reduction(syntax_concept, normal_form_concept)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:148:39 [INFO] [stderr] | [INFO] [stderr] 148 | let new_concept = try!(self.new_labelled_default(string)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:158:37 [INFO] [stderr] | [INFO] [stderr] 158 | let mut leftc = try!(self.concept_from_ast(left)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:159:38 [INFO] [stderr] | [INFO] [stderr] 159 | let mut rightc = try!(self.concept_from_ast(right)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:160:35 [INFO] [stderr] | [INFO] [stderr] 160 | let concept = try!(self.find_or_insert_definition(leftc, rightc)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:162:25 [INFO] [stderr] | [INFO] [stderr] 162 | try!(self.label(concept, string)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:238:26 [INFO] [stderr] | [INFO] [stderr] 238 | let definition = try!(self.find_or_insert_definition(LABEL, concept)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:246:9 [INFO] [stderr] | [INFO] [stderr] 246 | try!(self.label(new_default, string)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:261:9 [INFO] [stderr] | [INFO] [stderr] 261 | try!(self.label(label_concept, "label_of")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:262:9 [INFO] [stderr] | [INFO] [stderr] 262 | try!(self.label(define_concept, ":=")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:263:9 [INFO] [stderr] | [INFO] [stderr] 263 | try!(self.label(reduction_concept, "->")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/adding.rs:285:17 [INFO] [stderr] | [INFO] [stderr] 285 | try!(self.insert_definition(definition, lefthand, righthand)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/context.rs:144:30 [INFO] [stderr] | [INFO] [stderr] 144 | let concept_delta1 = try!(self [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/removing.rs:45:17 [INFO] [stderr] | [INFO] [stderr] 45 | try!(self.try_delete_concept(concept)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/removing.rs:46:17 [INFO] [stderr] | [INFO] [stderr] 46 | try!(self.try_delete_concept(left)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/removing.rs:53:13 [INFO] [stderr] | [INFO] [stderr] 53 | try!(self.unlabel(concept)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/translating.rs:49:24 [INFO] [stderr] | [INFO] [stderr] 49 | let lefthand = try!(self.ast_from_token(left)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/translating.rs:50:25 [INFO] [stderr] | [INFO] [stderr] 50 | let righthand = try!(self.ast_from_token(right)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/writing.rs:144:17 [INFO] [stderr] | [INFO] [stderr] 144 | let r = try!(self.get_reduction_of_composition(concept)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/writing.rs:160:9 [INFO] [stderr] | [INFO] [stderr] 160 | try!(self.write_concept(concept).make_reduce_to(reduction)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/writing.rs:173:17 [INFO] [stderr] | [INFO] [stderr] 173 | try!(self.get_reduction_of_composition(left)) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/writing.rs:178:17 [INFO] [stderr] | [INFO] [stderr] 178 | try!(self.get_reduction_of_composition(right)) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/writing.rs:212:13 [INFO] [stderr] | [INFO] [stderr] 212 | try!(self.check_reductions(definition, lefthand)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/writing.rs:213:13 [INFO] [stderr] | [INFO] [stderr] 213 | try!(self.check_reductions(definition, righthand)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/writing.rs:214:26 [INFO] [stderr] | [INFO] [stderr] 214 | let deltas = try!(self.set_concept_definition_deltas(definition, lefthand, righthand)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:510:13 [INFO] [stderr] | [INFO] [stderr] 510 | try!(self.define(new, old)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:530:21 [INFO] [stderr] | [INFO] [stderr] 530 | try!(self.define_new_syntax(new.to_string(), left, right)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:556:13 [INFO] [stderr] | [INFO] [stderr] 556 | try!(self.relabel(left_concept, &left.to_string())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:559:32 [INFO] [stderr] | [INFO] [stderr] 559 | let left_concept = try!(self.concept_from_ast(left)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:560:33 [INFO] [stderr] | [INFO] [stderr] 560 | let right_concept = try!(self.concept_from_ast(right)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:561:13 [INFO] [stderr] | [INFO] [stderr] 561 | try!(self.insert_definition(concept, left_concept, right_concept)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:567:9 [INFO] [stderr] | [INFO] [stderr] 567 | try!(self.unlabel(concept)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/adding.rs:158:25 [INFO] [stderr] | [INFO] [stderr] 158 | let mut leftc = try!(self.concept_from_ast(left)); [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/adding.rs:159:25 [INFO] [stderr] | [INFO] [stderr] 159 | let mut rightc = try!(self.concept_from_ast(right)); [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.59s [INFO] running `"docker" "inspect" "49dda9dd53383dcaeeeb01bcd7e12d31127a8fe47202041d5a2b083c2057109e"` [INFO] running `"docker" "rm" "-f" "49dda9dd53383dcaeeeb01bcd7e12d31127a8fe47202041d5a2b083c2057109e"` [INFO] [stdout] 49dda9dd53383dcaeeeb01bcd7e12d31127a8fe47202041d5a2b083c2057109e [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] f449b90fdf4c11d3eaef944e65ab27da626414b2b6ce32044c61f2eed86d37db [INFO] running `"docker" "start" "-a" "f449b90fdf4c11d3eaef944e65ab27da626414b2b6ce32044c61f2eed86d37db"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.37s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/zia-5231a845aeb15b3a [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/definitions-e05bc1f7d8cc89e2 [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test setting_definition_of_concrete ... FAILED [INFO] [stdout] test fresh_symbol ... ok [INFO] [stdout] test nested_definition_loop ... ok [INFO] [stdout] test fresh_refactor ... ok [INFO] [stdout] test definition_loop ... ok [INFO] [stdout] test pair_on_the_left ... ok [INFO] [stdout] test redundantly_remove_definition ... ok [INFO] [stdout] test redundancy ... ok [INFO] [stdout] test chained_definitions_loop ... ok [INFO] [stdout] test bad_refactor ... ok [INFO] [stdout] test defining_used_symbol_as_used_pair ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- setting_definition_of_concrete stdout ---- [INFO] [stdout] proptest: FileFailurePersistence::SourceParallel set, but failed to find lib.rs or main.rs [INFO] [stdout] Oct 09 12:45:51.754 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.754 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.755 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.755 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.755 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.755 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.755 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.755 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.755 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.755 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.755 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.755 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.755 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.755 INFO execute(let (:= (:= ({./=𞺣\ਜ਼ஃ\=<ᝈȺȺడઃ_🄈=3% /.$𐣣𐮫ហ)))) [INFO] [stdout] Oct 09 12:45:51.755 INFO call((let (:= (:= ({./=𞺣\ਜ਼ஃ\=<ᝈȺȺడઃ_🄈=3% /.$𐣣𐮫ហ))))) [INFO] [stdout] Oct 09 12:45:51.755 INFO call_pair(let, (:= (:= ({./=𞺣\ਜ਼ஃ\=<ᝈȺȺడઃ_🄈=3% /.$𐣣𐮫ហ)))) [INFO] [stdout] Oct 09 12:45:51.755 INFO call_as_righthand(:=, (:= ({./=𞺣\ਜ਼ஃ\=<ᝈȺȺడઃ_🄈=3% /.$𐣣𐮫ហ))) [INFO] [stdout] Oct 09 12:45:51.755 INFO match_righthand_pair(:=, :=, ({./=𞺣\ਜ਼ஃ\=<ᝈȺȺడઃ_🄈=3% /.$𐣣𐮫ហ)) [INFO] [stdout] Oct 09 12:45:51.755 INFO execute_definition(:=, {./=𞺣\ਜ਼ஃ\=<ᝈȺȺడઃ_🄈=3% /.$𐣣𐮫ហ) [INFO] [stdout] Oct 09 12:45:51.756 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.756 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.756 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.756 INFO concept_from_ast({./=𞺣\ਜ਼ஃ\=<ᝈȺȺడઃ_🄈=3%) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.756 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.756 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.756 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.756 INFO concept_from_ast(/.$𐣣𐮫ហ) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.756 INFO insert_definition(1, 12, 15) [INFO] [stdout] Oct 09 12:45:51.758 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.758 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.758 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.758 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.758 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.758 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.758 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.758 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.758 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.758 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.758 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.759 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.759 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.759 INFO execute(let (let (:= (?& '🕴D꯶�𞄼'🇵/🂺হ𐣲ிਘ` uꮚ"𞹙)))) [INFO] [stdout] Oct 09 12:45:51.759 INFO call((let (let (:= (?& '🕴D꯶�𞄼'🇵/🂺হ𐣲ிਘ` uꮚ"𞹙))))) [INFO] [stdout] Oct 09 12:45:51.759 INFO call_pair(let, (let (:= (?& '🕴D꯶�𞄼'🇵/🂺হ𐣲ிਘ` uꮚ"𞹙)))) [INFO] [stdout] Oct 09 12:45:51.759 INFO call_as_righthand(let, (:= (?& '🕴D꯶�𞄼'🇵/🂺হ𐣲ிਘ` uꮚ"𞹙))) [INFO] [stdout] Oct 09 12:45:51.759 INFO match_righthand_pair(let, :=, (?& '🕴D꯶�𞄼'🇵/🂺হ𐣲ிਘ` uꮚ"𞹙)) [INFO] [stdout] Oct 09 12:45:51.759 INFO execute_definition(let, ?& '🕴D꯶�𞄼'🇵/🂺হ𐣲ிਘ` uꮚ"𞹙) [INFO] [stdout] Oct 09 12:45:51.759 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.759 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.759 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.759 INFO concept_from_ast(?&) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.759 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.759 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.759 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.759 INFO concept_from_ast('🕴D꯶�𞄼'🇵/🂺হ𐣲ிਘ` uꮚ"𞹙) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.759 INFO insert_definition(3, 12, 15) [INFO] [stdout] Oct 09 12:45:51.761 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.761 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.762 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.762 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.762 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.762 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.762 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.762 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.762 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.762 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.762 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.762 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.762 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.762 INFO execute(let (let (:= (&થ&ῢ𐩐�P$?\C=ᾙz'{ﹳ*{ﵢ𞥖ଢ଼A𛲞 Ok(()) [INFO] [stdout] Oct 09 12:45:51.763 INFO concept_from_ast(&થ&ῢ𐩐�P$?\C=ᾙz'{ﹳ*{ﵢ𞥖ଢ଼A𛲞) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.763 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.763 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.763 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.763 INFO concept_from_ast( Ok(15) [INFO] [stdout] Oct 09 12:45:51.763 INFO insert_definition(3, 12, 15) [INFO] [stdout] Oct 09 12:45:51.767 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.767 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.767 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.767 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.767 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.767 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.767 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.767 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.767 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.767 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.768 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.768 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.768 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.768 INFO execute(let (-> (:= (cJౚ=.¥? =lꬒZપ𑑝P#𞹉ઋȺ𖭞🉅꩘o<ڢ¥=ઊ{¥`\Ѩ\y)))) [INFO] [stdout] Oct 09 12:45:51.768 INFO call((let (-> (:= (cJౚ=.¥? =lꬒZપ𑑝P#𞹉ઋȺ𖭞🉅꩘o<ڢ¥=ઊ{¥`\Ѩ\y))))) [INFO] [stdout] Oct 09 12:45:51.768 INFO call_pair(let, (-> (:= (cJౚ=.¥? =lꬒZપ𑑝P#𞹉ઋȺ𖭞🉅꩘o<ڢ¥=ઊ{¥`\Ѩ\y)))) [INFO] [stdout] Oct 09 12:45:51.768 INFO call_as_righthand(->, (:= (cJౚ=.¥? =lꬒZપ𑑝P#𞹉ઋȺ𖭞🉅꩘o<ڢ¥=ઊ{¥`\Ѩ\y))) [INFO] [stdout] Oct 09 12:45:51.768 INFO match_righthand_pair(->, :=, (cJౚ=.¥? =lꬒZપ𑑝P#𞹉ઋȺ𖭞🉅꩘o<ڢ¥=ઊ{¥`\Ѩ\y)) [INFO] [stdout] Oct 09 12:45:51.768 INFO execute_definition(->, cJౚ=.¥? =lꬒZપ𑑝P#𞹉ઋȺ𖭞🉅꩘o<ڢ¥=ઊ{¥`\Ѩ\y) [INFO] [stdout] Oct 09 12:45:51.768 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.768 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.768 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.768 INFO concept_from_ast(cJౚ=.¥?) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.768 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.768 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.768 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.768 INFO concept_from_ast(=lꬒZપ𑑝P#𞹉ઋȺ𖭞🉅꩘o<ڢ¥=ઊ{¥`\Ѩ\y) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.769 INFO insert_definition(2, 12, 15) [INFO] [stdout] Oct 09 12:45:51.771 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.771 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.771 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.771 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.771 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.771 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.771 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.771 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.771 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.771 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.771 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.771 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.771 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.771 INFO execute(let (label_of (:= (䁰භ¥&`<`௱`�㇣𦙮a`:Z.&%?f*ᵬw᪐Íí{ᥴᾗF 𞺵:"=j\lꡍ-%ì𐊀𝓗🉃')))) [INFO] [stdout] Oct 09 12:45:51.772 INFO call((let (label_of (:= (䁰භ¥&`<`௱`�㇣𦙮a`:Z.&%?f*ᵬw᪐Íí{ᥴᾗF 𞺵:"=j\lꡍ-%ì𐊀𝓗🉃'))))) [INFO] [stdout] Oct 09 12:45:51.772 INFO call_pair(let, (label_of (:= (䁰භ¥&`<`௱`�㇣𦙮a`:Z.&%?f*ᵬw᪐Íí{ᥴᾗF 𞺵:"=j\lꡍ-%ì𐊀𝓗🉃')))) [INFO] [stdout] Oct 09 12:45:51.772 INFO call_as_righthand(label_of, (:= (䁰භ¥&`<`௱`�㇣𦙮a`:Z.&%?f*ᵬw᪐Íí{ᥴᾗF 𞺵:"=j\lꡍ-%ì𐊀𝓗🉃'))) [INFO] [stdout] Oct 09 12:45:51.772 INFO match_righthand_pair(label_of, :=, (䁰භ¥&`<`௱`�㇣𦙮a`:Z.&%?f*ᵬw᪐Íí{ᥴᾗF 𞺵:"=j\lꡍ-%ì𐊀𝓗🉃')) [INFO] [stdout] Oct 09 12:45:51.772 INFO execute_definition(label_of, 䁰භ¥&`<`௱`�㇣𦙮a`:Z.&%?f*ᵬw᪐Íí{ᥴᾗF 𞺵:"=j\lꡍ-%ì𐊀𝓗🉃') [INFO] [stdout] Oct 09 12:45:51.772 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.772 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.772 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.772 INFO concept_from_ast(䁰භ¥&`<`௱`�㇣𦙮a`:Z.&%?f*ᵬw᪐Íí{ᥴᾗF) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.772 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.772 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.772 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.772 INFO concept_from_ast(𞺵:"=j\lꡍ-%ì𐊀𝓗🉃') -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.772 INFO insert_definition(0, 12, 15) [INFO] [stdout] Oct 09 12:45:51.774 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.774 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.774 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.774 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.774 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.774 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.774 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.775 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.775 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.775 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.775 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.775 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.775 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.775 INFO execute(let (label_of (:= (�J𐠸𞺬𞺐𑂛ஐ�𑙓ᚿ` &ꟃbn)))) [INFO] [stdout] Oct 09 12:45:51.775 INFO call((let (label_of (:= (�J𐠸𞺬𞺐𑂛ஐ�𑙓ᚿ` &ꟃbn))))) [INFO] [stdout] Oct 09 12:45:51.775 INFO call_pair(let, (label_of (:= (�J𐠸𞺬𞺐𑂛ஐ�𑙓ᚿ` &ꟃbn)))) [INFO] [stdout] Oct 09 12:45:51.775 INFO call_as_righthand(label_of, (:= (�J𐠸𞺬𞺐𑂛ஐ�𑙓ᚿ` &ꟃbn))) [INFO] [stdout] Oct 09 12:45:51.775 INFO match_righthand_pair(label_of, :=, (�J𐠸𞺬𞺐𑂛ஐ�𑙓ᚿ` &ꟃbn)) [INFO] [stdout] Oct 09 12:45:51.775 INFO execute_definition(label_of, �J𐠸𞺬𞺐𑂛ஐ�𑙓ᚿ` &ꟃbn) [INFO] [stdout] Oct 09 12:45:51.775 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.775 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.775 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.775 INFO concept_from_ast(�J𐠸𞺬𞺐𑂛ஐ�𑙓ᚿ`) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.776 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.776 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.776 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.776 INFO concept_from_ast(&ꟃbn) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.776 INFO insert_definition(0, 12, 15) [INFO] [stdout] Oct 09 12:45:51.778 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.778 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.778 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.778 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.778 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.778 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.778 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.778 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.778 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.778 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.779 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.779 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.779 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.779 INFO execute(let (let (:= (J<%𛱹ᅦÊꬂཷ¥uએᝲ?ૢ]🕴𑱔xලN=ਸȺhѨ E¥ꬑ Ok(()) [INFO] [stdout] Oct 09 12:45:51.779 INFO concept_from_ast(J<%𛱹ᅦÊꬂཷ¥uએᝲ?ૢ]🕴𑱔xලN=ਸȺhѨ) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.779 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.779 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.779 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.779 INFO concept_from_ast(E¥ꬑ Ok(15) [INFO] [stdout] Oct 09 12:45:51.779 INFO insert_definition(3, 12, 15) [INFO] [stdout] Oct 09 12:45:51.782 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.782 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.782 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.782 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.782 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.782 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.782 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.782 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.782 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.782 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.782 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.782 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.782 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.782 INFO execute(let (let (:= (ෲ߫🕴\¥à{&==>4'𑂫ᅡ🕴𐩗=@p?? ံᅮrQ༾:𞻱ᢦಮ)))) [INFO] [stdout] Oct 09 12:45:51.783 INFO call((let (let (:= (ෲ߫🕴\¥à{&==>4'𑂫ᅡ🕴𐩗=@p?? ံᅮrQ༾:𞻱ᢦಮ))))) [INFO] [stdout] Oct 09 12:45:51.783 INFO call_pair(let, (let (:= (ෲ߫🕴\¥à{&==>4'𑂫ᅡ🕴𐩗=@p?? ံᅮrQ༾:𞻱ᢦಮ)))) [INFO] [stdout] Oct 09 12:45:51.783 INFO call_as_righthand(let, (:= (ෲ߫🕴\¥à{&==>4'𑂫ᅡ🕴𐩗=@p?? ံᅮrQ༾:𞻱ᢦಮ))) [INFO] [stdout] Oct 09 12:45:51.783 INFO match_righthand_pair(let, :=, (ෲ߫🕴\¥à{&==>4'𑂫ᅡ🕴𐩗=@p?? ံᅮrQ༾:𞻱ᢦಮ)) [INFO] [stdout] Oct 09 12:45:51.783 INFO execute_definition(let, ෲ߫🕴\¥à{&==>4'𑂫ᅡ🕴𐩗=@p?? ံᅮrQ༾:𞻱ᢦಮ) [INFO] [stdout] Oct 09 12:45:51.783 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.783 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.783 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.783 INFO concept_from_ast(ෲ߫🕴\¥à{&==>4'𑂫ᅡ🕴𐩗=@p??) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.783 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.783 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.783 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.783 INFO concept_from_ast(ံᅮrQ༾:𞻱ᢦಮ) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.783 INFO insert_definition(3, 12, 15) [INFO] [stdout] Oct 09 12:45:51.785 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.785 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.785 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.785 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.785 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.785 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.786 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.786 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.786 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.786 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.786 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.786 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.786 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.786 INFO execute(let (-> (:= (`AѨ🕴꒯🆋9𑴑 ¥.𝒬)))) [INFO] [stdout] Oct 09 12:45:51.786 INFO call((let (-> (:= (`AѨ🕴꒯🆋9𑴑 ¥.𝒬))))) [INFO] [stdout] Oct 09 12:45:51.786 INFO call_pair(let, (-> (:= (`AѨ🕴꒯🆋9𑴑 ¥.𝒬)))) [INFO] [stdout] Oct 09 12:45:51.786 INFO call_as_righthand(->, (:= (`AѨ🕴꒯🆋9𑴑 ¥.𝒬))) [INFO] [stdout] Oct 09 12:45:51.786 INFO match_righthand_pair(->, :=, (`AѨ🕴꒯🆋9𑴑 ¥.𝒬)) [INFO] [stdout] Oct 09 12:45:51.786 INFO execute_definition(->, `AѨ🕴꒯🆋9𑴑 ¥.𝒬) [INFO] [stdout] Oct 09 12:45:51.789 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.790 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.790 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.790 INFO concept_from_ast(`AѨ🕴꒯🆋9𑴑) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.790 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.790 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.790 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.790 INFO concept_from_ast(¥.𝒬) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.790 INFO insert_definition(2, 12, 15) [INFO] [stdout] Oct 09 12:45:51.794 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.794 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.794 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.794 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.794 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.794 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.794 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.794 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.794 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.794 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.794 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.794 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.795 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.795 INFO execute(let (:= (:= (<`I𐋊⟱?¥"Mﹰ*L𑀆"𝋭໓ড়%ଢ଼$𑚉.\'ῡ'?எ :4𑲈য়ₘ🠇¥aâ𩖶�G1ê/0ఖx𒐒~$ᤫ𐊮¥)))) [INFO] [stdout] Oct 09 12:45:51.795 INFO call((let (:= (:= (<`I𐋊⟱?¥"Mﹰ*L𑀆"𝋭໓ড়%ଢ଼$𑚉.\'ῡ'?எ :4𑲈য়ₘ🠇¥aâ𩖶�G1ê/0ఖx𒐒~$ᤫ𐊮¥))))) [INFO] [stdout] Oct 09 12:45:51.795 INFO call_pair(let, (:= (:= (<`I𐋊⟱?¥"Mﹰ*L𑀆"𝋭໓ড়%ଢ଼$𑚉.\'ῡ'?எ :4𑲈য়ₘ🠇¥aâ𩖶�G1ê/0ఖx𒐒~$ᤫ𐊮¥)))) [INFO] [stdout] Oct 09 12:45:51.795 INFO call_as_righthand(:=, (:= (<`I𐋊⟱?¥"Mﹰ*L𑀆"𝋭໓ড়%ଢ଼$𑚉.\'ῡ'?எ :4𑲈য়ₘ🠇¥aâ𩖶�G1ê/0ఖx𒐒~$ᤫ𐊮¥))) [INFO] [stdout] Oct 09 12:45:51.795 INFO match_righthand_pair(:=, :=, (<`I𐋊⟱?¥"Mﹰ*L𑀆"𝋭໓ড়%ଢ଼$𑚉.\'ῡ'?எ :4𑲈য়ₘ🠇¥aâ𩖶�G1ê/0ఖx𒐒~$ᤫ𐊮¥)) [INFO] [stdout] Oct 09 12:45:51.795 INFO execute_definition(:=, <`I𐋊⟱?¥"Mﹰ*L𑀆"𝋭໓ড়%ଢ଼$𑚉.\'ῡ'?எ :4𑲈য়ₘ🠇¥aâ𩖶�G1ê/0ఖx𒐒~$ᤫ𐊮¥) [INFO] [stdout] Oct 09 12:45:51.795 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.795 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.795 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.795 INFO concept_from_ast(<`I𐋊⟱?¥"Mﹰ*L𑀆"𝋭໓ড়%ଢ଼$𑚉.\'ῡ'?எ) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.795 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.795 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.795 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.795 INFO concept_from_ast(:4𑲈য়ₘ🠇¥aâ𩖶�G1ê/0ఖx𒐒~$ᤫ𐊮¥) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.795 INFO insert_definition(1, 12, 15) [INFO] [stdout] Oct 09 12:45:51.797 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.805 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.806 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.806 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.806 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.806 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.806 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.806 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.806 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.806 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.806 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.806 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.806 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.806 INFO execute(let (label_of (:= (ঢ়�🕴𝒿{\ಽy𞺢ල N𞹴x�𖩠$<𑅀?<Ì^ï)))) [INFO] [stdout] Oct 09 12:45:51.806 INFO call((let (label_of (:= (ঢ়�🕴𝒿{\ಽy𞺢ල N𞹴x�𖩠$<𑅀?<Ì^ï))))) [INFO] [stdout] Oct 09 12:45:51.806 INFO call_pair(let, (label_of (:= (ঢ়�🕴𝒿{\ಽy𞺢ල N𞹴x�𖩠$<𑅀?<Ì^ï)))) [INFO] [stdout] Oct 09 12:45:51.806 INFO call_as_righthand(label_of, (:= (ঢ়�🕴𝒿{\ಽy𞺢ල N𞹴x�𖩠$<𑅀?<Ì^ï))) [INFO] [stdout] Oct 09 12:45:51.806 INFO match_righthand_pair(label_of, :=, (ঢ়�🕴𝒿{\ಽy𞺢ල N𞹴x�𖩠$<𑅀?<Ì^ï)) [INFO] [stdout] Oct 09 12:45:51.806 INFO execute_definition(label_of, ঢ়�🕴𝒿{\ಽy𞺢ල N𞹴x�𖩠$<𑅀?<Ì^ï) [INFO] [stdout] Oct 09 12:45:51.807 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.807 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.807 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.807 INFO concept_from_ast(ঢ়�🕴𝒿{\ಽy𞺢ල) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.807 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.807 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.807 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.807 INFO concept_from_ast(N𞹴x�𖩠$<𑅀?<Ì^ï) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.807 INFO insert_definition(0, 12, 15) [INFO] [stdout] Oct 09 12:45:51.809 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.809 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.809 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.810 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.810 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.810 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.810 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.810 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.810 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.810 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.810 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.810 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.810 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.810 INFO execute(let (let (:= (ኵ7ȺK*🄄{ౚヺ𛲝ୄªc`.?:?^𝒴"W? 7꯹ધ𖭔5?𑴉g+{+ZiંAñ🆑𞻱𘪺𑶎>&I𖫰<"ᜄlෛJ)))) [INFO] [stdout] Oct 09 12:45:51.810 INFO call((let (let (:= (ኵ7ȺK*🄄{ౚヺ𛲝ୄªc`.?:?^𝒴"W? 7꯹ધ𖭔5?𑴉g+{+ZiંAñ🆑𞻱𘪺𑶎>&I𖫰<"ᜄlෛJ))))) [INFO] [stdout] Oct 09 12:45:51.810 INFO call_pair(let, (let (:= (ኵ7ȺK*🄄{ౚヺ𛲝ୄªc`.?:?^𝒴"W? 7꯹ધ𖭔5?𑴉g+{+ZiંAñ🆑𞻱𘪺𑶎>&I𖫰<"ᜄlෛJ)))) [INFO] [stdout] Oct 09 12:45:51.810 INFO call_as_righthand(let, (:= (ኵ7ȺK*🄄{ౚヺ𛲝ୄªc`.?:?^𝒴"W? 7꯹ધ𖭔5?𑴉g+{+ZiંAñ🆑𞻱𘪺𑶎>&I𖫰<"ᜄlෛJ))) [INFO] [stdout] Oct 09 12:45:51.810 INFO match_righthand_pair(let, :=, (ኵ7ȺK*🄄{ౚヺ𛲝ୄªc`.?:?^𝒴"W? 7꯹ધ𖭔5?𑴉g+{+ZiંAñ🆑𞻱𘪺𑶎>&I𖫰<"ᜄlෛJ)) [INFO] [stdout] Oct 09 12:45:51.810 INFO execute_definition(let, ኵ7ȺK*🄄{ౚヺ𛲝ୄªc`.?:?^𝒴"W? 7꯹ધ𖭔5?𑴉g+{+ZiંAñ🆑𞻱𘪺𑶎>&I𖫰<"ᜄlෛJ) [INFO] [stdout] Oct 09 12:45:51.810 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.811 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.811 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.811 INFO concept_from_ast(ኵ7ȺK*🄄{ౚヺ𛲝ୄªc`.?:?^𝒴"W?) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.811 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.811 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.811 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.811 INFO concept_from_ast(7꯹ધ𖭔5?𑴉g+{+ZiંAñ🆑𞻱𘪺𑶎>&I𖫰<"ᜄlෛJ) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.811 INFO insert_definition(3, 12, 15) [INFO] [stdout] Oct 09 12:45:51.813 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.813 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.813 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.813 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.813 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.813 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.813 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.817 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.818 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.818 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.818 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.818 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.818 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.818 INFO execute(let (let (:= (Ig{ﶥ/ቒಯ#ጕѨ&?㇔&𖭖`\'𑠑𞹹#Bⵯퟹ*Ѩ𖫫 ᳟.%ã)))) [INFO] [stdout] Oct 09 12:45:51.818 INFO call((let (let (:= (Ig{ﶥ/ቒಯ#ጕѨ&?㇔&𖭖`\'𑠑𞹹#Bⵯퟹ*Ѩ𖫫 ᳟.%ã))))) [INFO] [stdout] Oct 09 12:45:51.818 INFO call_pair(let, (let (:= (Ig{ﶥ/ቒಯ#ጕѨ&?㇔&𖭖`\'𑠑𞹹#Bⵯퟹ*Ѩ𖫫 ᳟.%ã)))) [INFO] [stdout] Oct 09 12:45:51.818 INFO call_as_righthand(let, (:= (Ig{ﶥ/ቒಯ#ጕѨ&?㇔&𖭖`\'𑠑𞹹#Bⵯퟹ*Ѩ𖫫 ᳟.%ã))) [INFO] [stdout] Oct 09 12:45:51.818 INFO match_righthand_pair(let, :=, (Ig{ﶥ/ቒಯ#ጕѨ&?㇔&𖭖`\'𑠑𞹹#Bⵯퟹ*Ѩ𖫫 ᳟.%ã)) [INFO] [stdout] Oct 09 12:45:51.818 INFO execute_definition(let, Ig{ﶥ/ቒಯ#ጕѨ&?㇔&𖭖`\'𑠑𞹹#Bⵯퟹ*Ѩ𖫫 ᳟.%ã) [INFO] [stdout] Oct 09 12:45:51.818 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.818 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.818 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.818 INFO concept_from_ast(Ig{ﶥ/ቒಯ#ጕѨ&?㇔&𖭖`\'𑠑𞹹#Bⵯퟹ*Ѩ𖫫) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.818 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.818 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.818 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.819 INFO concept_from_ast(᳟.%ã) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.819 INFO insert_definition(3, 12, 15) [INFO] [stdout] Oct 09 12:45:51.821 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.821 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.821 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.821 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.821 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.821 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.821 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.821 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.821 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.821 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.821 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.821 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.821 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.821 INFO execute(let (let (:= (<¥9/𑈊:𩳎bb᧚=. 𑣿'Xp"M`சೡ𝜢xB𑌏`ؿ𝜽n¥?ȺୗBp^W/𑩲.ꥡ𐢮$)))) [INFO] [stdout] Oct 09 12:45:51.822 INFO call((let (let (:= (<¥9/𑈊:𩳎bb᧚=. 𑣿'Xp"M`சೡ𝜢xB𑌏`ؿ𝜽n¥?ȺୗBp^W/𑩲.ꥡ𐢮$))))) [INFO] [stdout] Oct 09 12:45:51.822 INFO call_pair(let, (let (:= (<¥9/𑈊:𩳎bb᧚=. 𑣿'Xp"M`சೡ𝜢xB𑌏`ؿ𝜽n¥?ȺୗBp^W/𑩲.ꥡ𐢮$)))) [INFO] [stdout] Oct 09 12:45:51.822 INFO call_as_righthand(let, (:= (<¥9/𑈊:𩳎bb᧚=. 𑣿'Xp"M`சೡ𝜢xB𑌏`ؿ𝜽n¥?ȺୗBp^W/𑩲.ꥡ𐢮$))) [INFO] [stdout] Oct 09 12:45:51.822 INFO match_righthand_pair(let, :=, (<¥9/𑈊:𩳎bb᧚=. 𑣿'Xp"M`சೡ𝜢xB𑌏`ؿ𝜽n¥?ȺୗBp^W/𑩲.ꥡ𐢮$)) [INFO] [stdout] Oct 09 12:45:51.822 INFO execute_definition(let, <¥9/𑈊:𩳎bb᧚=. 𑣿'Xp"M`சೡ𝜢xB𑌏`ؿ𝜽n¥?ȺୗBp^W/𑩲.ꥡ𐢮$) [INFO] [stdout] Oct 09 12:45:51.822 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.822 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.822 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.822 INFO concept_from_ast(<¥9/𑈊:𩳎bb᧚=.) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.822 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.822 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.822 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.822 INFO concept_from_ast(𑣿'Xp"M`சೡ𝜢xB𑌏`ؿ𝜽n¥?ȺୗBp^W/𑩲.ꥡ𐢮$) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.822 INFO insert_definition(3, 12, 15) [INFO] [stdout] Oct 09 12:45:51.836 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.836 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.836 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.836 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.836 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.836 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.836 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.836 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.836 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.836 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.837 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.837 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.837 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.837 INFO execute(let (-> (:= (~🃌=׳2ÿᜉh𞄇ಫ𐀍O稟Kn;+%¥𞸩2𐓲R𐭫�"ਿ/ G𑿄$:க𝅨=/῎/Y*�E")))) [INFO] [stdout] Oct 09 12:45:51.837 INFO call((let (-> (:= (~🃌=׳2ÿᜉh𞄇ಫ𐀍O稟Kn;+%¥𞸩2𐓲R𐭫�"ਿ/ G𑿄$:க𝅨=/῎/Y*�E"))))) [INFO] [stdout] Oct 09 12:45:51.837 INFO call_pair(let, (-> (:= (~🃌=׳2ÿᜉh𞄇ಫ𐀍O稟Kn;+%¥𞸩2𐓲R𐭫�"ਿ/ G𑿄$:க𝅨=/῎/Y*�E")))) [INFO] [stdout] Oct 09 12:45:51.837 INFO call_as_righthand(->, (:= (~🃌=׳2ÿᜉh𞄇ಫ𐀍O稟Kn;+%¥𞸩2𐓲R𐭫�"ਿ/ G𑿄$:க𝅨=/῎/Y*�E"))) [INFO] [stdout] Oct 09 12:45:51.837 INFO match_righthand_pair(->, :=, (~🃌=׳2ÿᜉh𞄇ಫ𐀍O稟Kn;+%¥𞸩2𐓲R𐭫�"ਿ/ G𑿄$:க𝅨=/῎/Y*�E")) [INFO] [stdout] Oct 09 12:45:51.837 INFO execute_definition(->, ~🃌=׳2ÿᜉh𞄇ಫ𐀍O稟Kn;+%¥𞸩2𐓲R𐭫�"ਿ/ G𑿄$:க𝅨=/῎/Y*�E") [INFO] [stdout] Oct 09 12:45:51.837 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.837 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.837 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.837 INFO concept_from_ast(~🃌=׳2ÿᜉh𞄇ಫ𐀍O稟Kn;+%¥𞸩2𐓲R𐭫�"ਿ/) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.837 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.837 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.837 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.837 INFO concept_from_ast(G𑿄$:க𝅨=/῎/Y*�E") -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.838 INFO insert_definition(2, 12, 15) [INFO] [stdout] Oct 09 12:45:51.839 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.840 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.840 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.840 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.840 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.840 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.840 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.840 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.840 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.840 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.840 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.840 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.840 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.840 INFO execute(let (-> (:= (?🅺𐳰¥𐌹ΆȺѨ4꜋:𐮜/ꬑ\t🕴 Õܨ𝍪bXf{)))) [INFO] [stdout] Oct 09 12:45:51.840 INFO call((let (-> (:= (?🅺𐳰¥𐌹ΆȺѨ4꜋:𐮜/ꬑ\t🕴 Õܨ𝍪bXf{))))) [INFO] [stdout] Oct 09 12:45:51.840 INFO call_pair(let, (-> (:= (?🅺𐳰¥𐌹ΆȺѨ4꜋:𐮜/ꬑ\t🕴 Õܨ𝍪bXf{)))) [INFO] [stdout] Oct 09 12:45:51.840 INFO call_as_righthand(->, (:= (?🅺𐳰¥𐌹ΆȺѨ4꜋:𐮜/ꬑ\t🕴 Õܨ𝍪bXf{))) [INFO] [stdout] Oct 09 12:45:51.841 INFO match_righthand_pair(->, :=, (?🅺𐳰¥𐌹ΆȺѨ4꜋:𐮜/ꬑ\t🕴 Õܨ𝍪bXf{)) [INFO] [stdout] Oct 09 12:45:51.841 INFO execute_definition(->, ?🅺𐳰¥𐌹ΆȺѨ4꜋:𐮜/ꬑ\t🕴 Õܨ𝍪bXf{) [INFO] [stdout] Oct 09 12:45:51.841 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.841 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.841 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.841 INFO concept_from_ast(?🅺𐳰¥𐌹ΆȺѨ4꜋:𐮜/ꬑ\t🕴) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.841 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.841 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.841 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.841 INFO concept_from_ast(Õܨ𝍪bXf{) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.841 INFO insert_definition(2, 12, 15) [INFO] [stdout] Oct 09 12:45:51.853 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.853 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.853 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.853 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.853 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.853 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.853 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.853 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.854 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.854 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.854 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.854 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.854 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.854 INFO execute(let (:= (:= (A&t︨"3🕴^L𑻤==ὒ⑄.?꩕=𐨛%=%𞥓%𐀒K h/zꯓ=!𞤐ষgd"ஜѨ´:�"/\VH*)))) [INFO] [stdout] Oct 09 12:45:51.854 INFO call((let (:= (:= (A&t︨"3🕴^L𑻤==ὒ⑄.?꩕=𐨛%=%𞥓%𐀒K h/zꯓ=!𞤐ষgd"ஜѨ´:�"/\VH*))))) [INFO] [stdout] Oct 09 12:45:51.854 INFO call_pair(let, (:= (:= (A&t︨"3🕴^L𑻤==ὒ⑄.?꩕=𐨛%=%𞥓%𐀒K h/zꯓ=!𞤐ষgd"ஜѨ´:�"/\VH*)))) [INFO] [stdout] Oct 09 12:45:51.854 INFO call_as_righthand(:=, (:= (A&t︨"3🕴^L𑻤==ὒ⑄.?꩕=𐨛%=%𞥓%𐀒K h/zꯓ=!𞤐ষgd"ஜѨ´:�"/\VH*))) [INFO] [stdout] Oct 09 12:45:51.854 INFO match_righthand_pair(:=, :=, (A&t︨"3🕴^L𑻤==ὒ⑄.?꩕=𐨛%=%𞥓%𐀒K h/zꯓ=!𞤐ষgd"ஜѨ´:�"/\VH*)) [INFO] [stdout] Oct 09 12:45:51.854 INFO execute_definition(:=, A&t︨"3🕴^L𑻤==ὒ⑄.?꩕=𐨛%=%𞥓%𐀒K h/zꯓ=!𞤐ষgd"ஜѨ´:�"/\VH*) [INFO] [stdout] Oct 09 12:45:51.854 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.854 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.854 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.854 INFO concept_from_ast(A&t︨"3🕴^L𑻤==ὒ⑄.?꩕=𐨛%=%𞥓%𐀒K) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.854 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.854 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.855 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.855 INFO concept_from_ast(h/zꯓ=!𞤐ষgd"ஜѨ´:�"/\VH*) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.855 INFO insert_definition(1, 12, 15) [INFO] [stdout] Oct 09 12:45:51.863 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.863 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.863 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.863 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.863 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.863 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.863 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.863 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.863 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.863 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.863 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.863 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.863 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.863 INFO execute(let (:= (:= (*a<ᜀ⑄KⲀNhm"¥@ 𖾚🕴ൟe<𑅑%󠅏S=kȺ=៵𐨆Ⱥ𑰐x𑶕Ⱥ.h�'{"𞹔{Ⱥ)))) [INFO] [stdout] Oct 09 12:45:51.864 INFO call((let (:= (:= (*a<ᜀ⑄KⲀNhm"¥@ 𖾚🕴ൟe<𑅑%󠅏S=kȺ=៵𐨆Ⱥ𑰐x𑶕Ⱥ.h�'{"𞹔{Ⱥ))))) [INFO] [stdout] Oct 09 12:45:51.864 INFO call_pair(let, (:= (:= (*a<ᜀ⑄KⲀNhm"¥@ 𖾚🕴ൟe<𑅑%󠅏S=kȺ=៵𐨆Ⱥ𑰐x𑶕Ⱥ.h�'{"𞹔{Ⱥ)))) [INFO] [stdout] Oct 09 12:45:51.864 INFO call_as_righthand(:=, (:= (*a<ᜀ⑄KⲀNhm"¥@ 𖾚🕴ൟe<𑅑%󠅏S=kȺ=៵𐨆Ⱥ𑰐x𑶕Ⱥ.h�'{"𞹔{Ⱥ))) [INFO] [stdout] Oct 09 12:45:51.864 INFO match_righthand_pair(:=, :=, (*a<ᜀ⑄KⲀNhm"¥@ 𖾚🕴ൟe<𑅑%󠅏S=kȺ=៵𐨆Ⱥ𑰐x𑶕Ⱥ.h�'{"𞹔{Ⱥ)) [INFO] [stdout] Oct 09 12:45:51.864 INFO execute_definition(:=, *a<ᜀ⑄KⲀNhm"¥@ 𖾚🕴ൟe<𑅑%󠅏S=kȺ=៵𐨆Ⱥ𑰐x𑶕Ⱥ.h�'{"𞹔{Ⱥ) [INFO] [stdout] Oct 09 12:45:51.864 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.864 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.864 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.864 INFO concept_from_ast(*a<ᜀ⑄KⲀNhm"¥@) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.864 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.864 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.864 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.864 INFO concept_from_ast(𖾚🕴ൟe<𑅑%󠅏S=kȺ=៵𐨆Ⱥ𑰐x𑶕Ⱥ.h�'{"𞹔{Ⱥ) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.864 INFO insert_definition(1, 12, 15) [INFO] [stdout] Oct 09 12:45:51.867 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.867 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.867 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.867 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.867 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.867 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.867 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.868 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.868 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.868 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.868 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.868 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.868 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.868 INFO execute(let (let (:= (`?𐣰ﵪଃ𝄢n=ퟛ-:𖼪Ѩ൰🕴ᎂโ߈Sஓ$𑖇T YີѨ"Ѩ)))) [INFO] [stdout] Oct 09 12:45:51.868 INFO call((let (let (:= (`?𐣰ﵪଃ𝄢n=ퟛ-:𖼪Ѩ൰🕴ᎂโ߈Sஓ$𑖇T YີѨ"Ѩ))))) [INFO] [stdout] Oct 09 12:45:51.868 INFO call_pair(let, (let (:= (`?𐣰ﵪଃ𝄢n=ퟛ-:𖼪Ѩ൰🕴ᎂโ߈Sஓ$𑖇T YີѨ"Ѩ)))) [INFO] [stdout] Oct 09 12:45:51.868 INFO call_as_righthand(let, (:= (`?𐣰ﵪଃ𝄢n=ퟛ-:𖼪Ѩ൰🕴ᎂโ߈Sஓ$𑖇T YີѨ"Ѩ))) [INFO] [stdout] Oct 09 12:45:51.868 INFO match_righthand_pair(let, :=, (`?𐣰ﵪଃ𝄢n=ퟛ-:𖼪Ѩ൰🕴ᎂโ߈Sஓ$𑖇T YີѨ"Ѩ)) [INFO] [stdout] Oct 09 12:45:51.868 INFO execute_definition(let, `?𐣰ﵪଃ𝄢n=ퟛ-:𖼪Ѩ൰🕴ᎂโ߈Sஓ$𑖇T YີѨ"Ѩ) [INFO] [stdout] Oct 09 12:45:51.868 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.868 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.868 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.868 INFO concept_from_ast(`?𐣰ﵪଃ𝄢n=ퟛ-:𖼪Ѩ൰🕴ᎂโ߈Sஓ$𑖇T) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.868 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.868 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.869 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.869 INFO concept_from_ast(YີѨ"Ѩ) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.869 INFO insert_definition(3, 12, 15) [INFO] [stdout] Oct 09 12:45:51.879 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.879 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.879 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.879 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.879 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.879 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.879 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.879 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.879 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.879 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.879 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.879 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.879 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.879 INFO execute(let (:= (:= (YѨ[;:𑙔=𐄏/<𒐝%⺎ੑ±Ⱥ%¥𛲃� {'wஙz-)))) [INFO] [stdout] Oct 09 12:45:51.880 INFO call((let (:= (:= (YѨ[;:𑙔=𐄏/<𒐝%⺎ੑ±Ⱥ%¥𛲃� {'wஙz-))))) [INFO] [stdout] Oct 09 12:45:51.880 INFO call_pair(let, (:= (:= (YѨ[;:𑙔=𐄏/<𒐝%⺎ੑ±Ⱥ%¥𛲃� {'wஙz-)))) [INFO] [stdout] Oct 09 12:45:51.880 INFO call_as_righthand(:=, (:= (YѨ[;:𑙔=𐄏/<𒐝%⺎ੑ±Ⱥ%¥𛲃� {'wஙz-))) [INFO] [stdout] Oct 09 12:45:51.880 INFO match_righthand_pair(:=, :=, (YѨ[;:𑙔=𐄏/<𒐝%⺎ੑ±Ⱥ%¥𛲃� {'wஙz-)) [INFO] [stdout] Oct 09 12:45:51.880 INFO execute_definition(:=, YѨ[;:𑙔=𐄏/<𒐝%⺎ੑ±Ⱥ%¥𛲃� {'wஙz-) [INFO] [stdout] Oct 09 12:45:51.880 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.880 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.880 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.880 INFO concept_from_ast(YѨ[;:𑙔=𐄏/<𒐝%⺎ੑ±Ⱥ%¥𛲃�) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.880 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.880 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.880 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.880 INFO concept_from_ast({'wஙz-) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.880 INFO insert_definition(1, 12, 15) [INFO] [stdout] Oct 09 12:45:51.882 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.882 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.882 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.882 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.883 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.883 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.883 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.883 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.883 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.883 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.883 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.883 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.883 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.883 INFO execute(let (:= (:= (🕴~'| 't¥-${𐨎&🕴ZY/ᯫ?eﬔ~4y^zȺ𑌵o㜬\;𞹟&=)))) [INFO] [stdout] Oct 09 12:45:51.883 INFO call((let (:= (:= (🕴~'| 't¥-${𐨎&🕴ZY/ᯫ?eﬔ~4y^zȺ𑌵o㜬\;𞹟&=))))) [INFO] [stdout] Oct 09 12:45:51.883 INFO call_pair(let, (:= (:= (🕴~'| 't¥-${𐨎&🕴ZY/ᯫ?eﬔ~4y^zȺ𑌵o㜬\;𞹟&=)))) [INFO] [stdout] Oct 09 12:45:51.883 INFO call_as_righthand(:=, (:= (🕴~'| 't¥-${𐨎&🕴ZY/ᯫ?eﬔ~4y^zȺ𑌵o㜬\;𞹟&=))) [INFO] [stdout] Oct 09 12:45:51.883 INFO match_righthand_pair(:=, :=, (🕴~'| 't¥-${𐨎&🕴ZY/ᯫ?eﬔ~4y^zȺ𑌵o㜬\;𞹟&=)) [INFO] [stdout] Oct 09 12:45:51.883 INFO execute_definition(:=, 🕴~'| 't¥-${𐨎&🕴ZY/ᯫ?eﬔ~4y^zȺ𑌵o㜬\;𞹟&=) [INFO] [stdout] Oct 09 12:45:51.883 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.883 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.884 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.884 INFO concept_from_ast(🕴~'|) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.884 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.884 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.884 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.884 INFO concept_from_ast('t¥-${𐨎&🕴ZY/ᯫ?eﬔ~4y^zȺ𑌵o㜬\;𞹟&=) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.884 INFO insert_definition(1, 12, 15) [INFO] [stdout] Oct 09 12:45:51.888 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.888 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.888 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.888 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.888 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.888 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.888 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.888 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.888 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.888 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.889 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.889 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.889 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.889 INFO execute(let (-> (:= (<ෑ\ymꬭv𝕁\mȺ'𝔎/𑣉`൫&ퟁ¸*$ঐ-:N🄌 %῍ໃ'kÜ𐍠C%{±Ⱥ¥D,🠀Õ\)))) [INFO] [stdout] Oct 09 12:45:51.889 INFO call((let (-> (:= (<ෑ\ymꬭv𝕁\mȺ'𝔎/𑣉`൫&ퟁ¸*$ঐ-:N🄌 %῍ໃ'kÜ𐍠C%{±Ⱥ¥D,🠀Õ\))))) [INFO] [stdout] Oct 09 12:45:51.889 INFO call_pair(let, (-> (:= (<ෑ\ymꬭv𝕁\mȺ'𝔎/𑣉`൫&ퟁ¸*$ঐ-:N🄌 %῍ໃ'kÜ𐍠C%{±Ⱥ¥D,🠀Õ\)))) [INFO] [stdout] Oct 09 12:45:51.889 INFO call_as_righthand(->, (:= (<ෑ\ymꬭv𝕁\mȺ'𝔎/𑣉`൫&ퟁ¸*$ঐ-:N🄌 %῍ໃ'kÜ𐍠C%{±Ⱥ¥D,🠀Õ\))) [INFO] [stdout] Oct 09 12:45:51.889 INFO match_righthand_pair(->, :=, (<ෑ\ymꬭv𝕁\mȺ'𝔎/𑣉`൫&ퟁ¸*$ঐ-:N🄌 %῍ໃ'kÜ𐍠C%{±Ⱥ¥D,🠀Õ\)) [INFO] [stdout] Oct 09 12:45:51.889 INFO execute_definition(->, <ෑ\ymꬭv𝕁\mȺ'𝔎/𑣉`൫&ퟁ¸*$ঐ-:N🄌 %῍ໃ'kÜ𐍠C%{±Ⱥ¥D,🠀Õ\) [INFO] [stdout] Oct 09 12:45:51.889 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.889 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.889 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.889 INFO concept_from_ast(<ෑ\ymꬭv𝕁\mȺ'𝔎/𑣉`൫&ퟁ¸*$ঐ-:N🄌) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.889 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.889 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.889 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.889 INFO concept_from_ast(%῍ໃ'kÜ𐍠C%{±Ⱥ¥D,🠀Õ\) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.889 INFO insert_definition(2, 12, 15) [INFO] [stdout] Oct 09 12:45:51.892 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.892 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.892 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.892 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.892 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.892 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.892 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.892 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.892 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.892 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.892 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.892 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.892 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.892 INFO execute(let (label_of (:= ('\$𐨅🕴&𘩇`$Q🜾ꬼ$�>ఉﬓGly0㆑;%'𐲢| ఉﬓGly0㆑;%'𐲢| ఉﬓGly0㆑;%'𐲢| ఉﬓGly0㆑;%'𐲢| ఉﬓGly0㆑;%'𐲢| ఉﬓGly0㆑;%'𐲢| Ok(()) [INFO] [stdout] Oct 09 12:45:51.893 INFO concept_from_ast('\$𐨅🕴&𘩇`$Q🜾ꬼ$�>ఉﬓGly0㆑;%'𐲢|) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.893 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.893 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.893 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.893 INFO concept_from_ast( Ok(15) [INFO] [stdout] Oct 09 12:45:51.893 INFO insert_definition(0, 12, 15) [INFO] [stdout] Oct 09 12:45:51.895 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.895 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.896 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.896 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.896 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.896 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.896 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.896 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.896 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.896 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.896 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.896 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.896 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.896 INFO execute(let (-> (:= (︄ᅥ𑊁𐓺ifW窻ଌ "i"�%%🦲"l/.$$G:v<ⷈ{ꬸ<ﵷq)))) [INFO] [stdout] Oct 09 12:45:51.896 INFO call((let (-> (:= (︄ᅥ𑊁𐓺ifW窻ଌ "i"�%%🦲"l/.$$G:v<ⷈ{ꬸ<ﵷq))))) [INFO] [stdout] Oct 09 12:45:51.896 INFO call_pair(let, (-> (:= (︄ᅥ𑊁𐓺ifW窻ଌ "i"�%%🦲"l/.$$G:v<ⷈ{ꬸ<ﵷq)))) [INFO] [stdout] Oct 09 12:45:51.896 INFO call_as_righthand(->, (:= (︄ᅥ𑊁𐓺ifW窻ଌ "i"�%%🦲"l/.$$G:v<ⷈ{ꬸ<ﵷq))) [INFO] [stdout] Oct 09 12:45:51.896 INFO match_righthand_pair(->, :=, (︄ᅥ𑊁𐓺ifW窻ଌ "i"�%%🦲"l/.$$G:v<ⷈ{ꬸ<ﵷq)) [INFO] [stdout] Oct 09 12:45:51.896 INFO execute_definition(->, ︄ᅥ𑊁𐓺ifW窻ଌ "i"�%%🦲"l/.$$G:v<ⷈ{ꬸ<ﵷq) [INFO] [stdout] Oct 09 12:45:51.897 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.897 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.897 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.897 INFO concept_from_ast(︄ᅥ𑊁𐓺ifW窻ଌ) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.897 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.897 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.897 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.897 INFO concept_from_ast("i"�%%🦲"l/.$$G:v<ⷈ{ꬸ<ﵷq) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.897 INFO insert_definition(2, 12, 15) [INFO] [stdout] Oct 09 12:45:51.899 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.899 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.899 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.899 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.899 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.900 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.900 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.900 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.900 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.900 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.900 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.900 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.900 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.900 INFO execute(let (:= (:= (@𖿣'𑌳Ѩ𑂘qﰿסּ>襁e:<×"@%j𑴃�𝪝+=n9 `Fⷓ𞹟້🕴/𝔷𐁓᥀𑑆!{,𑑟🕴:𐍟pઑ)))) [INFO] [stdout] Oct 09 12:45:51.900 INFO call((let (:= (:= (@𖿣'𑌳Ѩ𑂘qﰿסּ>襁e:<×"@%j𑴃�𝪝+=n9 `Fⷓ𞹟້🕴/𝔷𐁓᥀𑑆!{,𑑟🕴:𐍟pઑ))))) [INFO] [stdout] Oct 09 12:45:51.900 INFO call_pair(let, (:= (:= (@𖿣'𑌳Ѩ𑂘qﰿסּ>襁e:<×"@%j𑴃�𝪝+=n9 `Fⷓ𞹟້🕴/𝔷𐁓᥀𑑆!{,𑑟🕴:𐍟pઑ)))) [INFO] [stdout] Oct 09 12:45:51.900 INFO call_as_righthand(:=, (:= (@𖿣'𑌳Ѩ𑂘qﰿסּ>襁e:<×"@%j𑴃�𝪝+=n9 `Fⷓ𞹟້🕴/𝔷𐁓᥀𑑆!{,𑑟🕴:𐍟pઑ))) [INFO] [stdout] Oct 09 12:45:51.900 INFO match_righthand_pair(:=, :=, (@𖿣'𑌳Ѩ𑂘qﰿסּ>襁e:<×"@%j𑴃�𝪝+=n9 `Fⷓ𞹟້🕴/𝔷𐁓᥀𑑆!{,𑑟🕴:𐍟pઑ)) [INFO] [stdout] Oct 09 12:45:51.900 INFO execute_definition(:=, @𖿣'𑌳Ѩ𑂘qﰿסּ>襁e:<×"@%j𑴃�𝪝+=n9 `Fⷓ𞹟້🕴/𝔷𐁓᥀𑑆!{,𑑟🕴:𐍟pઑ) [INFO] [stdout] Oct 09 12:45:51.900 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.901 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.901 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.901 INFO concept_from_ast(@𖿣'𑌳Ѩ𑂘qﰿסּ>襁e:<×"@%j𑴃�𝪝+=n9) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.901 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.901 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.901 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.901 INFO concept_from_ast(`Fⷓ𞹟້🕴/𝔷𐁓᥀𑑆!{,𑑟🕴:𐍟pઑ) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.901 INFO insert_definition(1, 12, 15) [INFO] [stdout] Oct 09 12:45:51.905 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.905 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.905 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.905 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.905 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.905 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.905 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.906 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.906 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.906 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.906 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.906 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.906 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.906 INFO execute(let (let (:= (ીi_7ಏ𐒸<ࣔ%O&:>�ৎ*𞺎L𑵅מּ<)))) [INFO] [stdout] Oct 09 12:45:51.906 INFO call((let (let (:= (ીi_7ಏ𐒸<ࣔ%O&:>�ৎ*𞺎L𑵅מּ<))))) [INFO] [stdout] Oct 09 12:45:51.906 INFO call_pair(let, (let (:= (ીi_7ಏ𐒸<ࣔ%O&:>�ৎ*𞺎L𑵅מּ<)))) [INFO] [stdout] Oct 09 12:45:51.906 INFO call_as_righthand(let, (:= (ીi_7ಏ𐒸<ࣔ%O&:>�ৎ*𞺎L𑵅מּ<))) [INFO] [stdout] Oct 09 12:45:51.906 INFO match_righthand_pair(let, :=, (ીi_7ಏ𐒸<ࣔ%O&:>�ৎ*𞺎L𑵅מּ<)) [INFO] [stdout] Oct 09 12:45:51.906 INFO execute_definition(let, ીi_7ಏ𐒸<ࣔ%O&:>�ৎ*𞺎L𑵅מּ<) [INFO] [stdout] Oct 09 12:45:51.906 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.906 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.906 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.906 INFO concept_from_ast(ીi_7ಏ𐒸 Ok(12) [INFO] [stdout] Oct 09 12:45:51.906 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.907 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.907 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.907 INFO concept_from_ast(Ⱥ𛈅z><ࣔ%O&:>�ৎ*𞺎L𑵅מּ<) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.907 INFO insert_definition(3, 12, 15) [INFO] [stdout] Oct 09 12:45:51.909 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.909 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.909 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.909 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.909 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.909 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.909 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.909 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.909 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.909 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.909 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.911 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.911 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.911 INFO execute(let (:= (:= (.𑈨¥්<ꧺ🤽FଶѨ j&ແ]᱈=🕴𐇝�ୃѨය=l"W'Ù)))) [INFO] [stdout] Oct 09 12:45:51.912 INFO call((let (:= (:= (.𑈨¥්<ꧺ🤽FଶѨ j&ແ]᱈=🕴𐇝�ୃѨය=l"W'Ù))))) [INFO] [stdout] Oct 09 12:45:51.912 INFO call_pair(let, (:= (:= (.𑈨¥්<ꧺ🤽FଶѨ j&ແ]᱈=🕴𐇝�ୃѨය=l"W'Ù)))) [INFO] [stdout] Oct 09 12:45:51.912 INFO call_as_righthand(:=, (:= (.𑈨¥්<ꧺ🤽FଶѨ j&ແ]᱈=🕴𐇝�ୃѨය=l"W'Ù))) [INFO] [stdout] Oct 09 12:45:51.912 INFO match_righthand_pair(:=, :=, (.𑈨¥්<ꧺ🤽FଶѨ j&ແ]᱈=🕴𐇝�ୃѨය=l"W'Ù)) [INFO] [stdout] Oct 09 12:45:51.912 INFO execute_definition(:=, .𑈨¥්<ꧺ🤽FଶѨ j&ແ]᱈=🕴𐇝�ୃѨය=l"W'Ù) [INFO] [stdout] Oct 09 12:45:51.912 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.912 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.912 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.912 INFO concept_from_ast(.𑈨¥්<ꧺ🤽FଶѨ) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.912 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.912 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.912 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.912 INFO concept_from_ast(j&ແ]᱈=🕴𐇝�ୃѨය=l"W'Ù) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.912 INFO insert_definition(1, 12, 15) [INFO] [stdout] Oct 09 12:45:51.914 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.914 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.914 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.914 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.915 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.915 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.915 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.915 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.915 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.915 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.915 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.915 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.915 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.915 INFO execute(let (let (:= (𞸰`ȺꨅiJC𝍲��𞤥k�*=𖮂*﮻᪒ <:&n%:'ਃ:Cஐ¥Yo_)))) [INFO] [stdout] Oct 09 12:45:51.915 INFO call((let (let (:= (𞸰`ȺꨅiJC𝍲��𞤥k�*=𖮂*﮻᪒ <:&n%:'ਃ:Cஐ¥Yo_))))) [INFO] [stdout] Oct 09 12:45:51.915 INFO call_pair(let, (let (:= (𞸰`ȺꨅiJC𝍲��𞤥k�*=𖮂*﮻᪒ <:&n%:'ਃ:Cஐ¥Yo_)))) [INFO] [stdout] Oct 09 12:45:51.915 INFO call_as_righthand(let, (:= (𞸰`ȺꨅiJC𝍲��𞤥k�*=𖮂*﮻᪒ <:&n%:'ਃ:Cஐ¥Yo_))) [INFO] [stdout] Oct 09 12:45:51.915 INFO match_righthand_pair(let, :=, (𞸰`ȺꨅiJC𝍲��𞤥k�*=𖮂*﮻᪒ <:&n%:'ਃ:Cஐ¥Yo_)) [INFO] [stdout] Oct 09 12:45:51.915 INFO execute_definition(let, 𞸰`ȺꨅiJC𝍲��𞤥k�*=𖮂*﮻᪒ <:&n%:'ਃ:Cஐ¥Yo_) [INFO] [stdout] Oct 09 12:45:51.915 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.915 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.916 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.916 INFO concept_from_ast(𞸰`ȺꨅiJC𝍲��𞤥k�*=𖮂*﮻᪒) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.916 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.916 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.916 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.916 INFO concept_from_ast(<:&n%:'ਃ:Cஐ¥Yo_) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.916 INFO insert_definition(3, 12, 15) [INFO] [stdout] Oct 09 12:45:51.920 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.920 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.920 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.920 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.920 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.920 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.920 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.920 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.920 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.920 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.921 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.921 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.921 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.921 INFO execute(let (label_of (:= (=$߸᳀ :.7:ໄ$𐮁ᅱ{iJ=𐅿ਲ਼𫋁ýೌךּȺ\a໒�+🕴ᜉ𐇺𐼇:ਬ)))) [INFO] [stdout] Oct 09 12:45:51.921 INFO call((let (label_of (:= (=$߸᳀ :.7:ໄ$𐮁ᅱ{iJ=𐅿ਲ਼𫋁ýೌךּȺ\a໒�+🕴ᜉ𐇺𐼇:ਬ))))) [INFO] [stdout] Oct 09 12:45:51.921 INFO call_pair(let, (label_of (:= (=$߸᳀ :.7:ໄ$𐮁ᅱ{iJ=𐅿ਲ਼𫋁ýೌךּȺ\a໒�+🕴ᜉ𐇺𐼇:ਬ)))) [INFO] [stdout] Oct 09 12:45:51.921 INFO call_as_righthand(label_of, (:= (=$߸᳀ :.7:ໄ$𐮁ᅱ{iJ=𐅿ਲ਼𫋁ýೌךּȺ\a໒�+🕴ᜉ𐇺𐼇:ਬ))) [INFO] [stdout] Oct 09 12:45:51.921 INFO match_righthand_pair(label_of, :=, (=$߸᳀ :.7:ໄ$𐮁ᅱ{iJ=𐅿ਲ਼𫋁ýೌךּȺ\a໒�+🕴ᜉ𐇺𐼇:ਬ)) [INFO] [stdout] Oct 09 12:45:51.921 INFO execute_definition(label_of, =$߸᳀ :.7:ໄ$𐮁ᅱ{iJ=𐅿ਲ਼𫋁ýೌךּȺ\a໒�+🕴ᜉ𐇺𐼇:ਬ) [INFO] [stdout] Oct 09 12:45:51.921 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.921 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.921 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.921 INFO concept_from_ast(=$߸᳀) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.921 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.921 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.921 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.923 INFO concept_from_ast(:.7:ໄ$𐮁ᅱ{iJ=𐅿ਲ਼𫋁ýೌךּȺ\a໒�+🕴ᜉ𐇺𐼇:ਬ) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.923 INFO insert_definition(0, 12, 15) [INFO] [stdout] Oct 09 12:45:51.925 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.925 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.925 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.925 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.925 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.925 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.925 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.925 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.925 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.925 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.925 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.925 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.925 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.925 INFO execute(let (-> (:= (:T𑜪p=:/�Cᨑ𞣏!\𐭢'w𞹮' #𖾁/O/𑱤.)))) [INFO] [stdout] Oct 09 12:45:51.926 INFO call((let (-> (:= (:T𑜪p=:/�Cᨑ𞣏!\𐭢'w𞹮' #𖾁/O/𑱤.))))) [INFO] [stdout] Oct 09 12:45:51.926 INFO call_pair(let, (-> (:= (:T𑜪p=:/�Cᨑ𞣏!\𐭢'w𞹮' #𖾁/O/𑱤.)))) [INFO] [stdout] Oct 09 12:45:51.926 INFO call_as_righthand(->, (:= (:T𑜪p=:/�Cᨑ𞣏!\𐭢'w𞹮' #𖾁/O/𑱤.))) [INFO] [stdout] Oct 09 12:45:51.926 INFO match_righthand_pair(->, :=, (:T𑜪p=:/�Cᨑ𞣏!\𐭢'w𞹮' #𖾁/O/𑱤.)) [INFO] [stdout] Oct 09 12:45:51.926 INFO execute_definition(->, :T𑜪p=:/�Cᨑ𞣏!\𐭢'w𞹮' #𖾁/O/𑱤.) [INFO] [stdout] Oct 09 12:45:51.926 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.926 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.926 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.926 INFO concept_from_ast(:T𑜪p=:/�Cᨑ𞣏!\𐭢'w𞹮') -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.926 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.926 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.926 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.926 INFO concept_from_ast(#𖾁/O/𑱤.) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.926 INFO insert_definition(2, 12, 15) [INFO] [stdout] Oct 09 12:45:51.928 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.928 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.928 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.928 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.928 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.928 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.928 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.929 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.929 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.929 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.929 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.929 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.929 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.929 INFO execute(let (:= (:= (]'𖾐¥੭8<Ⱥঢ়=\ /']`ਸ)))) [INFO] [stdout] Oct 09 12:45:51.929 INFO call((let (:= (:= (]'𖾐¥੭8<Ⱥঢ়=\ /']`ਸ))))) [INFO] [stdout] Oct 09 12:45:51.929 INFO call_pair(let, (:= (:= (]'𖾐¥੭8<Ⱥঢ়=\ /']`ਸ)))) [INFO] [stdout] Oct 09 12:45:51.929 INFO call_as_righthand(:=, (:= (]'𖾐¥੭8<Ⱥঢ়=\ /']`ਸ))) [INFO] [stdout] Oct 09 12:45:51.929 INFO match_righthand_pair(:=, :=, (]'𖾐¥੭8<Ⱥঢ়=\ /']`ਸ)) [INFO] [stdout] Oct 09 12:45:51.929 INFO execute_definition(:=, ]'𖾐¥੭8<Ⱥঢ়=\ /']`ਸ) [INFO] [stdout] Oct 09 12:45:51.929 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.929 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.929 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.929 INFO concept_from_ast(]'𖾐¥੭8<Ⱥঢ়=\) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.929 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.930 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.930 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.930 INFO concept_from_ast(/']`ਸ) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.930 INFO insert_definition(1, 12, 15) [INFO] [stdout] Oct 09 12:45:51.935 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.935 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.935 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.935 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.935 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.936 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.936 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.936 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.936 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.936 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.936 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.936 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.936 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.936 INFO execute(let (label_of (:= (⵰𝒦ⷖ¥🡽gF`&\ /k𐍊)))) [INFO] [stdout] Oct 09 12:45:51.936 INFO call((let (label_of (:= (⵰𝒦ⷖ¥🡽gF`&\ /k𐍊))))) [INFO] [stdout] Oct 09 12:45:51.936 INFO call_pair(let, (label_of (:= (⵰𝒦ⷖ¥🡽gF`&\ /k𐍊)))) [INFO] [stdout] Oct 09 12:45:51.936 INFO call_as_righthand(label_of, (:= (⵰𝒦ⷖ¥🡽gF`&\ /k𐍊))) [INFO] [stdout] Oct 09 12:45:51.936 INFO match_righthand_pair(label_of, :=, (⵰𝒦ⷖ¥🡽gF`&\ /k𐍊)) [INFO] [stdout] Oct 09 12:45:51.936 INFO execute_definition(label_of, ⵰𝒦ⷖ¥🡽gF`&\ /k𐍊) [INFO] [stdout] Oct 09 12:45:51.936 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.936 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.936 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.936 INFO concept_from_ast(⵰𝒦ⷖ¥🡽gF`&\) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.937 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.937 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.937 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.937 INFO concept_from_ast(/k𐍊) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.937 INFO insert_definition(0, 12, 15) [INFO] [stdout] Oct 09 12:45:51.941 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.941 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.941 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.941 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.941 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.941 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.941 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.941 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.941 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.941 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.941 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.941 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.941 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.941 INFO execute(let (label_of (:= (Ⴧ/*େ"*ঢ়¥🕴&〾𐁚 -Ὓ:🕴SN_?ÿ?~𑍈L&𞹗¡-𞹵?.��ਐ:ꬣ$ѨF/??)))) [INFO] [stdout] Oct 09 12:45:51.942 INFO call((let (label_of (:= (Ⴧ/*େ"*ঢ়¥🕴&〾𐁚 -Ὓ:🕴SN_?ÿ?~𑍈L&𞹗¡-𞹵?.��ਐ:ꬣ$ѨF/??))))) [INFO] [stdout] Oct 09 12:45:51.942 INFO call_pair(let, (label_of (:= (Ⴧ/*େ"*ঢ়¥🕴&〾𐁚 -Ὓ:🕴SN_?ÿ?~𑍈L&𞹗¡-𞹵?.��ਐ:ꬣ$ѨF/??)))) [INFO] [stdout] Oct 09 12:45:51.942 INFO call_as_righthand(label_of, (:= (Ⴧ/*େ"*ঢ়¥🕴&〾𐁚 -Ὓ:🕴SN_?ÿ?~𑍈L&𞹗¡-𞹵?.��ਐ:ꬣ$ѨF/??))) [INFO] [stdout] Oct 09 12:45:51.942 INFO match_righthand_pair(label_of, :=, (Ⴧ/*େ"*ঢ়¥🕴&〾𐁚 -Ὓ:🕴SN_?ÿ?~𑍈L&𞹗¡-𞹵?.��ਐ:ꬣ$ѨF/??)) [INFO] [stdout] Oct 09 12:45:51.942 INFO execute_definition(label_of, Ⴧ/*େ"*ঢ়¥🕴&〾𐁚 -Ὓ:🕴SN_?ÿ?~𑍈L&𞹗¡-𞹵?.��ਐ:ꬣ$ѨF/??) [INFO] [stdout] Oct 09 12:45:51.942 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.942 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.942 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.942 INFO concept_from_ast(Ⴧ/*େ"*ঢ়¥🕴&〾𐁚) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.942 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.942 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.942 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.942 INFO concept_from_ast(-Ὓ:🕴SN_?ÿ?~𑍈L&𞹗¡-𞹵?.��ਐ:ꬣ$ѨF/??) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.942 INFO insert_definition(0, 12, 15) [INFO] [stdout] Oct 09 12:45:51.944 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.944 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.944 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.944 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.944 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.945 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.945 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.945 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.945 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.945 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.945 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.945 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.945 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.945 INFO execute(let (:= (:= (LᦤࠔÌ&=ᰕ?.xE$ᝣC`Ѩ ῠ<'ೞ൹1<<Ⱥv'气k/&יּ5ѨVȺࢭ\{🕴𝪜n𞸷)))) [INFO] [stdout] Oct 09 12:45:51.945 INFO call((let (:= (:= (LᦤࠔÌ&=ᰕ?.xE$ᝣC`Ѩ ῠ<'ೞ൹1<<Ⱥv'气k/&יּ5ѨVȺࢭ\{🕴𝪜n𞸷))))) [INFO] [stdout] Oct 09 12:45:51.945 INFO call_pair(let, (:= (:= (LᦤࠔÌ&=ᰕ?.xE$ᝣC`Ѩ ῠ<'ೞ൹1<<Ⱥv'气k/&יּ5ѨVȺࢭ\{🕴𝪜n𞸷)))) [INFO] [stdout] Oct 09 12:45:51.945 INFO call_as_righthand(:=, (:= (LᦤࠔÌ&=ᰕ?.xE$ᝣC`Ѩ ῠ<'ೞ൹1<<Ⱥv'气k/&יּ5ѨVȺࢭ\{🕴𝪜n𞸷))) [INFO] [stdout] Oct 09 12:45:51.945 INFO match_righthand_pair(:=, :=, (LᦤࠔÌ&=ᰕ?.xE$ᝣC`Ѩ ῠ<'ೞ൹1<<Ⱥv'气k/&יּ5ѨVȺࢭ\{🕴𝪜n𞸷)) [INFO] [stdout] Oct 09 12:45:51.945 INFO execute_definition(:=, LᦤࠔÌ&=ᰕ?.xE$ᝣC`Ѩ ῠ<'ೞ൹1<<Ⱥv'气k/&יּ5ѨVȺࢭ\{🕴𝪜n𞸷) [INFO] [stdout] Oct 09 12:45:51.945 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.945 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.946 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.946 INFO concept_from_ast(LᦤࠔÌ&=ᰕ?.xE$ᝣC`Ѩ) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.946 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.946 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.946 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.946 INFO concept_from_ast(ῠ<'ೞ൹1<<Ⱥv'气k/&יּ5ѨVȺࢭ\{🕴𝪜n𞸷) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.946 INFO insert_definition(1, 12, 15) [INFO] [stdout] Oct 09 12:45:51.948 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.948 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.948 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.948 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.948 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.948 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.948 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.948 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.948 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.948 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.948 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.948 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.948 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.948 INFO execute(let (-> (:= (z=*ᦽ .Hఐᰂ6k};6𑑛𮑻𑌹"=\&C𞻱/`)))) [INFO] [stdout] Oct 09 12:45:51.949 INFO call((let (-> (:= (z=*ᦽ .Hఐᰂ6k};6𑑛𮑻𑌹"=\&C𞻱/`))))) [INFO] [stdout] Oct 09 12:45:51.949 INFO call_pair(let, (-> (:= (z=*ᦽ .Hఐᰂ6k};6𑑛𮑻𑌹"=\&C𞻱/`)))) [INFO] [stdout] Oct 09 12:45:51.949 INFO call_as_righthand(->, (:= (z=*ᦽ .Hఐᰂ6k};6𑑛𮑻𑌹"=\&C𞻱/`))) [INFO] [stdout] Oct 09 12:45:51.949 INFO match_righthand_pair(->, :=, (z=*ᦽ .Hఐᰂ6k};6𑑛𮑻𑌹"=\&C𞻱/`)) [INFO] [stdout] Oct 09 12:45:51.949 INFO execute_definition(->, z=*ᦽ .Hఐᰂ6k};6𑑛𮑻𑌹"=\&C𞻱/`) [INFO] [stdout] Oct 09 12:45:51.949 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.949 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.949 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.949 INFO concept_from_ast(z=*ᦽ) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.949 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.949 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.949 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.949 INFO concept_from_ast(.Hఐᰂ6k};6𑑛𮑻𑌹"=\&C𞻱/`) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.949 INFO insert_definition(2, 12, 15) [INFO] [stdout] Oct 09 12:45:51.951 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.951 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.951 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.951 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.952 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.952 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.952 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.952 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.952 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.952 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.952 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.952 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.952 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.952 INFO execute(let (-> (:= (%𑌏$ڠѨ 𝪟်:𫟴*M𝔒Q."𝔈Ѩ%=$}ࢥ&.H=O`K🕴ﺣij𑓖ලⶡⴧ)))) [INFO] [stdout] Oct 09 12:45:51.952 INFO call((let (-> (:= (%𑌏$ڠѨ 𝪟်:𫟴*M𝔒Q."𝔈Ѩ%=$}ࢥ&.H=O`K🕴ﺣij𑓖ලⶡⴧ))))) [INFO] [stdout] Oct 09 12:45:51.952 INFO call_pair(let, (-> (:= (%𑌏$ڠѨ 𝪟်:𫟴*M𝔒Q."𝔈Ѩ%=$}ࢥ&.H=O`K🕴ﺣij𑓖ලⶡⴧ)))) [INFO] [stdout] Oct 09 12:45:51.952 INFO call_as_righthand(->, (:= (%𑌏$ڠѨ 𝪟်:𫟴*M𝔒Q."𝔈Ѩ%=$}ࢥ&.H=O`K🕴ﺣij𑓖ලⶡⴧ))) [INFO] [stdout] Oct 09 12:45:51.952 INFO match_righthand_pair(->, :=, (%𑌏$ڠѨ 𝪟်:𫟴*M𝔒Q."𝔈Ѩ%=$}ࢥ&.H=O`K🕴ﺣij𑓖ලⶡⴧ)) [INFO] [stdout] Oct 09 12:45:51.952 INFO execute_definition(->, %𑌏$ڠѨ 𝪟်:𫟴*M𝔒Q."𝔈Ѩ%=$}ࢥ&.H=O`K🕴ﺣij𑓖ලⶡⴧ) [INFO] [stdout] Oct 09 12:45:51.952 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.952 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.953 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.953 INFO concept_from_ast(%𑌏$ڠѨ) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.953 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.953 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.953 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.953 INFO concept_from_ast(𝪟်:𫟴*M𝔒Q."𝔈Ѩ%=$}ࢥ&.H=O`K🕴ﺣij𑓖ලⶡⴧ) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.953 INFO insert_definition(2, 12, 15) [INFO] [stdout] Oct 09 12:45:51.955 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.955 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.955 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.955 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.955 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.955 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.955 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.955 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.955 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.955 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.955 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.955 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.956 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.956 INFO execute(let (-> (:= (𞺆¥ᩦѨઉઃb 2ZQꦀúѨ*{&KJ&சౖ𑍐x𐁛ᅳ.𞥐\\×%/🕴?)))) [INFO] [stdout] Oct 09 12:45:51.956 INFO call((let (-> (:= (𞺆¥ᩦѨઉઃb 2ZQꦀúѨ*{&KJ&சౖ𑍐x𐁛ᅳ.𞥐\\×%/🕴?))))) [INFO] [stdout] Oct 09 12:45:51.956 INFO call_pair(let, (-> (:= (𞺆¥ᩦѨઉઃb 2ZQꦀúѨ*{&KJ&சౖ𑍐x𐁛ᅳ.𞥐\\×%/🕴?)))) [INFO] [stdout] Oct 09 12:45:51.956 INFO call_as_righthand(->, (:= (𞺆¥ᩦѨઉઃb 2ZQꦀúѨ*{&KJ&சౖ𑍐x𐁛ᅳ.𞥐\\×%/🕴?))) [INFO] [stdout] Oct 09 12:45:51.956 INFO match_righthand_pair(->, :=, (𞺆¥ᩦѨઉઃb 2ZQꦀúѨ*{&KJ&சౖ𑍐x𐁛ᅳ.𞥐\\×%/🕴?)) [INFO] [stdout] Oct 09 12:45:51.956 INFO execute_definition(->, 𞺆¥ᩦѨઉઃb 2ZQꦀúѨ*{&KJ&சౖ𑍐x𐁛ᅳ.𞥐\\×%/🕴?) [INFO] [stdout] Oct 09 12:45:51.956 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.956 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.956 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.956 INFO concept_from_ast(𞺆¥ᩦѨઉઃb) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.956 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.956 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.956 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.956 INFO concept_from_ast(2ZQꦀúѨ*{&KJ&சౖ𑍐x𐁛ᅳ.𞥐\\×%/🕴?) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.956 INFO insert_definition(2, 12, 15) [INFO] [stdout] Oct 09 12:45:51.960 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.960 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.960 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.961 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.961 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.961 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.961 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.961 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.961 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.961 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.961 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.961 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.961 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.961 INFO execute(let (:= (:= (@ؐଵ<*\6🕴G𑇟:.:{` K"9🕴&?Ῐ𝒻Ⱥ𝇜=𑌏*=g=h:`".ᦎ'ኊ*𐝂)))) [INFO] [stdout] Oct 09 12:45:51.961 INFO call((let (:= (:= (@ؐଵ<*\6🕴G𑇟:.:{` K"9🕴&?Ῐ𝒻Ⱥ𝇜=𑌏*=g=h:`".ᦎ'ኊ*𐝂))))) [INFO] [stdout] Oct 09 12:45:51.961 INFO call_pair(let, (:= (:= (@ؐଵ<*\6🕴G𑇟:.:{` K"9🕴&?Ῐ𝒻Ⱥ𝇜=𑌏*=g=h:`".ᦎ'ኊ*𐝂)))) [INFO] [stdout] Oct 09 12:45:51.961 INFO call_as_righthand(:=, (:= (@ؐଵ<*\6🕴G𑇟:.:{` K"9🕴&?Ῐ𝒻Ⱥ𝇜=𑌏*=g=h:`".ᦎ'ኊ*𐝂))) [INFO] [stdout] Oct 09 12:45:51.961 INFO match_righthand_pair(:=, :=, (@ؐଵ<*\6🕴G𑇟:.:{` K"9🕴&?Ῐ𝒻Ⱥ𝇜=𑌏*=g=h:`".ᦎ'ኊ*𐝂)) [INFO] [stdout] Oct 09 12:45:51.961 INFO execute_definition(:=, @ؐଵ<*\6🕴G𑇟:.:{` K"9🕴&?Ῐ𝒻Ⱥ𝇜=𑌏*=g=h:`".ᦎ'ኊ*𐝂) [INFO] [stdout] Oct 09 12:45:51.961 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.962 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.962 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.962 INFO concept_from_ast(@ؐଵ<*\6🕴G𑇟:.:{`) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.962 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.962 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.962 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.962 INFO concept_from_ast(K"9🕴&?Ῐ𝒻Ⱥ𝇜=𑌏*=g=h:`".ᦎ'ኊ*𐝂) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.962 INFO insert_definition(1, 12, 15) [INFO] [stdout] Oct 09 12:45:51.964 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.964 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.964 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.964 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.964 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.964 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.964 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.964 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.964 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.964 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.964 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.965 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.965 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.965 INFO execute(let (label_of (:= (`🡗+.7𐰕f <સú¥𝡺ໆÎ𝇊Ѩ'Xᦃ.G'xዀ<"Ѩ=o\𑢥oÛ%)))) [INFO] [stdout] Oct 09 12:45:51.965 INFO call((let (label_of (:= (`🡗+.7𐰕f <સú¥𝡺ໆÎ𝇊Ѩ'Xᦃ.G'xዀ<"Ѩ=o\𑢥oÛ%))))) [INFO] [stdout] Oct 09 12:45:51.965 INFO call_pair(let, (label_of (:= (`🡗+.7𐰕f <સú¥𝡺ໆÎ𝇊Ѩ'Xᦃ.G'xዀ<"Ѩ=o\𑢥oÛ%)))) [INFO] [stdout] Oct 09 12:45:51.965 INFO call_as_righthand(label_of, (:= (`🡗+.7𐰕f <સú¥𝡺ໆÎ𝇊Ѩ'Xᦃ.G'xዀ<"Ѩ=o\𑢥oÛ%))) [INFO] [stdout] Oct 09 12:45:51.965 INFO match_righthand_pair(label_of, :=, (`🡗+.7𐰕f <સú¥𝡺ໆÎ𝇊Ѩ'Xᦃ.G'xዀ<"Ѩ=o\𑢥oÛ%)) [INFO] [stdout] Oct 09 12:45:51.965 INFO execute_definition(label_of, `🡗+.7𐰕f <સú¥𝡺ໆÎ𝇊Ѩ'Xᦃ.G'xዀ<"Ѩ=o\𑢥oÛ%) [INFO] [stdout] Oct 09 12:45:51.965 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.965 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.965 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.965 INFO concept_from_ast(`🡗+.7𐰕f) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.965 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.965 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.965 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.965 INFO concept_from_ast(<સú¥𝡺ໆÎ𝇊Ѩ'Xᦃ.G'xዀ<"Ѩ=o\𑢥oÛ%) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.965 INFO insert_definition(0, 12, 15) [INFO] [stdout] Oct 09 12:45:51.967 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.967 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.968 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.968 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.968 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.968 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.968 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.968 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.968 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.968 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.968 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.968 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.968 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.968 INFO execute(let (let (:= (5𝕆G𝛣{`�{𝒦=්𗬾&]Ѩü 'ଲꬌF"🕴~ᦿ\xx*H)))) [INFO] [stdout] Oct 09 12:45:51.968 INFO call((let (let (:= (5𝕆G𝛣{`�{𝒦=්𗬾&]Ѩü 'ଲꬌF"🕴~ᦿ\xx*H))))) [INFO] [stdout] Oct 09 12:45:51.968 INFO call_pair(let, (let (:= (5𝕆G𝛣{`�{𝒦=්𗬾&]Ѩü 'ଲꬌF"🕴~ᦿ\xx*H)))) [INFO] [stdout] Oct 09 12:45:51.968 INFO call_as_righthand(let, (:= (5𝕆G𝛣{`�{𝒦=්𗬾&]Ѩü 'ଲꬌF"🕴~ᦿ\xx*H))) [INFO] [stdout] Oct 09 12:45:51.968 INFO match_righthand_pair(let, :=, (5𝕆G𝛣{`�{𝒦=්𗬾&]Ѩü 'ଲꬌF"🕴~ᦿ\xx*H)) [INFO] [stdout] Oct 09 12:45:51.968 INFO execute_definition(let, 5𝕆G𝛣{`�{𝒦=්𗬾&]Ѩü 'ଲꬌF"🕴~ᦿ\xx*H) [INFO] [stdout] Oct 09 12:45:51.969 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.969 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.969 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.969 INFO concept_from_ast(5𝕆G𝛣{`�{𝒦=්𗬾&]Ѩü) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.969 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.969 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.969 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.969 INFO concept_from_ast('ଲꬌF"🕴~ᦿ\xx*H) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.969 INFO insert_definition(3, 12, 15) [INFO] [stdout] Oct 09 12:45:51.972 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.972 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.972 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.972 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.972 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.972 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.972 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.972 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.972 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.972 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.973 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.973 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.973 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.973 INFO execute(let (label_of (:= (b𑱢$𞢵`𑴠/wﴊ🕴@ꇨ¥=ଆ¥࠹𑍰_u#*ቜ h᩹𑊋D/ꬆA𐁋)))) [INFO] [stdout] Oct 09 12:45:51.973 INFO call((let (label_of (:= (b𑱢$𞢵`𑴠/wﴊ🕴@ꇨ¥=ଆ¥࠹𑍰_u#*ቜ h᩹𑊋D/ꬆA𐁋))))) [INFO] [stdout] Oct 09 12:45:51.973 INFO call_pair(let, (label_of (:= (b𑱢$𞢵`𑴠/wﴊ🕴@ꇨ¥=ଆ¥࠹𑍰_u#*ቜ h᩹𑊋D/ꬆA𐁋)))) [INFO] [stdout] Oct 09 12:45:51.973 INFO call_as_righthand(label_of, (:= (b𑱢$𞢵`𑴠/wﴊ🕴@ꇨ¥=ଆ¥࠹𑍰_u#*ቜ h᩹𑊋D/ꬆA𐁋))) [INFO] [stdout] Oct 09 12:45:51.973 INFO match_righthand_pair(label_of, :=, (b𑱢$𞢵`𑴠/wﴊ🕴@ꇨ¥=ଆ¥࠹𑍰_u#*ቜ h᩹𑊋D/ꬆA𐁋)) [INFO] [stdout] Oct 09 12:45:51.973 INFO execute_definition(label_of, b𑱢$𞢵`𑴠/wﴊ🕴@ꇨ¥=ଆ¥࠹𑍰_u#*ቜ h᩹𑊋D/ꬆA𐁋) [INFO] [stdout] Oct 09 12:45:51.973 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.973 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.973 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.974 INFO concept_from_ast(b𑱢$𞢵`𑴠/wﴊ🕴@ꇨ¥=ଆ¥࠹𑍰_u#*ቜ) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.974 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.974 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.974 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.974 INFO concept_from_ast(h᩹𑊋D/ꬆA𐁋) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.974 INFO insert_definition(0, 12, 15) [INFO] [stdout] Oct 09 12:45:51.976 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.976 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.976 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.976 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.976 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.976 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.976 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.976 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.976 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.976 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.976 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.976 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.976 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.977 INFO execute(let (label_of (:= (_ꩉ$ Ѩ0{ୗ𑇖🥞:꠰n/ì?ූb�)))) [INFO] [stdout] Oct 09 12:45:51.977 INFO call((let (label_of (:= (_ꩉ$ Ѩ0{ୗ𑇖🥞:꠰n/ì?ූb�))))) [INFO] [stdout] Oct 09 12:45:51.977 INFO call_pair(let, (label_of (:= (_ꩉ$ Ѩ0{ୗ𑇖🥞:꠰n/ì?ූb�)))) [INFO] [stdout] Oct 09 12:45:51.977 INFO call_as_righthand(label_of, (:= (_ꩉ$ Ѩ0{ୗ𑇖🥞:꠰n/ì?ූb�))) [INFO] [stdout] Oct 09 12:45:51.977 INFO match_righthand_pair(label_of, :=, (_ꩉ$ Ѩ0{ୗ𑇖🥞:꠰n/ì?ූb�)) [INFO] [stdout] Oct 09 12:45:51.977 INFO execute_definition(label_of, _ꩉ$ Ѩ0{ୗ𑇖🥞:꠰n/ì?ූb�) [INFO] [stdout] Oct 09 12:45:51.977 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.977 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.977 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.977 INFO concept_from_ast(_ꩉ$) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.977 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.977 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.977 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.977 INFO concept_from_ast(Ѩ0{ୗ𑇖🥞:꠰n/ì?ූb�) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.977 INFO insert_definition(0, 12, 15) [INFO] [stdout] Oct 09 12:45:51.982 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.982 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.982 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.982 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.982 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.982 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.982 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.982 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.982 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.982 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.982 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.982 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.982 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.982 INFO execute(let (:= (:= (?ຍ🂶🃌V𐒷?ꬱ$:<1*ê'𐎥.𑶑.\ힰ*tvur`Y:Q: 🕴𑠮*ꥹꠊ4𐲱%\`ᝠ{𝑯ஃ Ok(()) [INFO] [stdout] Oct 09 12:45:51.983 INFO concept_from_ast(?ຍ🂶🃌V𐒷?ꬱ$:<1*ê'𐎥.𑶑.\ힰ*tvur`Y:Q:) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.983 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.983 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.983 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.983 INFO concept_from_ast(🕴𑠮*ꥹꠊ4𐲱%\`ᝠ{𝑯ஃ Ok(15) [INFO] [stdout] Oct 09 12:45:51.983 INFO insert_definition(1, 12, 15) [INFO] [stdout] Oct 09 12:45:51.985 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.985 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.985 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.986 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.986 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.986 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.986 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.986 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.986 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.986 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.986 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.986 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.986 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.986 INFO execute(let (-> (:= (I&?a𑑛t`🥳סּ۶/?ꬦE"�*��༷<�𞹙བྷ*rȺ \`𐀽*𞸻ꟃ\P1>T🤃𖭘묔*¥𫝱诟🇸𞣍>)))) [INFO] [stdout] Oct 09 12:45:51.986 INFO call((let (-> (:= (I&?a𑑛t`🥳סּ۶/?ꬦE"�*��༷<�𞹙བྷ*rȺ \`𐀽*𞸻ꟃ\P1>T🤃𖭘묔*¥𫝱诟🇸𞣍>))))) [INFO] [stdout] Oct 09 12:45:51.986 INFO call_pair(let, (-> (:= (I&?a𑑛t`🥳סּ۶/?ꬦE"�*��༷<�𞹙བྷ*rȺ \`𐀽*𞸻ꟃ\P1>T🤃𖭘묔*¥𫝱诟🇸𞣍>)))) [INFO] [stdout] Oct 09 12:45:51.986 INFO call_as_righthand(->, (:= (I&?a𑑛t`🥳סּ۶/?ꬦE"�*��༷<�𞹙བྷ*rȺ \`𐀽*𞸻ꟃ\P1>T🤃𖭘묔*¥𫝱诟🇸𞣍>))) [INFO] [stdout] Oct 09 12:45:51.986 INFO match_righthand_pair(->, :=, (I&?a𑑛t`🥳סּ۶/?ꬦE"�*��༷<�𞹙བྷ*rȺ \`𐀽*𞸻ꟃ\P1>T🤃𖭘묔*¥𫝱诟🇸𞣍>)) [INFO] [stdout] Oct 09 12:45:51.986 INFO execute_definition(->, I&?a𑑛t`🥳סּ۶/?ꬦE"�*��༷<�𞹙བྷ*rȺ \`𐀽*𞸻ꟃ\P1>T🤃𖭘묔*¥𫝱诟🇸𞣍>) [INFO] [stdout] Oct 09 12:45:51.986 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.987 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.987 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.987 INFO concept_from_ast(I&?a𑑛t`🥳סּ۶/?ꬦE"�*��༷<�𞹙བྷ*rȺ) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.987 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.987 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.987 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.987 INFO concept_from_ast(\`𐀽*𞸻ꟃ\P1>T🤃𖭘묔*¥𫝱诟🇸𞣍>) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.987 INFO insert_definition(2, 12, 15) [INFO] [stdout] Oct 09 12:45:51.989 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.989 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.989 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.989 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.989 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.989 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.989 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.989 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.990 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.990 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.990 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.990 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.990 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.990 INFO execute(let (-> (:= (dѨ'𝪮9ὺ�:5ⷒꬊ/`𝔂t[𑲡 D¥z«H᭝𑅄𞹂⑄?=?𞹟'>?D)))) [INFO] [stdout] Oct 09 12:45:51.990 INFO call((let (-> (:= (dѨ'𝪮9ὺ�:5ⷒꬊ/`𝔂t[𑲡 D¥z«H᭝𑅄𞹂⑄?=?𞹟'>?D))))) [INFO] [stdout] Oct 09 12:45:51.990 INFO call_pair(let, (-> (:= (dѨ'𝪮9ὺ�:5ⷒꬊ/`𝔂t[𑲡 D¥z«H᭝𑅄𞹂⑄?=?𞹟'>?D)))) [INFO] [stdout] Oct 09 12:45:51.990 INFO call_as_righthand(->, (:= (dѨ'𝪮9ὺ�:5ⷒꬊ/`𝔂t[𑲡 D¥z«H᭝𑅄𞹂⑄?=?𞹟'>?D))) [INFO] [stdout] Oct 09 12:45:51.990 INFO match_righthand_pair(->, :=, (dѨ'𝪮9ὺ�:5ⷒꬊ/`𝔂t[𑲡 D¥z«H᭝𑅄𞹂⑄?=?𞹟'>?D)) [INFO] [stdout] Oct 09 12:45:51.990 INFO execute_definition(->, dѨ'𝪮9ὺ�:5ⷒꬊ/`𝔂t[𑲡 D¥z«H᭝𑅄𞹂⑄?=?𞹟'>?D) [INFO] [stdout] Oct 09 12:45:51.990 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.990 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.990 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.990 INFO concept_from_ast(dѨ'𝪮9ὺ�:5ⷒꬊ/`𝔂t[𑲡) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.990 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.990 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.991 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.991 INFO concept_from_ast(D¥z«H᭝𑅄𞹂⑄?=?𞹟'>?D) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.991 INFO insert_definition(2, 12, 15) [INFO] [stdout] Oct 09 12:45:51.993 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.993 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.993 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.993 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.993 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.993 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.993 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.993 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.993 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.993 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.993 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.993 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.993 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.993 INFO execute(let (-> (:= (:𞀄?᎕?kલ𝒻V𐭔 ¥"ÎѨᚣ𖫤X𐮪wൢ%𖩯𐝍ⶭࢻೞ[¥æৗ?🕴'w.)))) [INFO] [stdout] Oct 09 12:45:51.994 INFO call((let (-> (:= (:𞀄?᎕?kલ𝒻V𐭔 ¥"ÎѨᚣ𖫤X𐮪wൢ%𖩯𐝍ⶭࢻೞ[¥æৗ?🕴'w.))))) [INFO] [stdout] Oct 09 12:45:51.994 INFO call_pair(let, (-> (:= (:𞀄?᎕?kલ𝒻V𐭔 ¥"ÎѨᚣ𖫤X𐮪wൢ%𖩯𐝍ⶭࢻೞ[¥æৗ?🕴'w.)))) [INFO] [stdout] Oct 09 12:45:51.994 INFO call_as_righthand(->, (:= (:𞀄?᎕?kલ𝒻V𐭔 ¥"ÎѨᚣ𖫤X𐮪wൢ%𖩯𐝍ⶭࢻೞ[¥æৗ?🕴'w.))) [INFO] [stdout] Oct 09 12:45:51.994 INFO match_righthand_pair(->, :=, (:𞀄?᎕?kલ𝒻V𐭔 ¥"ÎѨᚣ𖫤X𐮪wൢ%𖩯𐝍ⶭࢻೞ[¥æৗ?🕴'w.)) [INFO] [stdout] Oct 09 12:45:51.994 INFO execute_definition(->, :𞀄?᎕?kલ𝒻V𐭔 ¥"ÎѨᚣ𖫤X𐮪wൢ%𖩯𐝍ⶭࢻೞ[¥æৗ?🕴'w.) [INFO] [stdout] Oct 09 12:45:51.994 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.994 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.994 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.994 INFO concept_from_ast(:𞀄?᎕?kલ𝒻V𐭔) -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.994 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.994 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.994 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.994 INFO concept_from_ast(¥"ÎѨᚣ𖫤X𐮪wൢ%𖩯𐝍ⶭࢻೞ[¥æৗ?🕴'w.) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.994 INFO insert_definition(2, 12, 15) [INFO] [stdout] Oct 09 12:45:51.996 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:51.996 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:51.996 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.996 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:51.996 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:51.996 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.997 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:51.997 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:51.997 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.997 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:51.997 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:51.997 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.997 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:51.997 INFO execute(let (:= (:= (୍𞺛🕴𑆔🕴" ೇ]🕴9{U?`ᅒ:𝪢ᩫÒ!🕴𑜺𑍈..;$𐼁)))) [INFO] [stdout] Oct 09 12:45:51.997 INFO call((let (:= (:= (୍𞺛🕴𑆔🕴" ೇ]🕴9{U?`ᅒ:𝪢ᩫÒ!🕴𑜺𑍈..;$𐼁))))) [INFO] [stdout] Oct 09 12:45:51.997 INFO call_pair(let, (:= (:= (୍𞺛🕴𑆔🕴" ೇ]🕴9{U?`ᅒ:𝪢ᩫÒ!🕴𑜺𑍈..;$𐼁)))) [INFO] [stdout] Oct 09 12:45:51.997 INFO call_as_righthand(:=, (:= (୍𞺛🕴𑆔🕴" ೇ]🕴9{U?`ᅒ:𝪢ᩫÒ!🕴𑜺𑍈..;$𐼁))) [INFO] [stdout] Oct 09 12:45:51.997 INFO match_righthand_pair(:=, :=, (୍𞺛🕴𑆔🕴" ೇ]🕴9{U?`ᅒ:𝪢ᩫÒ!🕴𑜺𑍈..;$𐼁)) [INFO] [stdout] Oct 09 12:45:51.997 INFO execute_definition(:=, ୍𞺛🕴𑆔🕴" ೇ]🕴9{U?`ᅒ:𝪢ᩫÒ!🕴𑜺𑍈..;$𐼁) [INFO] [stdout] Oct 09 12:45:51.997 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:51.997 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:51.997 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.997 INFO concept_from_ast(୍𞺛🕴𑆔🕴") -> Ok(12) [INFO] [stdout] Oct 09 12:45:51.998 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:51.998 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:51.998 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:51.998 INFO concept_from_ast(ೇ]🕴9{U?`ᅒ:𝪢ᩫÒ!🕴𑜺𑍈..;$𐼁) -> Ok(15) [INFO] [stdout] Oct 09 12:45:51.998 INFO insert_definition(1, 12, 15) [INFO] [stdout] Oct 09 12:45:52.000 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.000 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.000 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.000 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.000 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.000 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.001 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.001 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.001 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.001 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.001 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.001 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.001 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.001 INFO execute(let (let (:= (E¥f=𑌼᪵=Q./রѨ𝔈ᅡય🉐&'ⷃ�Ⴭ 𖩯꣖+�𑫟?ਫ਼𑍇଼Ѩ.Qᏻ%@7𞅏𑊈j%ῑ)))) [INFO] [stdout] Oct 09 12:45:52.001 INFO call((let (let (:= (E¥f=𑌼᪵=Q./রѨ𝔈ᅡય🉐&'ⷃ�Ⴭ 𖩯꣖+�𑫟?ਫ਼𑍇଼Ѩ.Qᏻ%@7𞅏𑊈j%ῑ))))) [INFO] [stdout] Oct 09 12:45:52.001 INFO call_pair(let, (let (:= (E¥f=𑌼᪵=Q./রѨ𝔈ᅡય🉐&'ⷃ�Ⴭ 𖩯꣖+�𑫟?ਫ਼𑍇଼Ѩ.Qᏻ%@7𞅏𑊈j%ῑ)))) [INFO] [stdout] Oct 09 12:45:52.001 INFO call_as_righthand(let, (:= (E¥f=𑌼᪵=Q./রѨ𝔈ᅡય🉐&'ⷃ�Ⴭ 𖩯꣖+�𑫟?ਫ਼𑍇଼Ѩ.Qᏻ%@7𞅏𑊈j%ῑ))) [INFO] [stdout] Oct 09 12:45:52.001 INFO match_righthand_pair(let, :=, (E¥f=𑌼᪵=Q./রѨ𝔈ᅡય🉐&'ⷃ�Ⴭ 𖩯꣖+�𑫟?ਫ਼𑍇଼Ѩ.Qᏻ%@7𞅏𑊈j%ῑ)) [INFO] [stdout] Oct 09 12:45:52.001 INFO execute_definition(let, E¥f=𑌼᪵=Q./রѨ𝔈ᅡય🉐&'ⷃ�Ⴭ 𖩯꣖+�𑫟?ਫ਼𑍇଼Ѩ.Qᏻ%@7𞅏𑊈j%ῑ) [INFO] [stdout] Oct 09 12:45:52.001 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:52.001 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:52.001 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.002 INFO concept_from_ast(E¥f=𑌼᪵=Q./রѨ𝔈ᅡય🉐&'ⷃ�Ⴭ) -> Ok(12) [INFO] [stdout] Oct 09 12:45:52.002 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:52.002 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:52.002 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.002 INFO concept_from_ast(𖩯꣖+�𑫟?ਫ਼𑍇଼Ѩ.Qᏻ%@7𞅏𑊈j%ῑ) -> Ok(15) [INFO] [stdout] Oct 09 12:45:52.002 INFO insert_definition(3, 12, 15) [INFO] [stdout] Oct 09 12:45:52.004 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.004 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.004 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.004 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.004 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.004 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.005 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.005 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.005 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.005 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.005 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.005 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.005 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.005 INFO execute(let (-> (:= (4ஂ<�ꩫ�ø`BK🧇𓂳^{𞸒𑵖𞀣±ⶉ𑶅 ᳑_q.wኸe൙_;:த౧`Ⱥ=𐡈𝄣oi'🕴S"�$)))) [INFO] [stdout] Oct 09 12:45:52.005 INFO call((let (-> (:= (4ஂ<�ꩫ�ø`BK🧇𓂳^{𞸒𑵖𞀣±ⶉ𑶅 ᳑_q.wኸe൙_;:த౧`Ⱥ=𐡈𝄣oi'🕴S"�$))))) [INFO] [stdout] Oct 09 12:45:52.005 INFO call_pair(let, (-> (:= (4ஂ<�ꩫ�ø`BK🧇𓂳^{𞸒𑵖𞀣±ⶉ𑶅 ᳑_q.wኸe൙_;:த౧`Ⱥ=𐡈𝄣oi'🕴S"�$)))) [INFO] [stdout] Oct 09 12:45:52.005 INFO call_as_righthand(->, (:= (4ஂ<�ꩫ�ø`BK🧇𓂳^{𞸒𑵖𞀣±ⶉ𑶅 ᳑_q.wኸe൙_;:த౧`Ⱥ=𐡈𝄣oi'🕴S"�$))) [INFO] [stdout] Oct 09 12:45:52.005 INFO match_righthand_pair(->, :=, (4ஂ<�ꩫ�ø`BK🧇𓂳^{𞸒𑵖𞀣±ⶉ𑶅 ᳑_q.wኸe൙_;:த౧`Ⱥ=𐡈𝄣oi'🕴S"�$)) [INFO] [stdout] Oct 09 12:45:52.005 INFO execute_definition(->, 4ஂ<�ꩫ�ø`BK🧇𓂳^{𞸒𑵖𞀣±ⶉ𑶅 ᳑_q.wኸe൙_;:த౧`Ⱥ=𐡈𝄣oi'🕴S"�$) [INFO] [stdout] Oct 09 12:45:52.005 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:52.005 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:52.005 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.006 INFO concept_from_ast(4ஂ<�ꩫ�ø`BK🧇𓂳^{𞸒𑵖𞀣±ⶉ𑶅) -> Ok(12) [INFO] [stdout] Oct 09 12:45:52.006 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:52.006 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:52.006 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.006 INFO concept_from_ast(᳑_q.wኸe൙_;:த౧`Ⱥ=𐡈𝄣oi'🕴S"�$) -> Ok(15) [INFO] [stdout] Oct 09 12:45:52.006 INFO insert_definition(2, 12, 15) [INFO] [stdout] Oct 09 12:45:52.008 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.008 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.008 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.008 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.008 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.008 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.008 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.008 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.008 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.008 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.008 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.008 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.008 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.008 INFO execute(let (-> (:= (R.=/𝓂⭶נּ"`ⷋ %Ft=$𖬠Nff𝒦࡞P*%^)))) [INFO] [stdout] Oct 09 12:45:52.009 INFO call((let (-> (:= (R.=/𝓂⭶נּ"`ⷋ %Ft=$𖬠Nff𝒦࡞P*%^))))) [INFO] [stdout] Oct 09 12:45:52.009 INFO call_pair(let, (-> (:= (R.=/𝓂⭶נּ"`ⷋ %Ft=$𖬠Nff𝒦࡞P*%^)))) [INFO] [stdout] Oct 09 12:45:52.009 INFO call_as_righthand(->, (:= (R.=/𝓂⭶נּ"`ⷋ %Ft=$𖬠Nff𝒦࡞P*%^))) [INFO] [stdout] Oct 09 12:45:52.009 INFO match_righthand_pair(->, :=, (R.=/𝓂⭶נּ"`ⷋ %Ft=$𖬠Nff𝒦࡞P*%^)) [INFO] [stdout] Oct 09 12:45:52.009 INFO execute_definition(->, R.=/𝓂⭶נּ"`ⷋ %Ft=$𖬠Nff𝒦࡞P*%^) [INFO] [stdout] Oct 09 12:45:52.009 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:52.009 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:52.009 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.009 INFO concept_from_ast(R.=/𝓂⭶נּ"`ⷋ) -> Ok(12) [INFO] [stdout] Oct 09 12:45:52.009 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:52.009 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:52.009 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.009 INFO concept_from_ast(%Ft=$𖬠Nff𝒦࡞P*%^) -> Ok(15) [INFO] [stdout] Oct 09 12:45:52.009 INFO insert_definition(2, 12, 15) [INFO] [stdout] Oct 09 12:45:52.011 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.011 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.011 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.011 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.012 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.012 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.012 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.012 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.012 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.012 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.012 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.012 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.012 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.012 INFO execute(let (label_of (:= (🕴"2🕴 𖩥𑱩RP?Ì� Ok(()) [INFO] [stdout] Oct 09 12:45:52.013 INFO concept_from_ast(🕴"2🕴) -> Ok(12) [INFO] [stdout] Oct 09 12:45:52.013 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:52.013 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:52.013 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.013 INFO concept_from_ast(𖩥𑱩RP?Ì� Ok(15) [INFO] [stdout] Oct 09 12:45:52.013 INFO insert_definition(0, 12, 15) [INFO] [stdout] Oct 09 12:45:52.015 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.015 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.015 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.015 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.015 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.015 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.015 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.015 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.015 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.015 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.015 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.015 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.015 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.015 INFO execute(let (label_of (:= ({4?`/B9uదᤴ𑙪ਫ਼oÄ𐤄={ଁMÆ /¥)))) [INFO] [stdout] Oct 09 12:45:52.016 INFO call((let (label_of (:= ({4?`/B9uదᤴ𑙪ਫ਼oÄ𐤄={ଁMÆ /¥))))) [INFO] [stdout] Oct 09 12:45:52.016 INFO call_pair(let, (label_of (:= ({4?`/B9uదᤴ𑙪ਫ਼oÄ𐤄={ଁMÆ /¥)))) [INFO] [stdout] Oct 09 12:45:52.016 INFO call_as_righthand(label_of, (:= ({4?`/B9uదᤴ𑙪ਫ਼oÄ𐤄={ଁMÆ /¥))) [INFO] [stdout] Oct 09 12:45:52.016 INFO match_righthand_pair(label_of, :=, ({4?`/B9uదᤴ𑙪ਫ਼oÄ𐤄={ଁMÆ /¥)) [INFO] [stdout] Oct 09 12:45:52.016 INFO execute_definition(label_of, {4?`/B9uదᤴ𑙪ਫ਼oÄ𐤄={ଁMÆ /¥) [INFO] [stdout] Oct 09 12:45:52.016 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:52.016 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:52.016 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.016 INFO concept_from_ast({4?`/B9uదᤴ𑙪ਫ਼oÄ𐤄={ଁMÆ) -> Ok(12) [INFO] [stdout] Oct 09 12:45:52.016 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:52.016 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:52.016 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.016 INFO concept_from_ast(/¥) -> Ok(15) [INFO] [stdout] Oct 09 12:45:52.016 INFO insert_definition(0, 12, 15) [INFO] [stdout] Oct 09 12:45:52.022 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.022 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.022 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.022 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.022 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.023 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.023 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.023 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.023 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.023 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.023 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.023 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.023 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.023 INFO execute(let (:= (:= (=Ⱥ``⮃Ყo𐡍ii{𑋹Iv𣏢=E៦𐩇Oo`#&2🕴ῴ𑛁ቍ'' =ᬒI𑁒0�𑩀হg⃠!b<)))) [INFO] [stdout] Oct 09 12:45:52.023 INFO call((let (:= (:= (=Ⱥ``⮃Ყo𐡍ii{𑋹Iv𣏢=E៦𐩇Oo`#&2🕴ῴ𑛁ቍ'' =ᬒI𑁒0�𑩀হg⃠!b<))))) [INFO] [stdout] Oct 09 12:45:52.023 INFO call_pair(let, (:= (:= (=Ⱥ``⮃Ყo𐡍ii{𑋹Iv𣏢=E៦𐩇Oo`#&2🕴ῴ𑛁ቍ'' =ᬒI𑁒0�𑩀হg⃠!b<)))) [INFO] [stdout] Oct 09 12:45:52.023 INFO call_as_righthand(:=, (:= (=Ⱥ``⮃Ყo𐡍ii{𑋹Iv𣏢=E៦𐩇Oo`#&2🕴ῴ𑛁ቍ'' =ᬒI𑁒0�𑩀হg⃠!b<))) [INFO] [stdout] Oct 09 12:45:52.023 INFO match_righthand_pair(:=, :=, (=Ⱥ``⮃Ყo𐡍ii{𑋹Iv𣏢=E៦𐩇Oo`#&2🕴ῴ𑛁ቍ'' =ᬒI𑁒0�𑩀হg⃠!b<)) [INFO] [stdout] Oct 09 12:45:52.023 INFO execute_definition(:=, =Ⱥ``⮃Ყo𐡍ii{𑋹Iv𣏢=E៦𐩇Oo`#&2🕴ῴ𑛁ቍ'' =ᬒI𑁒0�𑩀হg⃠!b<) [INFO] [stdout] Oct 09 12:45:52.023 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:52.023 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:52.024 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.024 INFO concept_from_ast(=Ⱥ``⮃Ყo𐡍ii{𑋹Iv𣏢=E៦𐩇Oo`#&2🕴ῴ𑛁ቍ'') -> Ok(12) [INFO] [stdout] Oct 09 12:45:52.024 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:52.024 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:52.024 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.024 INFO concept_from_ast(=ᬒI𑁒0�𑩀হg⃠!b<) -> Ok(15) [INFO] [stdout] Oct 09 12:45:52.024 INFO insert_definition(1, 12, 15) [INFO] [stdout] Oct 09 12:45:52.026 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.026 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.026 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.026 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.026 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.026 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.026 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.026 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.026 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.026 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.026 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.026 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.026 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.026 INFO execute(let (:= (:= (:= �´{Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.026 INFO call((let (:= (:= (:= �´{Ⱥ🕴𐂺&}🂹L))))) [INFO] [stdout] Oct 09 12:45:52.027 INFO call_pair(let, (:= (:= (:= �´{Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.027 INFO call_as_righthand(:=, (:= (:= �´{Ⱥ🕴𐂺&}🂹L))) [INFO] [stdout] Oct 09 12:45:52.027 INFO match_righthand_pair(:=, :=, (:= �´{Ⱥ🕴𐂺&}🂹L)) [INFO] [stdout] Oct 09 12:45:52.027 INFO execute_definition(:=, := �´{Ⱥ🕴𐂺&}🂹L) [INFO] [stdout] thread 'setting_definition_of_concrete' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `"Cannot define a concept as an expression whose normal form contains itself."`, [INFO] [stdout] right: `"Cannot set a definition of a concrete concept"`', tests/definitions.rs:153:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55d5e6237504 - backtrace::backtrace::libunwind::trace::hf625d18232cbbbd4 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55d5e6237504 - backtrace::backtrace::trace_unsynchronized::h41d74150fc6ff542 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55d5e6237504 - std::sys_common::backtrace::_print_fmt::h85d37830c667a1f9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:76 [INFO] [stdout] 3: 0x55d5e6237504 - ::fmt::h2b7ac01d5feaf9b2 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:60 [INFO] [stdout] 4: 0x55d5e625c3cc - core::fmt::write::h7fd0d904495c035f [INFO] [stdout] at src/libcore/fmt/mod.rs:1030 [INFO] [stdout] 5: 0x55d5e5fbec35 - std::io::Write::write_fmt::h424452e6ba861394 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/io/mod.rs:1412 [INFO] [stdout] 6: 0x55d5e6232101 - std::io::impls::>::write_fmt::h814a51d8ae1dee4a [INFO] [stdout] at src/libstd/io/impls.rs:141 [INFO] [stdout] 7: 0x55d5e6239b95 - std::sys_common::backtrace::_print::h4c743f7c274a5a74 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:64 [INFO] [stdout] 8: 0x55d5e6239b95 - std::sys_common::backtrace::print::ha5c4f4bf03800d4d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55d5e6239b95 - std::panicking::default_hook::{{closure}}::h8b842185774c09e6 [INFO] [stdout] at src/libstd/panicking.rs:196 [INFO] [stdout] 10: 0x55d5e623981c - std::panicking::default_hook::hd8ec13ee1bc2a65a [INFO] [stdout] at src/libstd/panicking.rs:207 [INFO] [stdout] 11: 0x55d5e623a295 - std::panicking::rust_panic_with_hook::hf3b27166e5f403e7 [INFO] [stdout] at src/libstd/panicking.rs:473 [INFO] [stdout] 12: 0x55d5e6239e32 - std::panicking::continue_panic_fmt::hd961751be84a6f83 [INFO] [stdout] at src/libstd/panicking.rs:380 [INFO] [stdout] 13: 0x55d5e6239d8c - std::panicking::begin_panic_fmt::h23ef54e17e5a13fa [INFO] [stdout] at src/libstd/panicking.rs:335 [INFO] [stdout] 14: 0x55d5e5f489d4 - definitions::setting_definition_of_concrete::{{closure}}::hb04bdebef424a5ad [INFO] [stdout] at tests/definitions.rs:153 [INFO] [stdout] 15: 0x55d5e5f24712 - core::ops::function::impls:: for &F>::call::hff1b554faacbec2a [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:236 [INFO] [stdout] 16: 0x55d5e5f20f45 - proptest::test_runner::runner::call_test::{{closure}}::h53b33c986f5eb301 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proptest-0.9.4/src/test_runner/runner.rs:246 [INFO] [stdout] 17: 0x55d5e5f4e51b - as core::ops::function::FnOnce<()>>::call_once::h075a5bbac8d5d99d [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] 18: 0x55d5e5fbd786 - std::panicking::try::do_call::h5b82980647805bf7 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 19: 0x55d5e624189a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 20: 0x55d5e5fbb4e9 - std::panicking::try::h619fa6188bf740d2 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 21: 0x55d5e5f4fddb - std::panic::catch_unwind::hcb73080c8150a033 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 22: 0x55d5e5f16514 - proptest::test_runner::runner::call_test::h5613de163d3c34d8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proptest-0.9.4/src/test_runner/runner.rs:246 [INFO] [stdout] 23: 0x55d5e5ee1ac5 - proptest::test_runner::runner::TestRunner::run_one_with_replay::h1ddc6114da7db152 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proptest-0.9.4/src/test_runner/runner.rs:683 [INFO] [stdout] 24: 0x55d5e5edc274 - proptest::test_runner::runner::TestRunner::gen_and_run_case::h330c708cd5b62361 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proptest-0.9.4/src/test_runner/runner.rs:639 [INFO] [stdout] 25: 0x55d5e5efd0ab - proptest::test_runner::runner::TestRunner::run_in_process_with_replay::hfe453e6f6cd5f369 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proptest-0.9.4/src/test_runner/runner.rs:592 [INFO] [stdout] 26: 0x55d5e5ed973e - proptest::test_runner::runner::TestRunner::run_in_process::heba7e2b7cc3fec75 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proptest-0.9.4/src/test_runner/runner.rs:550 [INFO] [stdout] 27: 0x55d5e5efe58b - proptest::test_runner::runner::TestRunner::run::h7f3f7af23f7d4ed8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proptest-0.9.4/src/test_runner/runner.rs:393 [INFO] [stdout] 28: 0x55d5e5f46a78 - definitions::setting_definition_of_concrete::h919594d7c216a37f [INFO] [stdout] at /opt/rustwide/workdir/<::proptest::sugar::proptest macros>:9 [INFO] [stdout] 29: 0x55d5e5f4682a - definitions::setting_definition_of_concrete::{{closure}}::h229ca4241946d8b2 [INFO] [stdout] at /opt/rustwide/workdir/<::proptest::sugar::proptest macros>:6 [INFO] [stdout] 30: 0x55d5e5fb46be - core::ops::function::FnOnce::call_once::he5c1480ae3966989 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 31: 0x55d5e5fc8b2f - as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 32: 0x55d5e624189a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 33: 0x55d5e5fe333e - std::panicking::try::heccce20d527a3513 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 34: 0x55d5e5fe333e - std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 35: 0x55d5e5fe333e - test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 36: 0x55d5e5fbe3a5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 37: 0x55d5e5fc2535 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] 38: 0x55d5e5fc2535 - as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] 39: 0x55d5e5fc2535 - std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 40: 0x55d5e624189a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 41: 0x55d5e5fc2ae2 - std::panicking::try::h243a25457a848a1a [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 42: 0x55d5e5fc2ae2 - std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 43: 0x55d5e5fc2ae2 - std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] 44: 0x55d5e5fc2ae2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 45: 0x55d5e622d85f - as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 46: 0x55d5e6240c90 - as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 47: 0x55d5e6240c90 - std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 48: 0x55d5e6240c90 - std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 49: 0x7f73fe9226db - start_thread [INFO] [stdout] 50: 0x7f73fe43388f - __clone [INFO] [stdout] 51: 0x0 - [INFO] [stdout] Oct 09 12:45:52.251 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.251 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.251 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.251 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.251 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.251 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.251 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.251 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.251 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.251 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.251 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.251 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.252 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.252 INFO execute(let (:= (:= (= �´{Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.252 INFO call((let (:= (:= (= �´{Ⱥ🕴𐂺&}🂹L))))) [INFO] [stdout] Oct 09 12:45:52.252 INFO call_pair(let, (:= (:= (= �´{Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.252 INFO call_as_righthand(:=, (:= (= �´{Ⱥ🕴𐂺&}🂹L))) [INFO] [stdout] Oct 09 12:45:52.252 INFO match_righthand_pair(:=, :=, (= �´{Ⱥ🕴𐂺&}🂹L)) [INFO] [stdout] Oct 09 12:45:52.252 INFO execute_definition(:=, = �´{Ⱥ🕴𐂺&}🂹L) [INFO] [stdout] Oct 09 12:45:52.252 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:52.252 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:52.252 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.252 INFO concept_from_ast(=) -> Ok(12) [INFO] [stdout] Oct 09 12:45:52.252 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:52.252 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:52.252 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.252 INFO concept_from_ast(�´{Ⱥ🕴𐂺&}🂹L) -> Ok(15) [INFO] [stdout] Oct 09 12:45:52.252 INFO insert_definition(1, 12, 15) [INFO] [stdout] Oct 09 12:45:52.252 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.253 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.253 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.253 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.253 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.253 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.253 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.253 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.253 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.253 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.253 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.253 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.253 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.253 INFO execute(let (:= (:= (:= �´{Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.253 INFO call((let (:= (:= (:= �´{Ⱥ🕴𐂺&}🂹L))))) [INFO] [stdout] Oct 09 12:45:52.253 INFO call_pair(let, (:= (:= (:= �´{Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.253 INFO call_as_righthand(:=, (:= (:= �´{Ⱥ🕴𐂺&}🂹L))) [INFO] [stdout] Oct 09 12:45:52.253 INFO match_righthand_pair(:=, :=, (:= �´{Ⱥ🕴𐂺&}🂹L)) [INFO] [stdout] Oct 09 12:45:52.254 INFO execute_definition(:=, := �´{Ⱥ🕴𐂺&}🂹L) [INFO] [stdout] thread 'setting_definition_of_concrete' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `"Cannot define a concept as an expression whose normal form contains itself."`, [INFO] [stdout] right: `"Cannot set a definition of a concrete concept"`', tests/definitions.rs:153:9 [INFO] [stdout] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace. [INFO] [stdout] Oct 09 12:45:52.254 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.254 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.254 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.254 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.254 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.254 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.254 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.254 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.254 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.254 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.254 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.254 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.254 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.254 INFO execute(let (:= (:= (: �´{Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.255 INFO call((let (:= (:= (: �´{Ⱥ🕴𐂺&}🂹L))))) [INFO] [stdout] Oct 09 12:45:52.255 INFO call_pair(let, (:= (:= (: �´{Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.255 INFO call_as_righthand(:=, (:= (: �´{Ⱥ🕴𐂺&}🂹L))) [INFO] [stdout] Oct 09 12:45:52.255 INFO match_righthand_pair(:=, :=, (: �´{Ⱥ🕴𐂺&}🂹L)) [INFO] [stdout] Oct 09 12:45:52.255 INFO execute_definition(:=, : �´{Ⱥ🕴𐂺&}🂹L) [INFO] [stdout] Oct 09 12:45:52.255 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:52.255 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:52.255 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.255 INFO concept_from_ast(:) -> Ok(12) [INFO] [stdout] Oct 09 12:45:52.255 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:52.255 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:52.255 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.255 INFO concept_from_ast(�´{Ⱥ🕴𐂺&}🂹L) -> Ok(15) [INFO] [stdout] Oct 09 12:45:52.255 INFO insert_definition(1, 12, 15) [INFO] [stdout] Oct 09 12:45:52.255 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.255 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.256 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.256 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.256 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.256 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.256 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.256 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.256 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.256 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.256 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.256 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.256 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.256 INFO execute(let (:= (:= (:= �´{Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.256 INFO call((let (:= (:= (:= �´{Ⱥ🕴𐂺&}🂹L))))) [INFO] [stdout] Oct 09 12:45:52.256 INFO call_pair(let, (:= (:= (:= �´{Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.256 INFO call_as_righthand(:=, (:= (:= �´{Ⱥ🕴𐂺&}🂹L))) [INFO] [stdout] Oct 09 12:45:52.257 INFO match_righthand_pair(:=, :=, (:= �´{Ⱥ🕴𐂺&}🂹L)) [INFO] [stdout] Oct 09 12:45:52.257 INFO execute_definition(:=, := �´{Ⱥ🕴𐂺&}🂹L) [INFO] [stdout] thread 'setting_definition_of_concrete' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `"Cannot define a concept as an expression whose normal form contains itself."`, [INFO] [stdout] right: `"Cannot set a definition of a concrete concept"`', tests/definitions.rs:153:9 [INFO] [stdout] Oct 09 12:45:52.257 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.257 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.257 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.257 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.257 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.257 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.257 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.257 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.257 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.257 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.257 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.257 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.258 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.258 INFO execute(let (:= (:= (5= �´{Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.258 INFO call((let (:= (:= (5= �´{Ⱥ🕴𐂺&}🂹L))))) [INFO] [stdout] Oct 09 12:45:52.258 INFO call_pair(let, (:= (:= (5= �´{Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.258 INFO call_as_righthand(:=, (:= (5= �´{Ⱥ🕴𐂺&}🂹L))) [INFO] [stdout] Oct 09 12:45:52.258 INFO match_righthand_pair(:=, :=, (5= �´{Ⱥ🕴𐂺&}🂹L)) [INFO] [stdout] Oct 09 12:45:52.258 INFO execute_definition(:=, 5= �´{Ⱥ🕴𐂺&}🂹L) [INFO] [stdout] Oct 09 12:45:52.258 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:52.258 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:52.258 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.258 INFO concept_from_ast(5=) -> Ok(12) [INFO] [stdout] Oct 09 12:45:52.258 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:52.258 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:52.258 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.258 INFO concept_from_ast(�´{Ⱥ🕴𐂺&}🂹L) -> Ok(15) [INFO] [stdout] Oct 09 12:45:52.258 INFO insert_definition(1, 12, 15) [INFO] [stdout] Oct 09 12:45:52.258 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.259 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.260 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.260 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.260 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.260 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.260 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.260 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.260 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.260 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.261 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.261 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.261 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.261 INFO execute(let (:= (:= (8= �´{Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.261 INFO call((let (:= (:= (8= �´{Ⱥ🕴𐂺&}🂹L))))) [INFO] [stdout] Oct 09 12:45:52.261 INFO call_pair(let, (:= (:= (8= �´{Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.261 INFO call_as_righthand(:=, (:= (8= �´{Ⱥ🕴𐂺&}🂹L))) [INFO] [stdout] Oct 09 12:45:52.261 INFO match_righthand_pair(:=, :=, (8= �´{Ⱥ🕴𐂺&}🂹L)) [INFO] [stdout] Oct 09 12:45:52.261 INFO execute_definition(:=, 8= �´{Ⱥ🕴𐂺&}🂹L) [INFO] [stdout] Oct 09 12:45:52.261 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:52.261 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:52.261 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.261 INFO concept_from_ast(8=) -> Ok(12) [INFO] [stdout] Oct 09 12:45:52.261 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:52.261 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:52.261 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.261 INFO concept_from_ast(�´{Ⱥ🕴𐂺&}🂹L) -> Ok(15) [INFO] [stdout] Oct 09 12:45:52.261 INFO insert_definition(1, 12, 15) [INFO] [stdout] Oct 09 12:45:52.262 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.262 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.262 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.262 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.262 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.262 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.262 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.262 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.262 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.262 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.262 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.262 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.262 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.262 INFO execute(let (:= (:= (9= �´{Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.263 INFO call((let (:= (:= (9= �´{Ⱥ🕴𐂺&}🂹L))))) [INFO] [stdout] Oct 09 12:45:52.263 INFO call_pair(let, (:= (:= (9= �´{Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.263 INFO call_as_righthand(:=, (:= (9= �´{Ⱥ🕴𐂺&}🂹L))) [INFO] [stdout] Oct 09 12:45:52.263 INFO match_righthand_pair(:=, :=, (9= �´{Ⱥ🕴𐂺&}🂹L)) [INFO] [stdout] Oct 09 12:45:52.263 INFO execute_definition(:=, 9= �´{Ⱥ🕴𐂺&}🂹L) [INFO] [stdout] Oct 09 12:45:52.263 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:52.263 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:52.263 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.263 INFO concept_from_ast(9=) -> Ok(12) [INFO] [stdout] Oct 09 12:45:52.263 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:52.263 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:52.263 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.263 INFO concept_from_ast(�´{Ⱥ🕴𐂺&}🂹L) -> Ok(15) [INFO] [stdout] Oct 09 12:45:52.263 INFO insert_definition(1, 12, 15) [INFO] [stdout] Oct 09 12:45:52.263 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.263 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.263 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.263 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.264 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.264 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.264 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.264 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.264 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.264 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.264 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.264 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.264 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.264 INFO execute(let (:= (:= (:= �´{Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.264 INFO call((let (:= (:= (:= �´{Ⱥ🕴𐂺&}🂹L))))) [INFO] [stdout] Oct 09 12:45:52.264 INFO call_pair(let, (:= (:= (:= �´{Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.264 INFO call_as_righthand(:=, (:= (:= �´{Ⱥ🕴𐂺&}🂹L))) [INFO] [stdout] Oct 09 12:45:52.264 INFO match_righthand_pair(:=, :=, (:= �´{Ⱥ🕴𐂺&}🂹L)) [INFO] [stdout] Oct 09 12:45:52.264 INFO execute_definition(:=, := �´{Ⱥ🕴𐂺&}🂹L) [INFO] [stdout] thread 'setting_definition_of_concrete' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `"Cannot define a concept as an expression whose normal form contains itself."`, [INFO] [stdout] right: `"Cannot set a definition of a concrete concept"`', tests/definitions.rs:153:9 [INFO] [stdout] Oct 09 12:45:52.265 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.265 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.265 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.265 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.265 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.265 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.265 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.265 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.265 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.265 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.265 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.265 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.265 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.265 INFO execute(let (:= (:= (:6 �´{Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.265 INFO call((let (:= (:= (:6 �´{Ⱥ🕴𐂺&}🂹L))))) [INFO] [stdout] Oct 09 12:45:52.265 INFO call_pair(let, (:= (:= (:6 �´{Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.266 INFO call_as_righthand(:=, (:= (:6 �´{Ⱥ🕴𐂺&}🂹L))) [INFO] [stdout] Oct 09 12:45:52.266 INFO match_righthand_pair(:=, :=, (:6 �´{Ⱥ🕴𐂺&}🂹L)) [INFO] [stdout] Oct 09 12:45:52.266 INFO execute_definition(:=, :6 �´{Ⱥ🕴𐂺&}🂹L) [INFO] [stdout] Oct 09 12:45:52.266 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:52.266 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:52.266 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.266 INFO concept_from_ast(:6) -> Ok(12) [INFO] [stdout] Oct 09 12:45:52.266 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:52.266 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:52.266 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.266 INFO concept_from_ast(�´{Ⱥ🕴𐂺&}🂹L) -> Ok(15) [INFO] [stdout] Oct 09 12:45:52.266 INFO insert_definition(1, 12, 15) [INFO] [stdout] Oct 09 12:45:52.266 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.270 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.270 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.270 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.270 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.270 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.270 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.270 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.270 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.270 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.270 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.271 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.271 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.271 INFO execute(let (:= (:= (:: �´{Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.271 INFO call((let (:= (:= (:: �´{Ⱥ🕴𐂺&}🂹L))))) [INFO] [stdout] Oct 09 12:45:52.271 INFO call_pair(let, (:= (:= (:: �´{Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.271 INFO call_as_righthand(:=, (:= (:: �´{Ⱥ🕴𐂺&}🂹L))) [INFO] [stdout] Oct 09 12:45:52.271 INFO match_righthand_pair(:=, :=, (:: �´{Ⱥ🕴𐂺&}🂹L)) [INFO] [stdout] Oct 09 12:45:52.271 INFO execute_definition(:=, :: �´{Ⱥ🕴𐂺&}🂹L) [INFO] [stdout] Oct 09 12:45:52.271 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:52.271 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:52.271 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.271 INFO concept_from_ast(::) -> Ok(12) [INFO] [stdout] Oct 09 12:45:52.271 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:52.271 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:52.271 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.271 INFO concept_from_ast(�´{Ⱥ🕴𐂺&}🂹L) -> Ok(15) [INFO] [stdout] Oct 09 12:45:52.271 INFO insert_definition(1, 12, 15) [INFO] [stdout] Oct 09 12:45:52.272 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.272 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.272 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.272 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.272 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.272 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.272 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.272 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.272 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.272 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.272 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.272 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.272 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.272 INFO execute(let (:= (:= (:< �´{Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.272 INFO call((let (:= (:= (:< �´{Ⱥ🕴𐂺&}🂹L))))) [INFO] [stdout] Oct 09 12:45:52.272 INFO call_pair(let, (:= (:= (:< �´{Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.273 INFO call_as_righthand(:=, (:= (:< �´{Ⱥ🕴𐂺&}🂹L))) [INFO] [stdout] Oct 09 12:45:52.273 INFO match_righthand_pair(:=, :=, (:< �´{Ⱥ🕴𐂺&}🂹L)) [INFO] [stdout] Oct 09 12:45:52.273 INFO execute_definition(:=, :< �´{Ⱥ🕴𐂺&}🂹L) [INFO] [stdout] Oct 09 12:45:52.273 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:52.273 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:52.273 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.273 INFO concept_from_ast(:<) -> Ok(12) [INFO] [stdout] Oct 09 12:45:52.273 INFO insert_definition(16, 0, 15) [INFO] [stdout] Oct 09 12:45:52.273 INFO update_reduction(16, 17) [INFO] [stdout] Oct 09 12:45:52.273 INFO update_reduction(16, 17) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.273 INFO concept_from_ast(�´{Ⱥ🕴𐂺&}🂹L) -> Ok(15) [INFO] [stdout] Oct 09 12:45:52.273 INFO insert_definition(1, 12, 15) [INFO] [stdout] Oct 09 12:45:52.273 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.273 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.273 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.273 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.274 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.274 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.274 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.274 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.274 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.274 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.274 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.274 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.274 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.274 INFO execute(let (:= (:= (:= �´{Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.274 INFO call((let (:= (:= (:= �´{Ⱥ🕴𐂺&}🂹L))))) [INFO] [stdout] Oct 09 12:45:52.274 INFO call_pair(let, (:= (:= (:= �´{Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.274 INFO call_as_righthand(:=, (:= (:= �´{Ⱥ🕴𐂺&}🂹L))) [INFO] [stdout] Oct 09 12:45:52.274 INFO match_righthand_pair(:=, :=, (:= �´{Ⱥ🕴𐂺&}🂹L)) [INFO] [stdout] Oct 09 12:45:52.274 INFO execute_definition(:=, := �´{Ⱥ🕴𐂺&}🂹L) [INFO] [stdout] thread 'setting_definition_of_concrete' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `"Cannot define a concept as an expression whose normal form contains itself."`, [INFO] [stdout] right: `"Cannot set a definition of a concrete concept"`', tests/definitions.rs:153:9 [INFO] [stdout] Oct 09 12:45:52.275 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.275 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.275 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.275 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.275 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.275 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.275 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.275 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.275 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.275 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.275 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.275 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.275 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.275 INFO execute(let (:= (:= (:= ´{Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.276 INFO call((let (:= (:= (:= ´{Ⱥ🕴𐂺&}🂹L))))) [INFO] [stdout] Oct 09 12:45:52.276 INFO call_pair(let, (:= (:= (:= ´{Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.276 INFO call_as_righthand(:=, (:= (:= ´{Ⱥ🕴𐂺&}🂹L))) [INFO] [stdout] Oct 09 12:45:52.276 INFO match_righthand_pair(:=, :=, (:= ´{Ⱥ🕴𐂺&}🂹L)) [INFO] [stdout] Oct 09 12:45:52.276 INFO execute_definition(:=, := ´{Ⱥ🕴𐂺&}🂹L) [INFO] [stdout] thread 'setting_definition_of_concrete' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `"Cannot define a concept as an expression whose normal form contains itself."`, [INFO] [stdout] right: `"Cannot set a definition of a concrete concept"`', tests/definitions.rs:153:9 [INFO] [stdout] Oct 09 12:45:52.276 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.276 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.276 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.276 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.276 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.276 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.276 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.276 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.277 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.277 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.287 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.287 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.287 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.287 INFO execute(let (:= (:= (:= {Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.287 INFO call((let (:= (:= (:= {Ⱥ🕴𐂺&}🂹L))))) [INFO] [stdout] Oct 09 12:45:52.287 INFO call_pair(let, (:= (:= (:= {Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.287 INFO call_as_righthand(:=, (:= (:= {Ⱥ🕴𐂺&}🂹L))) [INFO] [stdout] Oct 09 12:45:52.287 INFO match_righthand_pair(:=, :=, (:= {Ⱥ🕴𐂺&}🂹L)) [INFO] [stdout] Oct 09 12:45:52.287 INFO execute_definition(:=, := {Ⱥ🕴𐂺&}🂹L) [INFO] [stdout] thread 'setting_definition_of_concrete' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `"Cannot define a concept as an expression whose normal form contains itself."`, [INFO] [stdout] right: `"Cannot set a definition of a concrete concept"`', tests/definitions.rs:153:9 [INFO] [stdout] Oct 09 12:45:52.289 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.289 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.289 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.289 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.289 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.289 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.289 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.289 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.289 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.289 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.289 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.290 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.290 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.290 INFO execute(let (:= (:= (:= Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.290 INFO call((let (:= (:= (:= Ⱥ🕴𐂺&}🂹L))))) [INFO] [stdout] Oct 09 12:45:52.290 INFO call_pair(let, (:= (:= (:= Ⱥ🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.290 INFO call_as_righthand(:=, (:= (:= Ⱥ🕴𐂺&}🂹L))) [INFO] [stdout] Oct 09 12:45:52.290 INFO match_righthand_pair(:=, :=, (:= Ⱥ🕴𐂺&}🂹L)) [INFO] [stdout] Oct 09 12:45:52.290 INFO execute_definition(:=, := Ⱥ🕴𐂺&}🂹L) [INFO] [stdout] thread 'setting_definition_of_concrete' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `"Cannot define a concept as an expression whose normal form contains itself."`, [INFO] [stdout] right: `"Cannot set a definition of a concrete concept"`', tests/definitions.rs:153:9 [INFO] [stdout] Oct 09 12:45:52.290 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.290 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.290 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.290 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.290 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.291 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.291 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.291 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.291 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.291 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.291 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.291 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.291 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.291 INFO execute(let (:= (:= (:= 🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.291 INFO call((let (:= (:= (:= 🕴𐂺&}🂹L))))) [INFO] [stdout] Oct 09 12:45:52.291 INFO call_pair(let, (:= (:= (:= 🕴𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.291 INFO call_as_righthand(:=, (:= (:= 🕴𐂺&}🂹L))) [INFO] [stdout] Oct 09 12:45:52.291 INFO match_righthand_pair(:=, :=, (:= 🕴𐂺&}🂹L)) [INFO] [stdout] Oct 09 12:45:52.291 INFO execute_definition(:=, := 🕴𐂺&}🂹L) [INFO] [stdout] thread 'setting_definition_of_concrete' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `"Cannot define a concept as an expression whose normal form contains itself."`, [INFO] [stdout] right: `"Cannot set a definition of a concrete concept"`', tests/definitions.rs:153:9 [INFO] [stdout] Oct 09 12:45:52.292 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.292 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.292 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.292 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.292 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.292 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.292 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.292 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.292 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.292 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.292 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.292 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.292 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.292 INFO execute(let (:= (:= (:= 𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.293 INFO call((let (:= (:= (:= 𐂺&}🂹L))))) [INFO] [stdout] Oct 09 12:45:52.293 INFO call_pair(let, (:= (:= (:= 𐂺&}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.293 INFO call_as_righthand(:=, (:= (:= 𐂺&}🂹L))) [INFO] [stdout] Oct 09 12:45:52.293 INFO match_righthand_pair(:=, :=, (:= 𐂺&}🂹L)) [INFO] [stdout] Oct 09 12:45:52.293 INFO execute_definition(:=, := 𐂺&}🂹L) [INFO] [stdout] thread 'setting_definition_of_concrete' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `"Cannot define a concept as an expression whose normal form contains itself."`, [INFO] [stdout] right: `"Cannot set a definition of a concrete concept"`', tests/definitions.rs:153:9 [INFO] [stdout] Oct 09 12:45:52.293 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.293 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.293 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.293 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.293 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.293 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.293 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.293 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.293 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.293 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.293 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.294 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.294 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.294 INFO execute(let (:= (:= (:= &}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.294 INFO call((let (:= (:= (:= &}🂹L))))) [INFO] [stdout] Oct 09 12:45:52.294 INFO call_pair(let, (:= (:= (:= &}🂹L)))) [INFO] [stdout] Oct 09 12:45:52.294 INFO call_as_righthand(:=, (:= (:= &}🂹L))) [INFO] [stdout] Oct 09 12:45:52.294 INFO match_righthand_pair(:=, :=, (:= &}🂹L)) [INFO] [stdout] Oct 09 12:45:52.294 INFO execute_definition(:=, := &}🂹L) [INFO] [stdout] thread 'setting_definition_of_concrete' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `"Cannot define a concept as an expression whose normal form contains itself."`, [INFO] [stdout] right: `"Cannot set a definition of a concrete concept"`', tests/definitions.rs:153:9 [INFO] [stdout] Oct 09 12:45:52.294 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.294 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.294 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.294 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.294 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.294 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.294 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.294 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.295 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.295 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.295 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.295 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.295 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.295 INFO execute(let (:= (:= (:= }🂹L)))) [INFO] [stdout] Oct 09 12:45:52.295 INFO call((let (:= (:= (:= }🂹L))))) [INFO] [stdout] Oct 09 12:45:52.295 INFO call_pair(let, (:= (:= (:= }🂹L)))) [INFO] [stdout] Oct 09 12:45:52.295 INFO call_as_righthand(:=, (:= (:= }🂹L))) [INFO] [stdout] Oct 09 12:45:52.295 INFO match_righthand_pair(:=, :=, (:= }🂹L)) [INFO] [stdout] Oct 09 12:45:52.295 INFO execute_definition(:=, := }🂹L) [INFO] [stdout] thread 'setting_definition_of_concrete' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `"Cannot define a concept as an expression whose normal form contains itself."`, [INFO] [stdout] right: `"Cannot set a definition of a concrete concept"`', tests/definitions.rs:153:9 [INFO] [stdout] Oct 09 12:45:52.295 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.295 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.295 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.295 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.295 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.296 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.296 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.296 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.296 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.296 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.296 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.296 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.296 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.296 INFO execute(let (:= (:= (:= 🂹L)))) [INFO] [stdout] Oct 09 12:45:52.296 INFO call((let (:= (:= (:= 🂹L))))) [INFO] [stdout] Oct 09 12:45:52.296 INFO call_pair(let, (:= (:= (:= 🂹L)))) [INFO] [stdout] Oct 09 12:45:52.296 INFO call_as_righthand(:=, (:= (:= 🂹L))) [INFO] [stdout] Oct 09 12:45:52.296 INFO match_righthand_pair(:=, :=, (:= 🂹L)) [INFO] [stdout] Oct 09 12:45:52.296 INFO execute_definition(:=, := 🂹L) [INFO] [stdout] thread 'setting_definition_of_concrete' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `"Cannot define a concept as an expression whose normal form contains itself."`, [INFO] [stdout] right: `"Cannot set a definition of a concrete concept"`', tests/definitions.rs:153:9 [INFO] [stdout] Oct 09 12:45:52.296 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.296 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.297 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.297 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.297 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.297 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.297 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.297 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.297 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.297 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.297 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.297 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.297 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.297 INFO execute(let (:= (:= (:= L)))) [INFO] [stdout] Oct 09 12:45:52.297 INFO call((let (:= (:= (:= L))))) [INFO] [stdout] Oct 09 12:45:52.297 INFO call_pair(let, (:= (:= (:= L)))) [INFO] [stdout] Oct 09 12:45:52.300 INFO call_as_righthand(:=, (:= (:= L))) [INFO] [stdout] Oct 09 12:45:52.305 INFO match_righthand_pair(:=, :=, (:= L)) [INFO] [stdout] Oct 09 12:45:52.306 INFO execute_definition(:=, := L) [INFO] [stdout] thread 'setting_definition_of_concrete' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `"Cannot define a concept as an expression whose normal form contains itself."`, [INFO] [stdout] right: `"Cannot set a definition of a concrete concept"`', tests/definitions.rs:153:9 [INFO] [stdout] Oct 09 12:45:52.306 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.306 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.306 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.306 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.306 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.306 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.306 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.306 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.306 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.306 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.306 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.306 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.306 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.306 INFO execute(let (:= (:= (:= L)))) [INFO] [stdout] Oct 09 12:45:52.307 INFO call((let (:= (:= (:= L))))) [INFO] [stdout] Oct 09 12:45:52.307 INFO call_pair(let, (:= (:= (:= L)))) [INFO] [stdout] Oct 09 12:45:52.307 INFO call_as_righthand(:=, (:= (:= L))) [INFO] [stdout] Oct 09 12:45:52.307 INFO match_righthand_pair(:=, :=, (:= L)) [INFO] [stdout] Oct 09 12:45:52.307 INFO execute_definition(:=, := L) [INFO] [stdout] thread 'setting_definition_of_concrete' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `"Cannot define a concept as an expression whose normal form contains itself."`, [INFO] [stdout] right: `"Cannot set a definition of a concrete concept"`', tests/definitions.rs:153:9 [INFO] [stdout] Oct 09 12:45:52.307 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.307 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.307 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.307 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.307 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.307 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.307 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.307 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.307 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.307 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.307 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.308 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.308 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.308 INFO execute(let (:= (:= (:= F)))) [INFO] [stdout] Oct 09 12:45:52.308 INFO call((let (:= (:= (:= F))))) [INFO] [stdout] Oct 09 12:45:52.308 INFO call_pair(let, (:= (:= (:= F)))) [INFO] [stdout] Oct 09 12:45:52.308 INFO call_as_righthand(:=, (:= (:= F))) [INFO] [stdout] Oct 09 12:45:52.308 INFO match_righthand_pair(:=, :=, (:= F)) [INFO] [stdout] Oct 09 12:45:52.308 INFO execute_definition(:=, := F) [INFO] [stdout] thread 'setting_definition_of_concrete' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `"Cannot define a concept as an expression whose normal form contains itself."`, [INFO] [stdout] right: `"Cannot set a definition of a concrete concept"`', tests/definitions.rs:153:9 [INFO] [stdout] Oct 09 12:45:52.308 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.308 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.308 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.308 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.308 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.308 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.308 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.308 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.313 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.314 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.314 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.314 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.314 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.314 INFO execute(let (:= (:= (:= C)))) [INFO] [stdout] Oct 09 12:45:52.314 INFO call((let (:= (:= (:= C))))) [INFO] [stdout] Oct 09 12:45:52.314 INFO call_pair(let, (:= (:= (:= C)))) [INFO] [stdout] Oct 09 12:45:52.314 INFO call_as_righthand(:=, (:= (:= C))) [INFO] [stdout] Oct 09 12:45:52.314 INFO match_righthand_pair(:=, :=, (:= C)) [INFO] [stdout] Oct 09 12:45:52.314 INFO execute_definition(:=, := C) [INFO] [stdout] thread 'setting_definition_of_concrete' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `"Cannot define a concept as an expression whose normal form contains itself."`, [INFO] [stdout] right: `"Cannot set a definition of a concrete concept"`', tests/definitions.rs:153:9 [INFO] [stdout] Oct 09 12:45:52.314 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.314 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.314 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.314 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.314 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.314 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.315 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.315 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.315 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.315 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.315 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.315 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.315 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.315 INFO execute(let (:= (:= (:= B)))) [INFO] [stdout] Oct 09 12:45:52.315 INFO call((let (:= (:= (:= B))))) [INFO] [stdout] Oct 09 12:45:52.315 INFO call_pair(let, (:= (:= (:= B)))) [INFO] [stdout] Oct 09 12:45:52.315 INFO call_as_righthand(:=, (:= (:= B))) [INFO] [stdout] Oct 09 12:45:52.315 INFO match_righthand_pair(:=, :=, (:= B)) [INFO] [stdout] Oct 09 12:45:52.315 INFO execute_definition(:=, := B) [INFO] [stdout] thread 'setting_definition_of_concrete' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `"Cannot define a concept as an expression whose normal form contains itself."`, [INFO] [stdout] right: `"Cannot set a definition of a concrete concept"`', tests/definitions.rs:153:9 [INFO] [stdout] Oct 09 12:45:52.315 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.315 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.315 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.316 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.316 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.316 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.316 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.316 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.316 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.316 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.316 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.316 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.316 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.316 INFO execute(let (:= (:= (:= A)))) [INFO] [stdout] Oct 09 12:45:52.316 INFO call((let (:= (:= (:= A))))) [INFO] [stdout] Oct 09 12:45:52.316 INFO call_pair(let, (:= (:= (:= A)))) [INFO] [stdout] Oct 09 12:45:52.316 INFO call_as_righthand(:=, (:= (:= A))) [INFO] [stdout] Oct 09 12:45:52.316 INFO match_righthand_pair(:=, :=, (:= A)) [INFO] [stdout] Oct 09 12:45:52.316 INFO execute_definition(:=, := A) [INFO] [stdout] thread 'setting_definition_of_concrete' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `"Cannot define a concept as an expression whose normal form contains itself."`, [INFO] [stdout] right: `"Cannot set a definition of a concrete concept"`', tests/definitions.rs:153:9 [INFO] [stdout] Oct 09 12:45:52.317 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.317 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.317 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.317 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.317 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.317 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.317 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.317 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.317 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.317 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.317 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.317 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.317 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.317 INFO execute(let (label_of (:= (:= A)))) [INFO] [stdout] Oct 09 12:45:52.318 INFO call((let (label_of (:= (:= A))))) [INFO] [stdout] Oct 09 12:45:52.318 INFO call_pair(let, (label_of (:= (:= A)))) [INFO] [stdout] Oct 09 12:45:52.318 INFO call_as_righthand(label_of, (:= (:= A))) [INFO] [stdout] Oct 09 12:45:52.318 INFO match_righthand_pair(label_of, :=, (:= A)) [INFO] [stdout] Oct 09 12:45:52.318 INFO execute_definition(label_of, := A) [INFO] [stdout] Oct 09 12:45:52.318 INFO concept_from_ast(:=) -> Ok(1) [INFO] [stdout] Oct 09 12:45:52.318 INFO insert_definition(13, 0, 12) [INFO] [stdout] Oct 09 12:45:52.318 INFO update_reduction(13, 14) [INFO] [stdout] Oct 09 12:45:52.318 INFO update_reduction(13, 14) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.318 INFO concept_from_ast(A) -> Ok(12) [INFO] [stdout] Oct 09 12:45:52.318 INFO insert_definition(0, 1, 12) [INFO] [stdout] Oct 09 12:45:52.318 INFO insert_definition(4, 0, 0) [INFO] [stdout] Oct 09 12:45:52.318 INFO update_reduction(4, 5) [INFO] [stdout] Oct 09 12:45:52.318 INFO update_reduction(4, 5) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.318 INFO insert_definition(6, 0, 1) [INFO] [stdout] Oct 09 12:45:52.318 INFO update_reduction(6, 7) [INFO] [stdout] Oct 09 12:45:52.318 INFO update_reduction(6, 7) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.319 INFO insert_definition(8, 0, 2) [INFO] [stdout] Oct 09 12:45:52.319 INFO update_reduction(8, 9) [INFO] [stdout] Oct 09 12:45:52.319 INFO update_reduction(8, 9) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.319 INFO insert_definition(10, 0, 3) [INFO] [stdout] Oct 09 12:45:52.319 INFO update_reduction(10, 11) [INFO] [stdout] Oct 09 12:45:52.319 INFO update_reduction(10, 11) -> Ok(()) [INFO] [stdout] Oct 09 12:45:52.319 INFO Setup a new context [INFO] [stdout] Oct 09 12:45:52.319 INFO execute(let (:= (:= (:= A)))) [INFO] [stdout] Oct 09 12:45:52.319 INFO call((let (:= (:= (:= A))))) [INFO] [stdout] Oct 09 12:45:52.319 INFO call_pair(let, (:= (:= (:= A)))) [INFO] [stdout] Oct 09 12:45:52.319 INFO call_as_righthand(:=, (:= (:= A))) [INFO] [stdout] Oct 09 12:45:52.319 INFO match_righthand_pair(:=, :=, (:= A)) [INFO] [stdout] Oct 09 12:45:52.319 INFO execute_definition(:=, := A) [INFO] [stdout] thread 'setting_definition_of_concrete' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `"Cannot define a concept as an expression whose normal form contains itself."`, [INFO] [stdout] right: `"Cannot set a definition of a concrete concept"`', tests/definitions.rs:153:9 [INFO] [stdout] proptest: FileFailurePersistence::SourceParallel set, but failed to find lib.rs or main.rs [INFO] [stdout] proptest: failed to append to /opt/rustwide/workdir/tests/definitions.proptest-regressions: Read-only file system (os error 30) [INFO] [stdout] thread 'setting_definition_of_concrete' panicked at 'Test failed: assertion failed: `(left == right)` [INFO] [stdout] left: `"Cannot define a concept as an expression whose normal form contains itself."`, [INFO] [stdout] right: `"Cannot set a definition of a concrete concept"`; minimal failing input: a = ":=", b = "A", c = ":=" [INFO] [stdout] successes: 53 [INFO] [stdout] local rejects: 0 [INFO] [stdout] global rejects: 18 [INFO] [stdout] 4 times at tests/definitions.rs:150:9: !a.contains(' ') [INFO] [stdout] 2 times at tests/definitions.rs:150:9: !a.contains('(') [INFO] [stdout] 4 times at tests/definitions.rs:150:9: !a.contains(')') [INFO] [stdout] 2 times at tests/definitions.rs:150:9: !b.contains('(') [INFO] [stdout] 1 times at tests/definitions.rs:150:9: !b.contains(')') [INFO] [stdout] 3 times at tests/definitions.rs:150:9: a.len() > 0 [INFO] [stdout] 2 times at tests/definitions.rs:150:9: b.len() > 0 [INFO] [stdout] ', tests/definitions.rs:27:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] setting_definition_of_concrete [INFO] [stdout] [INFO] [stdout] test result: FAILED. 10 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test definitions' [INFO] running `"docker" "inspect" "f449b90fdf4c11d3eaef944e65ab27da626414b2b6ce32044c61f2eed86d37db"` [INFO] running `"docker" "rm" "-f" "f449b90fdf4c11d3eaef944e65ab27da626414b2b6ce32044c61f2eed86d37db"` [INFO] [stdout] f449b90fdf4c11d3eaef944e65ab27da626414b2b6ce32044c61f2eed86d37db