[INFO] cloning repository https://github.com/Charles-Johnson/zia [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Charles-Johnson/zia" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCharles-Johnson%2Fzia", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCharles-Johnson%2Fzia'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 27df02008cf064f8857b5c6e646519f306307ea9 [INFO] checking Charles-Johnson/zia against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCharles-Johnson%2Fzia" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Charles-Johnson/zia on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Charles-Johnson/zia [INFO] finished tweaking git repo https://github.com/Charles-Johnson/zia [INFO] tweaked toml for git repo https://github.com/Charles-Johnson/zia written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0dd69509b39305b006934f8bffecbd2acd804267a306a8b03fbc10683ba79bb2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0dd69509b39305b006934f8bffecbd2acd804267a306a8b03fbc10683ba79bb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0dd69509b39305b006934f8bffecbd2acd804267a306a8b03fbc10683ba79bb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0dd69509b39305b006934f8bffecbd2acd804267a306a8b03fbc10683ba79bb2", kill_on_drop: false }` [INFO] [stdout] 0dd69509b39305b006934f8bffecbd2acd804267a306a8b03fbc10683ba79bb2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f691350f8e03dd7b34435004e1dabe282165e53261c44ab78526db37b77e8162 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f691350f8e03dd7b34435004e1dabe282165e53261c44ab78526db37b77e8162", kill_on_drop: false }` [INFO] [stderr] Checking zia v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/adding.rs:50:13 [INFO] [stdout] | [INFO] [stdout] 50 | try!(self.try_removing_reduction::(syntax)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/adding.rs:53:34 [INFO] [stdout] | [INFO] [stdout] 53 | let syntax_concept = try!(self.concept_from_ast(syntax)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/adding.rs:54:39 [INFO] [stdout] | [INFO] [stdout] 54 | let normal_form_concept = try!(self.concept_from_ast(normal_form)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/adding.rs:55:13 [INFO] [stdout] | [INFO] [stdout] 55 | try!(self.update_reduction(syntax_concept, normal_form_concept)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/adding.rs:120:37 [INFO] [stdout] | [INFO] [stdout] 120 | let mut leftc = try!(self.concept_from_ast(left)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/adding.rs:121:38 [INFO] [stdout] | [INFO] [stdout] 121 | let mut rightc = try!(self.concept_from_ast(right)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/adding.rs:122:35 [INFO] [stdout] | [INFO] [stdout] 122 | let concept = try!(self.find_or_insert_definition(leftc, rightc)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/adding.rs:124:25 [INFO] [stdout] | [INFO] [stdout] 124 | try!(self.label(concept, string)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/adding.rs:191:26 [INFO] [stdout] | [INFO] [stdout] 191 | let definition = try!(self.find_or_insert_definition(LABEL, concept)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/adding.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | try!(self.label(new_default, string)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/adding.rs:205:3 [INFO] [stdout] | [INFO] [stdout] 205 | try!(self.label(label_concept, "label_of")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/adding.rs:206:9 [INFO] [stdout] | [INFO] [stdout] 206 | try!(self.label(define_concept, ":=")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/adding.rs:207:9 [INFO] [stdout] | [INFO] [stdout] 207 | try!(self.label(reduction_concept, "->")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/adding.rs:228:17 [INFO] [stdout] | [INFO] [stdout] 228 | try!(self.insert_definition(definition, lefthand, righthand)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/removing.rs:43:17 [INFO] [stdout] | [INFO] [stdout] 43 | try!(self.try_delete_concept(concept)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/removing.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | try!(self.try_delete_concept(left)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/removing.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | try!(self.unlabel(concept)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/translating.rs:49:24 [INFO] [stdout] | [INFO] [stdout] 49 | let lefthand = try!(self.ast_from_token(left)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/translating.rs:50:25 [INFO] [stdout] | [INFO] [stdout] 50 | let righthand = try!(self.ast_from_token(right)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writing.rs:110:17 [INFO] [stdout] | [INFO] [stdout] 110 | let r = try!(self.get_reduction_of_composition(concept)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writing.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 116 | try!(self.write_concept(concept).make_reduce_to(reduction)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writing.rs:125:17 [INFO] [stdout] | [INFO] [stdout] 125 | try!(self.get_reduction_of_composition(left)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writing.rs:130:17 [INFO] [stdout] | [INFO] [stdout] 130 | try!(self.get_reduction_of_composition(right)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writing.rs:163:13 [INFO] [stdout] | [INFO] [stdout] 163 | try!(self.check_reductions(definition, lefthand)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writing.rs:164:13 [INFO] [stdout] | [INFO] [stdout] 164 | try!(self.check_reductions(definition, righthand)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writing.rs:165:13 [INFO] [stdout] | [INFO] [stdout] 165 | try!(self [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:346:13 [INFO] [stdout] | [INFO] [stdout] 346 | try!(self.define(new, old)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:366:21 [INFO] [stdout] | [INFO] [stdout] 366 | try!(self.define_new_syntax(new.to_string(), left, right)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:390:13 [INFO] [stdout] | [INFO] [stdout] 390 | try!(self.relabel(left_concept, &left.to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:393:32 [INFO] [stdout] | [INFO] [stdout] 393 | let left_concept = try!(self.concept_from_ast(left)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:394:33 [INFO] [stdout] | [INFO] [stdout] 394 | let right_concept = try!(self.concept_from_ast(right)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:395:13 [INFO] [stdout] | [INFO] [stdout] 395 | try!(self.insert_definition(concept, left_concept, right_concept)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:401:9 [INFO] [stdout] | [INFO] [stdout] 401 | try!(self.unlabel(concept)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/adding.rs:50:13 [INFO] [stdout] | [INFO] [stdout] 50 | try!(self.try_removing_reduction::(syntax)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/adding.rs:53:34 [INFO] [stdout] | [INFO] [stdout] 53 | let syntax_concept = try!(self.concept_from_ast(syntax)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/adding.rs:54:39 [INFO] [stdout] | [INFO] [stdout] 54 | let normal_form_concept = try!(self.concept_from_ast(normal_form)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/adding.rs:55:13 [INFO] [stdout] | [INFO] [stdout] 55 | try!(self.update_reduction(syntax_concept, normal_form_concept)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/adding.rs:120:37 [INFO] [stdout] | [INFO] [stdout] 120 | let mut leftc = try!(self.concept_from_ast(left)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/adding.rs:121:38 [INFO] [stdout] | [INFO] [stdout] 121 | let mut rightc = try!(self.concept_from_ast(right)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/adding.rs:122:35 [INFO] [stdout] | [INFO] [stdout] 122 | let concept = try!(self.find_or_insert_definition(leftc, rightc)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/adding.rs:124:25 [INFO] [stdout] | [INFO] [stdout] 124 | try!(self.label(concept, string)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/adding.rs:191:26 [INFO] [stdout] | [INFO] [stdout] 191 | let definition = try!(self.find_or_insert_definition(LABEL, concept)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/adding.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | try!(self.label(new_default, string)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/adding.rs:205:3 [INFO] [stdout] | [INFO] [stdout] 205 | try!(self.label(label_concept, "label_of")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/adding.rs:206:9 [INFO] [stdout] | [INFO] [stdout] 206 | try!(self.label(define_concept, ":=")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/adding.rs:207:9 [INFO] [stdout] | [INFO] [stdout] 207 | try!(self.label(reduction_concept, "->")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/adding.rs:228:17 [INFO] [stdout] | [INFO] [stdout] 228 | try!(self.insert_definition(definition, lefthand, righthand)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/removing.rs:43:17 [INFO] [stdout] | [INFO] [stdout] 43 | try!(self.try_delete_concept(concept)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/removing.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | try!(self.try_delete_concept(left)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/removing.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | try!(self.unlabel(concept)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/translating.rs:49:24 [INFO] [stdout] | [INFO] [stdout] 49 | let lefthand = try!(self.ast_from_token(left)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/translating.rs:50:25 [INFO] [stdout] | [INFO] [stdout] 50 | let righthand = try!(self.ast_from_token(right)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writing.rs:110:17 [INFO] [stdout] | [INFO] [stdout] 110 | let r = try!(self.get_reduction_of_composition(concept)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writing.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 116 | try!(self.write_concept(concept).make_reduce_to(reduction)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writing.rs:125:17 [INFO] [stdout] | [INFO] [stdout] 125 | try!(self.get_reduction_of_composition(left)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writing.rs:130:17 [INFO] [stdout] | [INFO] [stdout] 130 | try!(self.get_reduction_of_composition(right)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writing.rs:163:13 [INFO] [stdout] | [INFO] [stdout] 163 | try!(self.check_reductions(definition, lefthand)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writing.rs:164:13 [INFO] [stdout] | [INFO] [stdout] 164 | try!(self.check_reductions(definition, righthand)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writing.rs:165:13 [INFO] [stdout] | [INFO] [stdout] 165 | try!(self [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:346:13 [INFO] [stdout] | [INFO] [stdout] 346 | try!(self.define(new, old)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:366:21 [INFO] [stdout] | [INFO] [stdout] 366 | try!(self.define_new_syntax(new.to_string(), left, right)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:390:13 [INFO] [stdout] | [INFO] [stdout] 390 | try!(self.relabel(left_concept, &left.to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:393:32 [INFO] [stdout] | [INFO] [stdout] 393 | let left_concept = try!(self.concept_from_ast(left)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:394:33 [INFO] [stdout] | [INFO] [stdout] 394 | let right_concept = try!(self.concept_from_ast(right)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:395:13 [INFO] [stdout] | [INFO] [stdout] 395 | try!(self.insert_definition(concept, left_concept, right_concept)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:401:9 [INFO] [stdout] | [INFO] [stdout] 401 | try!(self.unlabel(concept)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/adding.rs:120:25 [INFO] [stdout] | [INFO] [stdout] 120 | let mut leftc = try!(self.concept_from_ast(left)); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/adding.rs:121:25 [INFO] [stdout] | [INFO] [stdout] 121 | let mut rightc = try!(self.concept_from_ast(right)); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/adding.rs:120:25 [INFO] [stdout] | [INFO] [stdout] 120 | let mut leftc = try!(self.concept_from_ast(left)); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/adding.rs:121:25 [INFO] [stdout] | [INFO] [stdout] 121 | let mut rightc = try!(self.concept_from_ast(right)); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 35 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 35 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.48s [INFO] running `Command { std: "docker" "inspect" "f691350f8e03dd7b34435004e1dabe282165e53261c44ab78526db37b77e8162", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f691350f8e03dd7b34435004e1dabe282165e53261c44ab78526db37b77e8162", kill_on_drop: false }` [INFO] [stdout] f691350f8e03dd7b34435004e1dabe282165e53261c44ab78526db37b77e8162