[INFO] cloning repository https://github.com/kmBlaine/yucon [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kmBlaine/yucon" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FkmBlaine%2Fyucon", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FkmBlaine%2Fyucon'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b45c3783ed4fd6b7323734d8f2d699161d623ca0 [INFO] checking kmBlaine/yucon against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FkmBlaine%2Fyucon" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kmBlaine/yucon on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kmBlaine/yucon [INFO] finished tweaking git repo https://github.com/kmBlaine/yucon [INFO] tweaked toml for git repo https://github.com/kmBlaine/yucon written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/kmBlaine/yucon already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5906af3efa93b72d9cd274076c8d555494211dee374b3c31827f0b65b26ab698 [INFO] running `Command { std: "docker" "start" "-a" "5906af3efa93b72d9cd274076c8d555494211dee374b3c31827f0b65b26ab698", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5906af3efa93b72d9cd274076c8d555494211dee374b3c31827f0b65b26ab698", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5906af3efa93b72d9cd274076c8d555494211dee374b3c31827f0b65b26ab698", kill_on_drop: false }` [INFO] [stdout] 5906af3efa93b72d9cd274076c8d555494211dee374b3c31827f0b65b26ab698 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 30169f069a53ff3e7c9bfe4fc722db803c5a605d04e7ddfdd6c9c3330385a0a2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "30169f069a53ff3e7c9bfe4fc722db803c5a605d04e7ddfdd6c9c3330385a0a2", kill_on_drop: false }` [INFO] [stderr] Checking yucon v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0252]: the name `Write` is defined multiple times [INFO] [stdout] --> src/runtime/mod.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 36 | use std::fmt::Write; [INFO] [stdout] | --------------- previous import of the trait `Write` here [INFO] [stdout] ... [INFO] [stdout] 46 | use std::io::Write; [INFO] [stdout] | ^^^^^^^^^^^^^^ `Write` reimported here [INFO] [stdout] | [INFO] [stdout] = note: `Write` must be defined only once in the type namespace of this module [INFO] [stdout] help: you can use `as` to change the binding name of the import [INFO] [stdout] | [INFO] [stdout] 46 | use std::io::Write as OtherWrite; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0252]: the name `Write` is defined multiple times [INFO] [stdout] --> src/runtime/mod.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 36 | use std::fmt::Write; [INFO] [stdout] | --------------- previous import of the trait `Write` here [INFO] [stdout] ... [INFO] [stdout] 46 | use std::io::Write; [INFO] [stdout] | ^^^^^^^^^^^^^^ `Write` reimported here [INFO] [stdout] | [INFO] [stdout] = note: `Write` must be defined only once in the type namespace of this module [INFO] [stdout] help: you can use `as` to change the binding name of the import [INFO] [stdout] | [INFO] [stdout] 46 | use std::io::Write as OtherWrite; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Bootstrapper` in this scope [INFO] [stdout] --> src/runtime/mod.rs:226:9 [INFO] [stdout] | [INFO] [stdout] 215 | pub struct Boostrapper [INFO] [stdout] | ---------------------- similarly named struct `Boostrapper` defined here [INFO] [stdout] ... [INFO] [stdout] 226 | Bootstrapper [INFO] [stdout] | ^^^^^^^^^^^^ help: a struct with a similar name exists: `Boostrapper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/parse/number.rs:167:38 [INFO] [stdout] | [INFO] [stdout] 167 | let mut tokens: Vec = try!(tokenize(token, &mut number_check)); [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/runtime/parse/unit.rs:264:38 [INFO] [stdout] | [INFO] [stdout] 264 | let mut tokens: Vec = try!(tokenize(token, &mut expr_checker)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/parse/unit.rs:304:23 [INFO] [stdout] | [INFO] [stdout] 304 | iter_result = try!(process_alias_or_recall(iter_result, &mut unit_expr, &mut tokens_iter)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/parse/unit.rs:305:23 [INFO] [stdout] | [INFO] [stdout] 305 | iter_result = try!(process_tag(iter_result, &mut unit_expr, &mut tokens_iter)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/parse/unit.rs:314:27 [INFO] [stdout] | [INFO] [stdout] 314 | let iter_result = try!(process_tag(tokens_iter.next(), &mut unit_expr, &mut tokens_iter)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/parse/unit.rs:318:27 [INFO] [stdout] | [INFO] [stdout] 318 | let iter_result = try!(process_tag(tokens_iter.next(), &mut unit_expr, &mut tokens_iter)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/units/config.rs:536:17 [INFO] [stdout] | [INFO] [stdout] 536 | let value = try!(token.unwrap().parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/units/config.rs:597:36 [INFO] [stdout] | [INFO] [stdout] 597 | let (empty, conv_factor) = try!(field_as_num(tokens_iter.next())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/units/config.rs:603:38 [INFO] [stdout] | [INFO] [stdout] 603 | let (empty, reqested_dims) = try!(field_as_num(tokens_iter.next())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/units/config.rs:622:30 [INFO] [stdout] | [INFO] [stdout] 622 | let (empty, value) = try!(field_as_num(tokens_iter.next())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/units/config.rs:642:17 [INFO] [stdout] | [INFO] [stdout] 642 | try!(get_unit_type(val.unwrap())) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/units/config.rs:650:35 [INFO] [stdout] | [INFO] [stdout] 650 | let (empty, zero_point) = try!(field_as_num(tokens_iter.next())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/units/config.rs:715:26 [INFO] [stdout] | [INFO] [stdout] 715 | let mut raw_tokens = try!(tokenize(line, &mut syntax_check)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/units/config.rs:767:9 [INFO] [stdout] | [INFO] [stdout] 767 | try!(parse_common_name(tokens)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/units/config.rs:771:9 [INFO] [stdout] | [INFO] [stdout] 771 | try!(parse_key_value(tokens)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/units/config.rs:823:32 [INFO] [stdout] | [INFO] [stdout] 823 | let default_file = try!(File::open(&default_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/mod.rs:319:26 [INFO] [stdout] | [INFO] [stdout] 319 | let mut tokens = try!(tokenize(&raw_line, &mut line_checker)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/utils/mod.rs:294:13 [INFO] [stdout] | [INFO] [stdout] 294 | try!(checker.assert_valid(index, true)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/utils/mod.rs:303:9 [INFO] [stdout] | [INFO] [stdout] 303 | try!(checker.assert_valid(index, true)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/utils/mod.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | try!(checker.assert_valid(last, false)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runtime/parse/mod.rs:32:32 [INFO] [stdout] | [INFO] [stdout] 32 | fn cause(&self) -> Option<&Error> [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runtime/parse/mod.rs:83:32 [INFO] [stdout] | [INFO] [stdout] 83 | fn cause(&self) -> Option<&Error> [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runtime/units/config.rs:104:32 [INFO] [stdout] | [INFO] [stdout] 104 | fn cause(&self) -> Option<&Error> [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::Write` [INFO] [stdout] --> src/runtime/mod.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | use std::io::Write; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runtime/mod.rs:90:32 [INFO] [stdout] | [INFO] [stdout] 90 | fn cause(&self) -> Option<&Error> [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils/mod.rs:45:32 [INFO] [stdout] | [INFO] [stdout] 45 | fn cause(&self) -> Option<&Error> [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::env` [INFO] [stdout] --> src/main.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | use std::env; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ConversionFmt` [INFO] [stdout] --> src/main.rs:29:39 [INFO] [stdout] | [INFO] [stdout] 29 | use ::runtime::convert::{convert_all, ConversionFmt}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Bootstrapper` in this scope [INFO] [stdout] --> src/runtime/mod.rs:226:9 [INFO] [stdout] | [INFO] [stdout] 215 | pub struct Boostrapper [INFO] [stdout] | ---------------------- similarly named struct `Boostrapper` defined here [INFO] [stdout] ... [INFO] [stdout] 226 | Bootstrapper [INFO] [stdout] | ^^^^^^^^^^^^ help: a struct with a similar name exists: `Boostrapper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/parse/number.rs:167:38 [INFO] [stdout] | [INFO] [stdout] 167 | let mut tokens: Vec = try!(tokenize(token, &mut number_check)); [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/runtime/parse/unit.rs:264:38 [INFO] [stdout] | [INFO] [stdout] 264 | let mut tokens: Vec = try!(tokenize(token, &mut expr_checker)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/parse/unit.rs:304:23 [INFO] [stdout] | [INFO] [stdout] 304 | iter_result = try!(process_alias_or_recall(iter_result, &mut unit_expr, &mut tokens_iter)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/parse/unit.rs:305:23 [INFO] [stdout] | [INFO] [stdout] 305 | iter_result = try!(process_tag(iter_result, &mut unit_expr, &mut tokens_iter)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/parse/unit.rs:314:27 [INFO] [stdout] | [INFO] [stdout] 314 | let iter_result = try!(process_tag(tokens_iter.next(), &mut unit_expr, &mut tokens_iter)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/parse/unit.rs:318:27 [INFO] [stdout] | [INFO] [stdout] 318 | let iter_result = try!(process_tag(tokens_iter.next(), &mut unit_expr, &mut tokens_iter)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/units/config.rs:536:17 [INFO] [stdout] | [INFO] [stdout] 536 | let value = try!(token.unwrap().parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/units/config.rs:597:36 [INFO] [stdout] | [INFO] [stdout] 597 | let (empty, conv_factor) = try!(field_as_num(tokens_iter.next())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/units/config.rs:603:38 [INFO] [stdout] | [INFO] [stdout] 603 | let (empty, reqested_dims) = try!(field_as_num(tokens_iter.next())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/units/config.rs:622:30 [INFO] [stdout] | [INFO] [stdout] 622 | let (empty, value) = try!(field_as_num(tokens_iter.next())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/units/config.rs:642:17 [INFO] [stdout] | [INFO] [stdout] 642 | try!(get_unit_type(val.unwrap())) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/units/config.rs:650:35 [INFO] [stdout] | [INFO] [stdout] 650 | let (empty, zero_point) = try!(field_as_num(tokens_iter.next())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/units/config.rs:715:26 [INFO] [stdout] | [INFO] [stdout] 715 | let mut raw_tokens = try!(tokenize(line, &mut syntax_check)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/units/config.rs:767:9 [INFO] [stdout] | [INFO] [stdout] 767 | try!(parse_common_name(tokens)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/units/config.rs:771:9 [INFO] [stdout] | [INFO] [stdout] 771 | try!(parse_key_value(tokens)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/units/config.rs:823:32 [INFO] [stdout] | [INFO] [stdout] 823 | let default_file = try!(File::open(&default_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/runtime/mod.rs:319:26 [INFO] [stdout] | [INFO] [stdout] 319 | let mut tokens = try!(tokenize(&raw_line, &mut line_checker)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/utils/mod.rs:294:13 [INFO] [stdout] | [INFO] [stdout] 294 | try!(checker.assert_valid(index, true)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/utils/mod.rs:303:9 [INFO] [stdout] | [INFO] [stdout] 303 | try!(checker.assert_valid(index, true)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/utils/mod.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | try!(checker.assert_valid(last, false)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runtime/parse/mod.rs:32:32 [INFO] [stdout] | [INFO] [stdout] 32 | fn cause(&self) -> Option<&Error> [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runtime/parse/mod.rs:83:32 [INFO] [stdout] | [INFO] [stdout] 83 | fn cause(&self) -> Option<&Error> [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runtime/units/config.rs:104:32 [INFO] [stdout] | [INFO] [stdout] 104 | fn cause(&self) -> Option<&Error> [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::Write` [INFO] [stdout] --> src/runtime/mod.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | use std::io::Write; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runtime/mod.rs:90:32 [INFO] [stdout] | [INFO] [stdout] 90 | fn cause(&self) -> Option<&Error> [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils/mod.rs:45:32 [INFO] [stdout] | [INFO] [stdout] 45 | fn cause(&self) -> Option<&Error> [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::env` [INFO] [stdout] --> src/main.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | use std::env; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ConversionFmt` [INFO] [stdout] --> src/main.rs:29:39 [INFO] [stdout] | [INFO] [stdout] 29 | use ::runtime::convert::{convert_all, ConversionFmt}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'test' [INFO] [stdout] --> src/main.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | extern crate test; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #50297 for more information [INFO] [stdout] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'test' [INFO] [stdout] --> src/main.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | use test::Options; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #50297 for more information [INFO] [stdout] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'test' [INFO] [stdout] --> src/main.rs:109:50 [INFO] [stdout] | [INFO] [stdout] 109 | fn line_interpreter(units: &UnitDatabase, opts: &Options) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #50297 for more information [INFO] [stdout] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'test' [INFO] [stdout] --> src/main.rs:214:34 [INFO] [stdout] | [INFO] [stdout] 214 | let (opts, mut args) = match Options::get_opts() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #50297 for more information [INFO] [stdout] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::env::home_dir`: This function's behavior is unexpected and probably not what you want. Consider using a crate from crates.io instead. [INFO] [stdout] --> src/runtime/units/config.rs:806:31 [INFO] [stdout] | [INFO] [stdout] 806 | let mut home_path = match env::home_dir() [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'test' [INFO] [stdout] --> src/main.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | extern crate test; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #50297 for more information [INFO] [stdout] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'test' [INFO] [stdout] --> src/main.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | use test::Options; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #50297 for more information [INFO] [stdout] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'test' [INFO] [stdout] --> src/main.rs:109:50 [INFO] [stdout] | [INFO] [stdout] 109 | fn line_interpreter(units: &UnitDatabase, opts: &Options) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #50297 for more information [INFO] [stdout] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'test' [INFO] [stdout] --> src/main.rs:214:34 [INFO] [stdout] | [INFO] [stdout] 214 | let (opts, mut args) = match Options::get_opts() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #50297 for more information [INFO] [stdout] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::env::home_dir`: This function's behavior is unexpected and probably not what you want. Consider using a crate from crates.io instead. [INFO] [stdout] --> src/runtime/units/config.rs:806:31 [INFO] [stdout] | [INFO] [stdout] 806 | let mut home_path = match env::home_dir() [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `format` on type `&test::Options` [INFO] [stdout] --> src/main.rs:115:31 [INFO] [stdout] | [INFO] [stdout] 115 | interpreter.format = opts.format; [INFO] [stdout] | ^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `display_output`, `panic_abort` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `get_opts` found for struct `test::Options` in the current scope [INFO] [stdout] --> src/main.rs:214:43 [INFO] [stdout] | [INFO] [stdout] 214 | let (opts, mut args) = match Options::get_opts() [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `test::Options` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/mod.rs:78:51 [INFO] [stdout] | [INFO] [stdout] 78 | InterpretErr::TokenizeErr(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/mod.rs:110:38 [INFO] [stdout] | [INFO] [stdout] 110 | write!(f, "{}: {}", self.description(), cmd) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/mod.rs:113:38 [INFO] [stdout] | [INFO] [stdout] 113 | write!(f, "{}: {}", self.description(), state) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/mod.rs:119:42 [INFO] [stdout] | [INFO] [stdout] 119 | write!(f, "{}: {}: {}", self.description(), which, reason) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/mod.rs:122:38 [INFO] [stdout] | [INFO] [stdout] 122 | write!(f, "{}: {}", self.description(), opt) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/mod.rs:125:38 [INFO] [stdout] | [INFO] [stdout] 125 | write!(f, "{}: {}", self.description(), opt) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/mod.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Option` [INFO] [stdout] --> src/runtime/mod.rs:249:23 [INFO] [stdout] | [INFO] [stdout] 249 | self.units_db == None [INFO] [stdout] | ------------- ^^ ---- Option<_> [INFO] [stdout] | | [INFO] [stdout] | Option [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `format` on type `&test::Options` [INFO] [stdout] --> src/main.rs:115:31 [INFO] [stdout] | [INFO] [stdout] 115 | interpreter.format = opts.format; [INFO] [stdout] | ^^^^^^ unknown field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `display_output`, `panic_abort` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `get_opts` found for struct `test::Options` in the current scope [INFO] [stdout] --> src/main.rs:214:43 [INFO] [stdout] | [INFO] [stdout] 214 | let (opts, mut args) = match Options::get_opts() [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `test::Options` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/mod.rs:78:51 [INFO] [stdout] | [INFO] [stdout] 78 | InterpretErr::TokenizeErr(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/mod.rs:110:38 [INFO] [stdout] | [INFO] [stdout] 110 | write!(f, "{}: {}", self.description(), cmd) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/mod.rs:113:38 [INFO] [stdout] | [INFO] [stdout] 113 | write!(f, "{}: {}", self.description(), state) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/mod.rs:119:42 [INFO] [stdout] | [INFO] [stdout] 119 | write!(f, "{}: {}: {}", self.description(), which, reason) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/mod.rs:122:38 [INFO] [stdout] | [INFO] [stdout] 122 | write!(f, "{}: {}", self.description(), opt) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/mod.rs:125:38 [INFO] [stdout] | [INFO] [stdout] 125 | write!(f, "{}: {}", self.description(), opt) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/mod.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Option` [INFO] [stdout] --> src/runtime/mod.rs:249:23 [INFO] [stdout] | [INFO] [stdout] 249 | self.units_db == None [INFO] [stdout] | ------------- ^^ ---- Option<_> [INFO] [stdout] | | [INFO] [stdout] | Option [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/parse/mod.rs:26:48 [INFO] [stdout] | [INFO] [stdout] 26 | ExprParseError::Syntax(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/parse/mod.rs:52:55 [INFO] [stdout] | [INFO] [stdout] 52 | write!(f, "parse error: {}: \'{}\'", self.description(), ch) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/parse/mod.rs:55:57 [INFO] [stdout] | [INFO] [stdout] 55 | write!(f, "parse error: {} {}", field, self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/parse/mod.rs:80:18 [INFO] [stdout] | [INFO] [stdout] 80 | self.err.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/parse/mod.rs:26:48 [INFO] [stdout] | [INFO] [stdout] 26 | ExprParseError::Syntax(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/parse/mod.rs:52:55 [INFO] [stdout] | [INFO] [stdout] 52 | write!(f, "parse error: {}: \'{}\'", self.description(), ch) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/parse/mod.rs:55:57 [INFO] [stdout] | [INFO] [stdout] 55 | write!(f, "parse error: {} {}", field, self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/parse/mod.rs:80:18 [INFO] [stdout] | [INFO] [stdout] 80 | self.err.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/units/config.rs:96:60 [INFO] [stdout] | [INFO] [stdout] 96 | ParsePropertyError::SyntaxError(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/units/config.rs:100:60 [INFO] [stdout] | [INFO] [stdout] 100 | ParsePropertyError::InvalidField(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/units/config.rs:121:96 [INFO] [stdout] | [INFO] [stdout] 121 | ParsePropertyError::InvalidField(ref err ) => write!(f, "bad field value: {}", err.description() ), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/units/config.rs:122:107 [INFO] [stdout] | [INFO] [stdout] 122 | ParsePropertyError::EmptyField(ref prop ) => write!(f, "for property \'{}\': {}", prop, self.description() ), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/units/config.rs:123:108 [INFO] [stdout] | [INFO] [stdout] 123 | ParsePropertyError::NoSuchType(ref unit_type ) => write!(f, "at token \'{}\': {}", unit_type, self.description() ), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/units/config.rs:124:103 [INFO] [stdout] | [INFO] [stdout] 124 | ParsePropertyError::NoSuchProperty(ref prop ) => write!(f, "at token \'{}\': {}", prop, self.description() ), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/units/config.rs:96:60 [INFO] [stdout] | [INFO] [stdout] 96 | ParsePropertyError::SyntaxError(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/units/config.rs:100:60 [INFO] [stdout] | [INFO] [stdout] 100 | ParsePropertyError::InvalidField(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/units/config.rs:121:96 [INFO] [stdout] | [INFO] [stdout] 121 | ParsePropertyError::InvalidField(ref err ) => write!(f, "bad field value: {}", err.description() ), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/units/config.rs:122:107 [INFO] [stdout] | [INFO] [stdout] 122 | ParsePropertyError::EmptyField(ref prop ) => write!(f, "for property \'{}\': {}", prop, self.description() ), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/units/config.rs:123:108 [INFO] [stdout] | [INFO] [stdout] 123 | ParsePropertyError::NoSuchType(ref unit_type ) => write!(f, "at token \'{}\': {}", unit_type, self.description() ), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/runtime/units/config.rs:124:103 [INFO] [stdout] | [INFO] [stdout] 124 | ParsePropertyError::NoSuchProperty(ref prop ) => write!(f, "at token \'{}\': {}", prop, self.description() ), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right`: superseded by `trim_end` [INFO] [stdout] --> src/runtime/units/config.rs:932:45 [INFO] [stdout] | [INFO] [stdout] 932 | {}\n", line_num, line.trim_right(), err ); [INFO] [stdout] | ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right`: superseded by `trim_end` [INFO] [stdout] --> src/runtime/units/config.rs:932:45 [INFO] [stdout] | [INFO] [stdout] 932 | {}\n", line_num, line.trim_right(), err ); [INFO] [stdout] | ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors; 47 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0252, E0369, E0422, E0599, E0609, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0252`. [INFO] [stdout] [INFO] [stderr] error: could not compile `yucon` [INFO] [stdout] error: aborting due to 9 previous errors; 47 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] Some errors have detailed explanations: E0252, E0369, E0422, E0599, E0609, E0658. [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] For more information about an error, try `rustc --explain E0252`. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "30169f069a53ff3e7c9bfe4fc722db803c5a605d04e7ddfdd6c9c3330385a0a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30169f069a53ff3e7c9bfe4fc722db803c5a605d04e7ddfdd6c9c3330385a0a2", kill_on_drop: false }` [INFO] [stdout] 30169f069a53ff3e7c9bfe4fc722db803c5a605d04e7ddfdd6c9c3330385a0a2