[INFO] cloning repository https://github.com/arcesino/mncalc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/arcesino/mncalc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farcesino%2Fmncalc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farcesino%2Fmncalc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3ec367340f48f2c90a18b0f7966e99d1f05b7afe [INFO] testing arcesino/mncalc against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farcesino%2Fmncalc" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/arcesino/mncalc on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/arcesino/mncalc [INFO] finished tweaking git repo https://github.com/arcesino/mncalc [INFO] tweaked toml for git repo https://github.com/arcesino/mncalc written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/arcesino/mncalc already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded escargot v0.3.1 [INFO] [stderr] Downloaded assert_cmd v0.10.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c40d6f84fbe104aa2c051c3aff27af7122d049cfb9747bf0898a508ecec0228a [INFO] running `Command { std: "docker" "start" "-a" "c40d6f84fbe104aa2c051c3aff27af7122d049cfb9747bf0898a508ecec0228a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c40d6f84fbe104aa2c051c3aff27af7122d049cfb9747bf0898a508ecec0228a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c40d6f84fbe104aa2c051c3aff27af7122d049cfb9747bf0898a508ecec0228a", kill_on_drop: false }` [INFO] [stdout] c40d6f84fbe104aa2c051c3aff27af7122d049cfb9747bf0898a508ecec0228a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1f48a91099bf75439d3794dce155ceb7f3eaf0d02a51b65d35114800eb70984f [INFO] running `Command { std: "docker" "start" "-a" "1f48a91099bf75439d3794dce155ceb7f3eaf0d02a51b65d35114800eb70984f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.45 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling unicode-segmentation v1.2.1 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling regex-syntax v0.6.4 [INFO] [stderr] Compiling heck v0.3.0 [INFO] [stderr] Compiling memchr v2.1.2 [INFO] [stderr] Compiling rand v0.4.3 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling syn v0.15.22 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling spectral v0.6.0 [INFO] [stderr] Compiling structopt-derive v0.2.14 [INFO] [stderr] Compiling structopt v0.2.14 [INFO] [stderr] Compiling mncalc v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.59s [INFO] running `Command { std: "docker" "inspect" "1f48a91099bf75439d3794dce155ceb7f3eaf0d02a51b65d35114800eb70984f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f48a91099bf75439d3794dce155ceb7f3eaf0d02a51b65d35114800eb70984f", kill_on_drop: false }` [INFO] [stdout] 1f48a91099bf75439d3794dce155ceb7f3eaf0d02a51b65d35114800eb70984f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 94fbaca6ef829c96c9a520088363fd5162fc1440406baa4567c690e22eea4aef [INFO] running `Command { std: "docker" "start" "-a" "94fbaca6ef829c96c9a520088363fd5162fc1440406baa4567c690e22eea4aef", kill_on_drop: false }` [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling serde v1.0.82 [INFO] [stderr] Compiling predicates-core v1.0.0 [INFO] [stderr] Compiling escargot v0.3.1 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling treeline v0.1.0 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling normalize-line-endings v0.2.2 [INFO] [stderr] Compiling float-cmp v0.4.0 [INFO] [stderr] Compiling serde_derive v1.0.82 [INFO] [stderr] Compiling predicates-tree v1.0.0 [INFO] [stderr] Compiling predicates v1.0.0 [INFO] [stderr] Compiling serde_json v1.0.33 [INFO] [stderr] Compiling assert_cmd v0.10.2 [INFO] [stderr] Compiling mncalc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/cli_tests.rs:6:61 [INFO] [stdout] | [INFO] [stdout] 6 | fn command_help_shows_usage_and_options() -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/cli_tests.rs:19:48 [INFO] [stdout] | [INFO] [stdout] 19 | fn run_with_short_eval_arg() -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/cli_tests.rs:31:47 [INFO] [stdout] | [INFO] [stdout] 31 | fn run_with_long_eval_arg() -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/cli_tests.rs:43:69 [INFO] [stdout] | [INFO] [stdout] 43 | fn run_with_unparseable_expression_prints_error() -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/cli_tests.rs:55:77 [INFO] [stdout] | [INFO] [stdout] 55 | fn run_with_fraction_with_zero_denominator_prints_error() -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/cli_tests.rs:67:57 [INFO] [stdout] | [INFO] [stdout] 67 | fn run_with_no_args_start_repl_mode() -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/cli_tests.rs:82:50 [INFO] [stdout] | [INFO] [stdout] 82 | fn run_repl_mode_with_errors() -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 14.66s [INFO] running `Command { std: "docker" "inspect" "94fbaca6ef829c96c9a520088363fd5162fc1440406baa4567c690e22eea4aef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94fbaca6ef829c96c9a520088363fd5162fc1440406baa4567c690e22eea4aef", kill_on_drop: false }` [INFO] [stdout] 94fbaca6ef829c96c9a520088363fd5162fc1440406baa4567c690e22eea4aef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1ee1cf0cdf5ee5fc15289b60bf065703b8f94ac33c9b714e08db241fef5b03f7 [INFO] running `Command { std: "docker" "start" "-a" "1ee1cf0cdf5ee5fc15289b60bf065703b8f94ac33c9b714e08db241fef5b03f7", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli_tests.rs:6:61 [INFO] [stderr] | [INFO] [stderr] 6 | fn command_help_shows_usage_and_options() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli_tests.rs:19:48 [INFO] [stderr] | [INFO] [stderr] 19 | fn run_with_short_eval_arg() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli_tests.rs:31:47 [INFO] [stderr] | [INFO] [stderr] 31 | fn run_with_long_eval_arg() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli_tests.rs:43:69 [INFO] [stderr] | [INFO] [stderr] 43 | fn run_with_unparseable_expression_prints_error() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli_tests.rs:55:77 [INFO] [stderr] | [INFO] [stderr] 55 | fn run_with_fraction_with_zero_denominator_prints_error() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli_tests.rs:67:57 [INFO] [stderr] | [INFO] [stderr] 67 | fn run_with_no_args_start_repl_mode() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli_tests.rs:82:50 [INFO] [stderr] | [INFO] [stderr] 82 | fn run_repl_mode_with_errors() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/mncalc-10bf576fc346c791) [INFO] [stdout] [INFO] [stdout] running 29 tests [INFO] [stdout] test fraction::tests::add_fractions ... ok [INFO] [stdout] test fraction::tests::display_exact_fraction_as_integer ... ok [INFO] [stdout] test fraction::tests::display_improper_fraction_as_mixed_number ... ok [INFO] [stdout] test fraction::tests::display_proper_fraction ... ok [INFO] [stdout] test fraction::tests::display_negative_proper_fraction ... ok [INFO] [stdout] test fraction::tests::display_zero_fraction ... ok [INFO] [stdout] test fraction::tests::divide_fractions ... ok [INFO] [stdout] test fraction::tests::new_simplifies_fraction ... ok [INFO] [stdout] test fraction::tests::multiply_fractions ... ok [INFO] [stdout] test fraction::tests::substract_fractions ... ok [INFO] [stdout] test fraction::tests::parse_fraction_with_valid_expresion ... ok [INFO] [stdout] test fraction::tests::parse_fraction_with_negative_elements ... ok [INFO] [stdout] test fraction::tests::parse_fraction_with_valid_negative_expresion ... ok [INFO] [stdout] test fraction::tests::is_fraction_with_invalid_expression ... ok [INFO] [stdout] test fraction::tests::is_fraction_with_valid_expression ... ok [INFO] [stdout] test operation::tests::compute_multiplication ... ok [INFO] [stdout] test mixed_number::tests::parse_full_negative_mixed_number ... ok [INFO] [stdout] test operation::tests::compute_addition ... ok [INFO] [stdout] test operation::tests::compute_substraction ... ok [INFO] [stdout] test operation::tests::parse_operation_with_valid_expressions ... ok [INFO] [stdout] test operation::tests::compute_division ... ok [INFO] [stdout] test mixed_number::tests::parse_fraction_only_mixed_number ... ok [INFO] [stdout] test mixed_number::tests::parse_whole_only_mixed_number ... ok [INFO] [stdout] test mixed_number::tests::parse_full_mixed_number ... ok [INFO] [stdout] test fraction::tests::divide_fractions_by_zero ... ok [INFO] [stdout] test fraction::tests::new_with_zero_denominator ... ok [INFO] [stdout] test fraction::tests::parse_fraction_with_invalid_expresion ... ok [INFO] [stdout] test operation::tests::parse_operation_with_invalid_expression ... ok [INFO] [stdout] test mixed_number::tests::parse_as_fraction_with_invalid_expresion ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/mncalc-93455bb012b0c6de) [INFO] [stdout] [INFO] [stderr] Running tests/cli_tests.rs (/opt/rustwide/target/debug/deps/cli_tests-2a0f10eae667b630) [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] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test run_with_short_eval_arg ... ok [INFO] [stdout] test run_with_unparseable_expression_prints_error ... ok [INFO] [stdout] test run_repl_mode_with_errors ... ok [INFO] [stdout] test run_with_fraction_with_zero_denominator_prints_error ... ok [INFO] [stdout] test command_help_shows_usage_and_options ... ok [INFO] [stdout] test run_with_no_args_start_repl_mode ... ok [INFO] [stderr] Doc-tests mncalc [INFO] [stdout] test run_with_long_eval_arg ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 15.68s [INFO] [stdout] [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" "1ee1cf0cdf5ee5fc15289b60bf065703b8f94ac33c9b714e08db241fef5b03f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ee1cf0cdf5ee5fc15289b60bf065703b8f94ac33c9b714e08db241fef5b03f7", kill_on_drop: false }` [INFO] [stdout] 1ee1cf0cdf5ee5fc15289b60bf065703b8f94ac33c9b714e08db241fef5b03f7