[INFO] fetching crate resolver 0.1.3... [INFO] testing resolver-0.1.3 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8 [INFO] extracting crate resolver 0.1.3 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate resolver 0.1.3 [INFO] finished tweaking crates.io crate resolver 0.1.3 [INFO] tweaked toml for crates.io crate resolver 0.1.3 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate resolver 0.1.3 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate resolver 0.1.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3df4701f02357abb71c2f51cfd4dae770f881d2a9d4c27e47e4e68dbba3ff692 [INFO] running `Command { std: "docker" "start" "-a" "3df4701f02357abb71c2f51cfd4dae770f881d2a9d4c27e47e4e68dbba3ff692", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3df4701f02357abb71c2f51cfd4dae770f881d2a9d4c27e47e4e68dbba3ff692", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3df4701f02357abb71c2f51cfd4dae770f881d2a9d4c27e47e4e68dbba3ff692", kill_on_drop: false }` [INFO] [stdout] 3df4701f02357abb71c2f51cfd4dae770f881d2a9d4c27e47e4e68dbba3ff692 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ef7656332866365cc810dc445f88d6f524bc2259c098347709a3fa6b0c1654f1 [INFO] running `Command { std: "docker" "start" "-a" "ef7656332866365cc810dc445f88d6f524bc2259c098347709a3fa6b0c1654f1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling resolver v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/lib.rs:646:11 [INFO] [stdout] | [INFO] [stdout] 646 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/expr/mod.rs:158:21 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn contexts(&mut self, contexts: &'a [Context]) -> &'a mut ExecOptions { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 158 | pub fn contexts(&mut self, contexts: &'a [Context]) -> &'a mut ExecOptions<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/expr/mod.rs:164:22 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn functions(&mut self, functions: &'a Functions) -> &'a mut ExecOptions { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 164 | pub fn functions(&mut self, functions: &'a Functions) -> &'a mut ExecOptions<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.73s [INFO] running `Command { std: "docker" "inspect" "ef7656332866365cc810dc445f88d6f524bc2259c098347709a3fa6b0c1654f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef7656332866365cc810dc445f88d6f524bc2259c098347709a3fa6b0c1654f1", kill_on_drop: false }` [INFO] [stdout] ef7656332866365cc810dc445f88d6f524bc2259c098347709a3fa6b0c1654f1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ad436238fc67c939326033fb5d47f11d8e64f059f0312ca947eedbca8c9c96e3 [INFO] running `Command { std: "docker" "start" "-a" "ad436238fc67c939326033fb5d47f11d8e64f059f0312ca947eedbca8c9c96e3", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/lib.rs:646:11 [INFO] [stdout] | [INFO] [stdout] 646 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/expr/mod.rs:158:21 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn contexts(&mut self, contexts: &'a [Context]) -> &'a mut ExecOptions { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 158 | pub fn contexts(&mut self, contexts: &'a [Context]) -> &'a mut ExecOptions<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling resolver v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/expr/mod.rs:164:22 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn functions(&mut self, functions: &'a Functions) -> &'a mut ExecOptions { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 164 | pub fn functions(&mut self, functions: &'a Functions) -> &'a mut ExecOptions<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/lib.rs:646:11 [INFO] [stdout] | [INFO] [stdout] 646 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/expr/mod.rs:158:21 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn contexts(&mut self, contexts: &'a [Context]) -> &'a mut ExecOptions { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 158 | pub fn contexts(&mut self, contexts: &'a [Context]) -> &'a mut ExecOptions<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/expr/mod.rs:164:22 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn functions(&mut self, functions: &'a Functions) -> &'a mut ExecOptions { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 164 | pub fn functions(&mut self, functions: &'a Functions) -> &'a mut ExecOptions<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.49s [INFO] running `Command { std: "docker" "inspect" "ad436238fc67c939326033fb5d47f11d8e64f059f0312ca947eedbca8c9c96e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad436238fc67c939326033fb5d47f11d8e64f059f0312ca947eedbca8c9c96e3", kill_on_drop: false }` [INFO] [stdout] ad436238fc67c939326033fb5d47f11d8e64f059f0312ca947eedbca8c9c96e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 42d56c10ceb99759beb8e5604b10734984d00626371721123775a7f16c070958 [INFO] running `Command { std: "docker" "start" "-a" "42d56c10ceb99759beb8e5604b10734984d00626371721123775a7f16c070958", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `unstable` [INFO] [stderr] --> src/lib.rs:646:11 [INFO] [stderr] | [INFO] [stderr] 646 | #[cfg(all(feature = "unstable", test))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/expr/mod.rs:158:21 [INFO] [stderr] | [INFO] [stderr] 158 | pub fn contexts(&mut self, contexts: &'a [Context]) -> &'a mut ExecOptions { [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 158 | pub fn contexts(&mut self, contexts: &'a [Context]) -> &'a mut ExecOptions<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/expr/mod.rs:164:22 [INFO] [stderr] | [INFO] [stderr] 164 | pub fn functions(&mut self, functions: &'a Functions) -> &'a mut ExecOptions { [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 164 | pub fn functions(&mut self, functions: &'a Functions) -> &'a mut ExecOptions<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `resolver` (lib) generated 3 warnings (run `cargo fix --lib -p resolver` to apply 2 suggestions) [INFO] [stderr] warning: `resolver` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/resolver-e6f883bb9860d036) [INFO] [stdout] [INFO] [stdout] running 66 tests [INFO] [stdout] test tests::test_and_2 ... ok [INFO] [stdout] test tests::test_and_3 ... ok [INFO] [stdout] test tests::test_array_access ... ok [INFO] [stdout] test tests::test_array ... ok [INFO] [stdout] test tests::test_brackets_2 ... ok [INFO] [stdout] test tests::test_brackets_1 ... ok [INFO] [stdout] test tests::test_add ... ok [INFO] [stdout] test tests::test_brackets_add ... ok [INFO] [stdout] test tests::test_brackets_div ... ok [INFO] [stdout] test tests::test_brackets_float_mul ... ok [INFO] [stdout] test tests::test_brackets_sub ... ok [INFO] [stdout] test tests::test_brackets_float_add ... ok [INFO] [stdout] test tests::test_builtin_min ... ok [INFO] [stdout] test tests::test_custom_function ... ok [INFO] [stdout] test tests::test_deep_brackets ... ok [INFO] [stdout] test tests::test_error_brackets_not_with_function ... ok [INFO] [stdout] test tests::test_error_duplicate_operator ... ok [INFO] [stdout] test tests::test_error_unpaired_brackets ... ok [INFO] [stdout] test tests::test_eval_issue_2 ... ok [INFO] [stdout] test tests::test_double_and_single_quote ... ok [INFO] [stdout] test tests::test_len_array ... ok [INFO] [stdout] test tests::test_len_string ... ok [INFO] [stdout] test tests::test_len_object ... ok [INFO] [stdout] test tests::test_builtin_is_empty ... ok [INFO] [stdout] test tests::test_error_comma ... ok [INFO] [stdout] test tests::test_ge ... ok [INFO] [stdout] test tests::test_min ... ok [INFO] [stdout] test tests::test_min_and_mul ... ok [INFO] [stdout] test tests::test_max_brackets ... ok [INFO] [stdout] test tests::test_min_brackets ... ok [INFO] [stdout] test tests::test_multiple_not_equal ... ok [INFO] [stdout] test tests::test_greater_and_less ... ok [INFO] [stdout] test tests::test_not_and_brackets ... ok [INFO] [stdout] test tests::test_not_equal ... ok [INFO] [stdout] test tests::test_not ... ok [INFO] [stdout] test tests::test_null_and_number ... ok [INFO] [stdout] test tests::test_object_access ... ok [INFO] [stdout] test tests::test_object_dynamic_access_2 ... ok [INFO] [stdout] test tests::test_le ... ok [INFO] [stdout] test tests::test_object_dynamic_access ... ok [INFO] [stdout] test tests::test_equal ... ok [INFO] [stdout] test tests::test_or_3 ... ok [INFO] [stdout] test tests::test_greater_than ... ok [INFO] [stdout] test tests::test_path ... ok [INFO] [stdout] test tests::test_rem_1 ... ok [INFO] [stdout] test tests::test_rem_2 ... ok [INFO] [stdout] test tests::test_or_1 ... ok [INFO] [stdout] test tests::test_rem_4 ... ok [INFO] [stdout] test tests::test_single_quote ... ok [INFO] [stdout] test tests::test_string_add ... ok [INFO] [stdout] test tests::test_or_4 ... ok [INFO] [stdout] test tests::test_range_and_min ... ok [INFO] [stdout] test tests::test_useless_brackets ... ok [INFO] [stdout] test tests::test_or_2 ... ok [INFO] [stdout] test tests::test_quotes ... ok [INFO] [stdout] test tests::test_range ... ok [INFO] [stdout] test tests::test_rem_3 ... ok [INFO] [stdout] test tests::test_error_duplicate_value ... ok [INFO] [stdout] test tests::test_and_1 ... ok [INFO] [stdout] test tests::test_single_and_double_quote ... ok [INFO] [stdout] test tests::test_eval_math_function ... ok [INFO] [stdout] test tests::test_error_start_with_non_value_operator ... ok [INFO] [stdout] test tests::test_less_than ... ok [INFO] [stdout] test tests::test_max ... ok [INFO] [stdout] test tests::test_max_and_mul ... ok [INFO] [stdout] test tests::test_multiple_equal ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] [stderr] Doc-tests resolver [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/lib.rs - (line 35) ... ok [INFO] [stdout] test src/lib.rs - (line 61) ... ok [INFO] [stdout] test src/lib.rs - (line 50) ... ok [INFO] [stdout] test src/lib.rs - (line 23) ... ok [INFO] [stdout] test src/lib.rs - (line 12) ... ok [INFO] [stdout] test src/lib.rs - (line 69) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] all doctests ran in 0.52s; merged doctests compilation took 0.51s [INFO] running `Command { std: "docker" "inspect" "42d56c10ceb99759beb8e5604b10734984d00626371721123775a7f16c070958", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42d56c10ceb99759beb8e5604b10734984d00626371721123775a7f16c070958", kill_on_drop: false }` [INFO] [stdout] 42d56c10ceb99759beb8e5604b10734984d00626371721123775a7f16c070958