[INFO] fetching crate exprs 0.1.1... [INFO] testing exprs-0.1.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate exprs 0.1.1 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate exprs 0.1.1 [INFO] finished tweaking crates.io crate exprs 0.1.1 [INFO] tweaked toml for crates.io crate exprs 0.1.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate exprs 0.1.1 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate exprs 0.1.1 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression. [INFO] [stderr] `license-file` should be used if the package uses a non-standard license. [INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information. [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0b066e3ca0e074806122433f57ec3bf668f7347cf804976a217307d5af73f52f [INFO] running `Command { std: "docker" "start" "-a" "0b066e3ca0e074806122433f57ec3bf668f7347cf804976a217307d5af73f52f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0b066e3ca0e074806122433f57ec3bf668f7347cf804976a217307d5af73f52f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b066e3ca0e074806122433f57ec3bf668f7347cf804976a217307d5af73f52f", kill_on_drop: false }` [INFO] [stdout] 0b066e3ca0e074806122433f57ec3bf668f7347cf804976a217307d5af73f52f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 3e49105ddb44a92beeba72bed006c6a093b55d4dd72407b5bfd1a12109f9f24b [INFO] running `Command { std: "docker" "start" "-a" "3e49105ddb44a92beeba72bed006c6a093b55d4dd72407b5bfd1a12109f9f24b", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression. [INFO] [stderr] `license-file` should be used if the package uses a non-standard license. [INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information. [INFO] [stderr] Compiling exprs v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lexer.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | /// Need to parse function [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/token.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | _ => Assoc::NONE, [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] | [INFO] [stdout] note: multiple earlier patterns match some of the same values [INFO] [stdout] --> src/token.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 63 | Op::SUM | Op::MUL | Op::SUB | Op::DIV => Assoc::LEFT, [INFO] [stdout] | ------------------------------------- matches some of the same values [INFO] [stdout] 64 | Op::EXP | Op::NEG | Op::FAC => Assoc::RIGHT, [INFO] [stdout] | --------------------------- matches some of the same values [INFO] [stdout] 65 | _ => Assoc::NONE, [INFO] [stdout] | ^ collectively making this unreachable [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/token.rs:77:13 [INFO] [stdout] | [INFO] [stdout] 77 | _ => 0, [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] | [INFO] [stdout] note: multiple earlier patterns match some of the same values [INFO] [stdout] --> src/token.rs:77:13 [INFO] [stdout] | [INFO] [stdout] 73 | Op::NEG => 5, [INFO] [stdout] | ------- matches some of the same values [INFO] [stdout] 74 | Op::EXP | Op::FAC => 4, [INFO] [stdout] | ----------------- matches some of the same values [INFO] [stdout] 75 | Op::SUB | Op::SUM => 2, [INFO] [stdout] | ----------------- matches some of the same values [INFO] [stdout] 76 | Op::MUL | Op::DIV => 3, [INFO] [stdout] | ----------------- matches some of the same values [INFO] [stdout] 77 | _ => 0, [INFO] [stdout] | ^ collectively making this unreachable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lexer.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | let mut is_fn = false; [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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s [INFO] running `Command { std: "docker" "inspect" "3e49105ddb44a92beeba72bed006c6a093b55d4dd72407b5bfd1a12109f9f24b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e49105ddb44a92beeba72bed006c6a093b55d4dd72407b5bfd1a12109f9f24b", kill_on_drop: false }` [INFO] [stdout] 3e49105ddb44a92beeba72bed006c6a093b55d4dd72407b5bfd1a12109f9f24b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 04ada341ccffdb545cb9f90b3a8c3459d579163beaad789eb96ec8385c7cc913 [INFO] running `Command { std: "docker" "start" "-a" "04ada341ccffdb545cb9f90b3a8c3459d579163beaad789eb96ec8385c7cc913", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression. [INFO] [stderr] `license-file` should be used if the package uses a non-standard license. [INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information. [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lexer.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | /// Need to parse function [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/token.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | _ => Assoc::NONE, [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] | [INFO] [stdout] note: multiple earlier patterns match some of the same values [INFO] [stdout] --> src/token.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 63 | Op::SUM | Op::MUL | Op::SUB | Op::DIV => Assoc::LEFT, [INFO] [stdout] | ------------------------------------- matches some of the same values [INFO] [stdout] 64 | Op::EXP | Op::NEG | Op::FAC => Assoc::RIGHT, [INFO] [stdout] | --------------------------- matches some of the same values [INFO] [stdout] 65 | _ => Assoc::NONE, [INFO] [stdout] | ^ collectively making this unreachable [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/token.rs:77:13 [INFO] [stdout] | [INFO] [stdout] 77 | _ => 0, [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] | [INFO] [stdout] note: multiple earlier patterns match some of the same values [INFO] [stdout] --> src/token.rs:77:13 [INFO] [stdout] | [INFO] [stdout] 73 | Op::NEG => 5, [INFO] [stdout] | ------- matches some of the same values [INFO] [stdout] 74 | Op::EXP | Op::FAC => 4, [INFO] [stdout] | ----------------- matches some of the same values [INFO] [stdout] 75 | Op::SUB | Op::SUM => 2, [INFO] [stdout] | ----------------- matches some of the same values [INFO] [stdout] 76 | Op::MUL | Op::DIV => 3, [INFO] [stdout] | ----------------- matches some of the same values [INFO] [stdout] 77 | _ => 0, [INFO] [stdout] | ^ collectively making this unreachable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lexer.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | let mut is_fn = false; [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] [stderr] Compiling exprs v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lexer.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | /// Need to parse function [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/token.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | _ => Assoc::NONE, [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] | [INFO] [stdout] note: multiple earlier patterns match some of the same values [INFO] [stdout] --> src/token.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 63 | Op::SUM | Op::MUL | Op::SUB | Op::DIV => Assoc::LEFT, [INFO] [stdout] | ------------------------------------- matches some of the same values [INFO] [stdout] 64 | Op::EXP | Op::NEG | Op::FAC => Assoc::RIGHT, [INFO] [stdout] | --------------------------- matches some of the same values [INFO] [stdout] 65 | _ => Assoc::NONE, [INFO] [stdout] | ^ collectively making this unreachable [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/token.rs:77:13 [INFO] [stdout] | [INFO] [stdout] 77 | _ => 0, [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] | [INFO] [stdout] note: multiple earlier patterns match some of the same values [INFO] [stdout] --> src/token.rs:77:13 [INFO] [stdout] | [INFO] [stdout] 73 | Op::NEG => 5, [INFO] [stdout] | ------- matches some of the same values [INFO] [stdout] 74 | Op::EXP | Op::FAC => 4, [INFO] [stdout] | ----------------- matches some of the same values [INFO] [stdout] 75 | Op::SUB | Op::SUM => 2, [INFO] [stdout] | ----------------- matches some of the same values [INFO] [stdout] 76 | Op::MUL | Op::DIV => 3, [INFO] [stdout] | ----------------- matches some of the same values [INFO] [stdout] 77 | _ => 0, [INFO] [stdout] | ^ collectively making this unreachable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lexer.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | let mut is_fn = false; [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] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.10s [INFO] running `Command { std: "docker" "inspect" "04ada341ccffdb545cb9f90b3a8c3459d579163beaad789eb96ec8385c7cc913", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04ada341ccffdb545cb9f90b3a8c3459d579163beaad789eb96ec8385c7cc913", kill_on_drop: false }` [INFO] [stdout] 04ada341ccffdb545cb9f90b3a8c3459d579163beaad789eb96ec8385c7cc913 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 83f8df49e25a898d8bea6660f0893ef2f20793ba842fd0d50ed0c67c22ffd6df [INFO] running `Command { std: "docker" "start" "-a" "83f8df49e25a898d8bea6660f0893ef2f20793ba842fd0d50ed0c67c22ffd6df", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression. [INFO] [stderr] `license-file` should be used if the package uses a non-standard license. [INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information. [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lexer.rs:44:17 [INFO] [stderr] | [INFO] [stderr] 44 | /// Need to parse function [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/token.rs:65:13 [INFO] [stderr] | [INFO] [stderr] 65 | _ => Assoc::NONE, [INFO] [stderr] | ^ no value can reach this [INFO] [stderr] | [INFO] [stderr] note: multiple earlier patterns match some of the same values [INFO] [stderr] --> src/token.rs:65:13 [INFO] [stderr] | [INFO] [stderr] 63 | Op::SUM | Op::MUL | Op::SUB | Op::DIV => Assoc::LEFT, [INFO] [stderr] | ------------------------------------- matches some of the same values [INFO] [stderr] 64 | Op::EXP | Op::NEG | Op::FAC => Assoc::RIGHT, [INFO] [stderr] | --------------------------- matches some of the same values [INFO] [stderr] 65 | _ => Assoc::NONE, [INFO] [stderr] | ^ collectively making this unreachable [INFO] [stderr] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/token.rs:77:13 [INFO] [stderr] | [INFO] [stderr] 77 | _ => 0, [INFO] [stderr] | ^ no value can reach this [INFO] [stderr] | [INFO] [stderr] note: multiple earlier patterns match some of the same values [INFO] [stderr] --> src/token.rs:77:13 [INFO] [stderr] | [INFO] [stderr] 73 | Op::NEG => 5, [INFO] [stderr] | ------- matches some of the same values [INFO] [stderr] 74 | Op::EXP | Op::FAC => 4, [INFO] [stderr] | ----------------- matches some of the same values [INFO] [stderr] 75 | Op::SUB | Op::SUM => 2, [INFO] [stderr] | ----------------- matches some of the same values [INFO] [stderr] 76 | Op::MUL | Op::DIV => 3, [INFO] [stderr] | ----------------- matches some of the same values [INFO] [stderr] 77 | _ => 0, [INFO] [stderr] | ^ collectively making this unreachable [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lexer.rs:36:9 [INFO] [stderr] | [INFO] [stderr] 36 | let mut is_fn = false; [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: `exprs` (lib) generated 4 warnings (run `cargo fix --lib -p exprs` to apply 1 suggestion) [INFO] [stderr] warning: `exprs` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/exprs-a484b217e8421097) [INFO] [stdout] running 2 tests [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/exprs-d73c20902fd7e1c3) [INFO] [stdout] test tests::test_builtins ... ok [INFO] [stdout] test tests::test_ops ... 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] [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" "83f8df49e25a898d8bea6660f0893ef2f20793ba842fd0d50ed0c67c22ffd6df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83f8df49e25a898d8bea6660f0893ef2f20793ba842fd0d50ed0c67c22ffd6df", kill_on_drop: false }` [INFO] [stdout] 83f8df49e25a898d8bea6660f0893ef2f20793ba842fd0d50ed0c67c22ffd6df