[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] testing Charles-Johnson/zia against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCharles-Johnson%2Fzia" "/workspace/builds/worker-25/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-25/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Charles-Johnson/zia on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", 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-25/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9f4bd08921819d5e508195d686fdb6c861100253ccba59a14ffb5dc5790bdf90 [INFO] running `Command { std: "docker" "start" "-a" "9f4bd08921819d5e508195d686fdb6c861100253ccba59a14ffb5dc5790bdf90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9f4bd08921819d5e508195d686fdb6c861100253ccba59a14ffb5dc5790bdf90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f4bd08921819d5e508195d686fdb6c861100253ccba59a14ffb5dc5790bdf90", kill_on_drop: false }` [INFO] [stdout] 9f4bd08921819d5e508195d686fdb6c861100253ccba59a14ffb5dc5790bdf90 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 57069fa177e009f6ea8b3b5257ba87ec59bb81f96c0a2e6ba512c26a43ac4011 [INFO] running `Command { std: "docker" "start" "-a" "57069fa177e009f6ea8b3b5257ba87ec59bb81f96c0a2e6ba512c26a43ac4011", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling 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: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: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: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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/adding.rs:269:30 [INFO] [stdout] | [INFO] [stdout] 269 | fn add_string(&mut self, usize, &str); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/adding.rs:269:37 [INFO] [stdout] | [INFO] [stdout] 269 | fn add_string(&mut self, usize, &str); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &str` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/adding.rs:273:31 [INFO] [stdout] | [INFO] [stdout] 273 | fn add_concept(&mut self, T) -> usize; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: T` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/reading/syntax.rs:28:18 [INFO] [stdout] | [INFO] [stdout] 28 | fn from_pair((String, Option), &Rc, &Rc) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: (String, Option)` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/reading/syntax.rs:28:43 [INFO] [stdout] | [INFO] [stdout] 28 | fn from_pair((String, Option), &Rc, &Rc) -> Self; [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Rc` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/reading/syntax.rs:28:51 [INFO] [stdout] | [INFO] [stdout] 28 | fn from_pair((String, Option), &Rc, &Rc) -> Self; [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Rc` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/reading/mod.rs:470:28 [INFO] [stdout] | [INFO] [stdout] 470 | fn read_concept(&self, usize) -> &T; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/removing.rs:94:42 [INFO] [stdout] | [INFO] [stdout] 94 | fn blindly_remove_concept(&mut self, usize); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/removing.rs:98:33 [INFO] [stdout] | [INFO] [stdout] 98 | fn remove_string(&mut self, &str); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &str` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/translating.rs:162:34 [INFO] [stdout] | [INFO] [stdout] 162 | fn get_string_concept(&self, &str) -> Option; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &str` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [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: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: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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:195:33 [INFO] [stdout] | [INFO] [stdout] 195 | fn write_concept(&mut self, usize) -> &mut T; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:203:42 [INFO] [stdout] | [INFO] [stdout] 203 | fn no_longer_reduces_from(&mut self, usize); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:207:34 [INFO] [stdout] | [INFO] [stdout] 207 | fn set_definition(&mut self, usize, usize) -> ZiaResult<()>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:207:41 [INFO] [stdout] | [INFO] [stdout] 207 | fn set_definition(&mut self, usize, usize) -> ZiaResult<()>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:211:38 [INFO] [stdout] | [INFO] [stdout] 211 | fn add_as_lefthand_of(&mut self, usize); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:212:39 [INFO] [stdout] | [INFO] [stdout] 212 | fn add_as_righthand_of(&mut self, usize); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:216:34 [INFO] [stdout] | [INFO] [stdout] 216 | fn make_reduce_to(&mut self, usize) -> ZiaResult<()>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:220:36 [INFO] [stdout] | [INFO] [stdout] 220 | fn make_reduce_from(&mut self, usize); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:228:41 [INFO] [stdout] | [INFO] [stdout] 228 | fn remove_as_lefthand_of(&mut self, usize); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:229:42 [INFO] [stdout] | [INFO] [stdout] 229 | fn remove_as_righthand_of(&mut self, usize); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [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: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: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: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: 55 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 25s [INFO] running `Command { std: "docker" "inspect" "57069fa177e009f6ea8b3b5257ba87ec59bb81f96c0a2e6ba512c26a43ac4011", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57069fa177e009f6ea8b3b5257ba87ec59bb81f96c0a2e6ba512c26a43ac4011", kill_on_drop: false }` [INFO] [stdout] 57069fa177e009f6ea8b3b5257ba87ec59bb81f96c0a2e6ba512c26a43ac4011 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5113fbc70a27fd7d0c0b0d3afc0a79cbc8f4b7a81e16657cb9aca5d53f1a3784 [INFO] running `Command { std: "docker" "start" "-a" "5113fbc70a27fd7d0c0b0d3afc0a79cbc8f4b7a81e16657cb9aca5d53f1a3784", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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: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: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: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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/adding.rs:269:30 [INFO] [stdout] | [INFO] [stdout] 269 | fn add_string(&mut self, usize, &str); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/adding.rs:269:37 [INFO] [stdout] | [INFO] [stdout] 269 | fn add_string(&mut self, usize, &str); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &str` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/adding.rs:273:31 [INFO] [stdout] | [INFO] [stdout] 273 | fn add_concept(&mut self, T) -> usize; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: T` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/reading/syntax.rs:28:18 [INFO] [stdout] | [INFO] [stdout] 28 | fn from_pair((String, Option), &Rc, &Rc) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: (String, Option)` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/reading/syntax.rs:28:43 [INFO] [stdout] | [INFO] [stdout] 28 | fn from_pair((String, Option), &Rc, &Rc) -> Self; [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Rc` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/reading/syntax.rs:28:51 [INFO] [stdout] | [INFO] [stdout] 28 | fn from_pair((String, Option), &Rc, &Rc) -> Self; [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Rc` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/reading/mod.rs:470:28 [INFO] [stdout] | [INFO] [stdout] 470 | fn read_concept(&self, usize) -> &T; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/removing.rs:94:42 [INFO] [stdout] | [INFO] [stdout] 94 | fn blindly_remove_concept(&mut self, usize); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/removing.rs:98:33 [INFO] [stdout] | [INFO] [stdout] 98 | fn remove_string(&mut self, &str); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &str` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/translating.rs:162:34 [INFO] [stdout] | [INFO] [stdout] 162 | fn get_string_concept(&self, &str) -> Option; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &str` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [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: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: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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:195:33 [INFO] [stdout] | [INFO] [stdout] 195 | fn write_concept(&mut self, usize) -> &mut T; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:203:42 [INFO] [stdout] | [INFO] [stdout] 203 | fn no_longer_reduces_from(&mut self, usize); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:207:34 [INFO] [stdout] | [INFO] [stdout] 207 | fn set_definition(&mut self, usize, usize) -> ZiaResult<()>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:207:41 [INFO] [stdout] | [INFO] [stdout] 207 | fn set_definition(&mut self, usize, usize) -> ZiaResult<()>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling zia v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:211:38 [INFO] [stdout] | [INFO] [stdout] 211 | fn add_as_lefthand_of(&mut self, usize); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:212:39 [INFO] [stdout] | [INFO] [stdout] 212 | fn add_as_righthand_of(&mut self, usize); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:216:34 [INFO] [stdout] | [INFO] [stdout] 216 | fn make_reduce_to(&mut self, usize) -> ZiaResult<()>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:220:36 [INFO] [stdout] | [INFO] [stdout] 220 | fn make_reduce_from(&mut self, usize); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:228:41 [INFO] [stdout] | [INFO] [stdout] 228 | fn remove_as_lefthand_of(&mut self, usize); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:229:42 [INFO] [stdout] | [INFO] [stdout] 229 | fn remove_as_righthand_of(&mut self, usize); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [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: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: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: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: 55 warnings emitted [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: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: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: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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/adding.rs:269:30 [INFO] [stdout] | [INFO] [stdout] 269 | fn add_string(&mut self, usize, &str); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/adding.rs:269:37 [INFO] [stdout] | [INFO] [stdout] 269 | fn add_string(&mut self, usize, &str); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &str` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/adding.rs:273:31 [INFO] [stdout] | [INFO] [stdout] 273 | fn add_concept(&mut self, T) -> usize; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: T` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/reading/syntax.rs:28:18 [INFO] [stdout] | [INFO] [stdout] 28 | fn from_pair((String, Option), &Rc, &Rc) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: (String, Option)` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/reading/syntax.rs:28:43 [INFO] [stdout] | [INFO] [stdout] 28 | fn from_pair((String, Option), &Rc, &Rc) -> Self; [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Rc` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/reading/syntax.rs:28:51 [INFO] [stdout] | [INFO] [stdout] 28 | fn from_pair((String, Option), &Rc, &Rc) -> Self; [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Rc` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/reading/mod.rs:470:28 [INFO] [stdout] | [INFO] [stdout] 470 | fn read_concept(&self, usize) -> &T; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/removing.rs:94:42 [INFO] [stdout] | [INFO] [stdout] 94 | fn blindly_remove_concept(&mut self, usize); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/removing.rs:98:33 [INFO] [stdout] | [INFO] [stdout] 98 | fn remove_string(&mut self, &str); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &str` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/translating.rs:162:34 [INFO] [stdout] | [INFO] [stdout] 162 | fn get_string_concept(&self, &str) -> Option; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &str` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [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: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: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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:195:33 [INFO] [stdout] | [INFO] [stdout] 195 | fn write_concept(&mut self, usize) -> &mut T; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:203:42 [INFO] [stdout] | [INFO] [stdout] 203 | fn no_longer_reduces_from(&mut self, usize); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:207:34 [INFO] [stdout] | [INFO] [stdout] 207 | fn set_definition(&mut self, usize, usize) -> ZiaResult<()>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:207:41 [INFO] [stdout] | [INFO] [stdout] 207 | fn set_definition(&mut self, usize, usize) -> ZiaResult<()>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:211:38 [INFO] [stdout] | [INFO] [stdout] 211 | fn add_as_lefthand_of(&mut self, usize); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:212:39 [INFO] [stdout] | [INFO] [stdout] 212 | fn add_as_righthand_of(&mut self, usize); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:216:34 [INFO] [stdout] | [INFO] [stdout] 216 | fn make_reduce_to(&mut self, usize) -> ZiaResult<()>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:220:36 [INFO] [stdout] | [INFO] [stdout] 220 | fn make_reduce_from(&mut self, usize); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:228:41 [INFO] [stdout] | [INFO] [stdout] 228 | fn remove_as_lefthand_of(&mut self, usize); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/writing.rs:229:42 [INFO] [stdout] | [INFO] [stdout] 229 | fn remove_as_righthand_of(&mut self, usize); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [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: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: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: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: 55 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.77s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/zia-a249ae1c3fed11ec) [INFO] [stderr] Executable tests/definitions.rs (/opt/rustwide/target/debug/deps/definitions-122f787b1afb9bf5) [INFO] [stderr] Executable tests/definitions_and_reductions.rs (/opt/rustwide/target/debug/deps/definitions_and_reductions-5c1fb9af9610c2e8) [INFO] [stderr] Executable tests/program_recognition.rs (/opt/rustwide/target/debug/deps/program_recognition-11bb29d8b6dad095) [INFO] [stderr] Executable tests/reductions.rs (/opt/rustwide/target/debug/deps/reductions-92358b6e632ce24b) [INFO] [stderr] Executable tests/syntax.rs (/opt/rustwide/target/debug/deps/syntax-735ef27c9ee419cf) [INFO] running `Command { std: "docker" "inspect" "5113fbc70a27fd7d0c0b0d3afc0a79cbc8f4b7a81e16657cb9aca5d53f1a3784", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5113fbc70a27fd7d0c0b0d3afc0a79cbc8f4b7a81e16657cb9aca5d53f1a3784", kill_on_drop: false }` [INFO] [stdout] 5113fbc70a27fd7d0c0b0d3afc0a79cbc8f4b7a81e16657cb9aca5d53f1a3784 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fc590baddecec602e214f5d9c1dc2b9ff8342983008f9eafa8a78653d82cd7b3 [INFO] running `Command { std: "docker" "start" "-a" "fc590baddecec602e214f5d9c1dc2b9ff8342983008f9eafa8a78653d82cd7b3", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/adding.rs:50:13 [INFO] [stderr] | [INFO] [stderr] 50 | 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 macro `try`: use the `?` operator instead [INFO] [stderr] --> src/adding.rs:55:13 [INFO] [stderr] | [INFO] [stderr] 55 | try!(self.update_reduction(syntax_concept, normal_form_concept)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/adding.rs:53:34 [INFO] [stderr] | [INFO] [stderr] 53 | let syntax_concept = try!(self.concept_from_ast(syntax)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/adding.rs:54:39 [INFO] [stderr] | [INFO] [stderr] 54 | let normal_form_concept = try!(self.concept_from_ast(normal_form)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/adding.rs:120:37 [INFO] [stderr] | [INFO] [stderr] 120 | let mut leftc = try!(self.concept_from_ast(left)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/adding.rs:121:38 [INFO] [stderr] | [INFO] [stderr] 121 | let mut rightc = try!(self.concept_from_ast(right)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/adding.rs:122:35 [INFO] [stderr] | [INFO] [stderr] 122 | let concept = try!(self.find_or_insert_definition(leftc, rightc)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/adding.rs:124:25 [INFO] [stderr] | [INFO] [stderr] 124 | try!(self.label(concept, string)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/adding.rs:191:26 [INFO] [stderr] | [INFO] [stderr] 191 | let definition = try!(self.find_or_insert_definition(LABEL, concept)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/adding.rs:197:9 [INFO] [stderr] | [INFO] [stderr] 197 | try!(self.label(new_default, string)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/adding.rs:205:3 [INFO] [stderr] | [INFO] [stderr] 205 | try!(self.label(label_concept, "label_of")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/adding.rs:206:9 [INFO] [stderr] | [INFO] [stderr] 206 | try!(self.label(define_concept, ":=")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/adding.rs:207:9 [INFO] [stderr] | [INFO] [stderr] 207 | try!(self.label(reduction_concept, "->")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/adding.rs:228:17 [INFO] [stderr] | [INFO] [stderr] 228 | try!(self.insert_definition(definition, lefthand, righthand)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/adding.rs:269:30 [INFO] [stderr] | [INFO] [stderr] 269 | fn add_string(&mut self, usize, &str); [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/adding.rs:269:37 [INFO] [stderr] | [INFO] [stderr] 269 | fn add_string(&mut self, usize, &str); [INFO] [stderr] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &str` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/adding.rs:273:31 [INFO] [stderr] | [INFO] [stderr] 273 | fn add_concept(&mut self, T) -> usize; [INFO] [stderr] | ^ help: try naming the parameter or explicitly ignoring it: `_: T` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/reading/syntax.rs:28:18 [INFO] [stderr] | [INFO] [stderr] 28 | fn from_pair((String, Option), &Rc, &Rc) -> Self; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: (String, Option)` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/reading/syntax.rs:28:43 [INFO] [stderr] | [INFO] [stderr] 28 | fn from_pair((String, Option), &Rc, &Rc) -> Self; [INFO] [stderr] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Rc` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/reading/syntax.rs:28:51 [INFO] [stderr] | [INFO] [stderr] 28 | fn from_pair((String, Option), &Rc, &Rc) -> Self; [INFO] [stderr] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Rc` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/reading/mod.rs:470:28 [INFO] [stderr] | [INFO] [stderr] 470 | fn read_concept(&self, usize) -> &T; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/removing.rs:43:17 [INFO] [stderr] | [INFO] [stderr] 43 | try!(self.try_delete_concept(concept)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/removing.rs:44:17 [INFO] [stderr] | [INFO] [stderr] 44 | try!(self.try_delete_concept(left)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/removing.rs:51:13 [INFO] [stderr] | [INFO] [stderr] 51 | try!(self.unlabel(concept)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/removing.rs:94:42 [INFO] [stderr] | [INFO] [stderr] 94 | fn blindly_remove_concept(&mut self, usize); [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/removing.rs:98:33 [INFO] [stderr] | [INFO] [stderr] 98 | fn remove_string(&mut self, &str); [INFO] [stderr] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &str` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `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 macro `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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/translating.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | fn get_string_concept(&self, &str) -> Option; [INFO] [stderr] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &str` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/writing.rs:116:9 [INFO] [stderr] | [INFO] [stderr] 116 | try!(self.write_concept(concept).make_reduce_to(reduction)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/writing.rs:110:17 [INFO] [stderr] | [INFO] [stderr] 110 | let r = try!(self.get_reduction_of_composition(concept)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/writing.rs:125:17 [INFO] [stderr] | [INFO] [stderr] 125 | try!(self.get_reduction_of_composition(left)) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/writing.rs:130:17 [INFO] [stderr] | [INFO] [stderr] 130 | try!(self.get_reduction_of_composition(right)) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/writing.rs:163:13 [INFO] [stderr] | [INFO] [stderr] 163 | try!(self.check_reductions(definition, lefthand)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/writing.rs:164:13 [INFO] [stderr] | [INFO] [stderr] 164 | try!(self.check_reductions(definition, righthand)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/writing.rs:165:13 [INFO] [stderr] | [INFO] [stderr] 165 | try!(self [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/writing.rs:195:33 [INFO] [stderr] | [INFO] [stderr] 195 | fn write_concept(&mut self, usize) -> &mut T; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/writing.rs:203:42 [INFO] [stderr] | [INFO] [stderr] 203 | fn no_longer_reduces_from(&mut self, usize); [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/writing.rs:207:34 [INFO] [stderr] | [INFO] [stderr] 207 | fn set_definition(&mut self, usize, usize) -> ZiaResult<()>; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/writing.rs:207:41 [INFO] [stderr] | [INFO] [stderr] 207 | fn set_definition(&mut self, usize, usize) -> ZiaResult<()>; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/writing.rs:211:38 [INFO] [stderr] | [INFO] [stderr] 211 | fn add_as_lefthand_of(&mut self, usize); [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/writing.rs:212:39 [INFO] [stderr] | [INFO] [stderr] 212 | fn add_as_righthand_of(&mut self, usize); [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/writing.rs:216:34 [INFO] [stderr] | [INFO] [stderr] 216 | fn make_reduce_to(&mut self, usize) -> ZiaResult<()>; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/writing.rs:220:36 [INFO] [stderr] | [INFO] [stderr] 220 | fn make_reduce_from(&mut self, usize); [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/writing.rs:228:41 [INFO] [stderr] | [INFO] [stderr] 228 | fn remove_as_lefthand_of(&mut self, usize); [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/writing.rs:229:42 [INFO] [stderr] | [INFO] [stderr] 229 | fn remove_as_righthand_of(&mut self, usize); [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/lib.rs:346:13 [INFO] [stderr] | [INFO] [stderr] 346 | try!(self.define(new, old)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/lib.rs:366:21 [INFO] [stderr] | [INFO] [stderr] 366 | try!(self.define_new_syntax(new.to_string(), left, right)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/lib.rs:390:13 [INFO] [stderr] | [INFO] [stderr] 390 | try!(self.relabel(left_concept, &left.to_string())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/lib.rs:395:13 [INFO] [stderr] | [INFO] [stderr] 395 | try!(self.insert_definition(concept, left_concept, right_concept)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/lib.rs:393:32 [INFO] [stderr] | [INFO] [stderr] 393 | let left_concept = try!(self.concept_from_ast(left)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/lib.rs:394:33 [INFO] [stderr] | [INFO] [stderr] 394 | let right_concept = try!(self.concept_from_ast(right)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/lib.rs:401:9 [INFO] [stderr] | [INFO] [stderr] 401 | try!(self.unlabel(concept)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/adding.rs:120:25 [INFO] [stderr] | [INFO] [stderr] 120 | 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:121:25 [INFO] [stderr] | [INFO] [stderr] 121 | let mut rightc = try!(self.concept_from_ast(right)); [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: `zia` (lib) generated 55 warnings [INFO] [stderr] warning: `zia` (lib test) generated 55 warnings (55 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/zia-a249ae1c3fed11ec) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test translating::tokens::lambda ... ok [INFO] [stdout] test translating::tokens::pair ... ok [INFO] [stdout] test translating::tokens::triplet ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/definitions.rs (/opt/rustwide/target/debug/deps/definitions-122f787b1afb9bf5) [INFO] [stdout] [INFO] [stdout] running 18 tests [INFO] [stdout] test chained_definitions_loop ... ok [INFO] [stdout] test defining_used_symbol_as_used_pair ... ok [INFO] [stdout] test defining_used_symbol_as_fresh_pair ... ok [INFO] [stdout] test defining_fresh_symbol_as_used_pair ... ok [INFO] [stdout] test definition_loop ... ok [INFO] [stdout] test bad_refactor ... ok [INFO] [stdout] test fresh_pair ... ok [INFO] [stdout] test fresh_nested_pairs ... ok [INFO] [stdout] test fresh_refactor ... ok [INFO] [stdout] test nested_definition_loop ... ok [INFO] [stdout] test fresh_symbol ... ok [INFO] [stdout] test pair_on_the_left ... ok [INFO] [stdout] test redundantly_remove_definition ... ok [INFO] [stdout] test redundancy ... ok [INFO] [stdout] test refactor ... ok [INFO] [stdout] test old_pair ... ok [INFO] [stdout] test remove_definition ... ok [INFO] [stdout] test setting_definition_of_concrete ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/definitions_and_reductions.rs (/opt/rustwide/target/debug/deps/definitions_and_reductions-5c1fb9af9610c2e8) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test sneeky_infinite_reduction_chain ... ok [INFO] [stdout] test reducing_nested_definition ... ok [INFO] [stdout] test indirect_reduction ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/program_recognition.rs (/opt/rustwide/target/debug/deps/program_recognition-11bb29d8b6dad095) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test fresh_nested_pair_is_not_a_program ... ok [INFO] [stdout] test fresh_pair_is_not_a_program ... ok [INFO] [stdout] test fresh_symbol_is_not_a_program ... ok [INFO] [stdout] test symbol_whose_normal_form_is_a_builtin_concept ... ok [INFO] [stdout] test symbol_whose_normal_form_is_a_program ... ok [INFO] [stdout] test used_symbol_in_a_nested_pair_is_not_a_program ... ok [INFO] [stdout] test symbol_whose_definition_is_a_program_is_a_program ... ok [INFO] [stdout] test used_symbol_is_not_a_program ... ok [INFO] [stdout] test used_symbol_in_a_pair_is_not_a_program ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/reductions.rs (/opt/rustwide/target/debug/deps/reductions-92358b6e632ce24b) [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test broken_end_chain ... ok [INFO] [stdout] test broken_middle_chain ... ok [INFO] [stdout] test chain ... ok [INFO] [stdout] test infinite_expansion ... ok [INFO] [stdout] test change_reduction_rule ... ok [INFO] [stdout] test cycle ... ok [INFO] [stdout] test leapfrog_reduction_rule ... ok [INFO] [stdout] test nested_pairs_to_symbol ... ok [INFO] [stdout] test reducing_concrete ... ok [INFO] [stdout] test trivial_parentheses ... ok [INFO] [stdout] test pair_to_symbol ... ok [INFO] [stdout] test remove_reduction ... ok [INFO] [stdout] test redundancy ... ok [INFO] [stdout] test symbol_to_symbol ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/syntax.rs (/opt/rustwide/target/debug/deps/syntax-735ef27c9ee419cf) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test ambiguous_expression ... ok [INFO] [stdout] test empty_parentheses ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests zia [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "fc590baddecec602e214f5d9c1dc2b9ff8342983008f9eafa8a78653d82cd7b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc590baddecec602e214f5d9c1dc2b9ff8342983008f9eafa8a78653d82cd7b3", kill_on_drop: false }` [INFO] [stdout] fc590baddecec602e214f5d9c1dc2b9ff8342983008f9eafa8a78653d82cd7b3