[INFO] fetching crate strmath 0.4.5...
[INFO] testing strmath-0.4.5 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate strmath 0.4.5 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate strmath 0.4.5 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate strmath 0.4.5
[INFO] finished tweaking crates.io crate strmath 0.4.5
[INFO] tweaked toml for crates.io crate strmath 0.4.5 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 846b28b563303415e8c7d4cd1a46e9644c085f618dfd23cf38363373208d7fe7
[INFO] running `Command { std: "docker" "start" "-a" "846b28b563303415e8c7d4cd1a46e9644c085f618dfd23cf38363373208d7fe7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "846b28b563303415e8c7d4cd1a46e9644c085f618dfd23cf38363373208d7fe7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "846b28b563303415e8c7d4cd1a46e9644c085f618dfd23cf38363373208d7fe7", kill_on_drop: false }`
[INFO] [stdout] 846b28b563303415e8c7d4cd1a46e9644c085f618dfd23cf38363373208d7fe7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dd4b6cb8b6446480a8f08f2f5c16f62ae79bbc3a88b85eeb3dfcf92c37650397
[INFO] running `Command { std: "docker" "start" "-a" "dd4b6cb8b6446480a8f08f2f5c16f62ae79bbc3a88b85eeb3dfcf92c37650397", kill_on_drop: false }`
[INFO] [stderr]    Compiling strmath v0.4.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::Str`
[INFO] [stdout]  --> src/fmt.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::Str;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Display`, `Formatter`, `Result`
[INFO] [stdout]  --> src/fmt.rs:5:16
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::fmt::{Display, Formatter, Result};
[INFO] [stdout]   |                ^^^^^^^  ^^^^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] running `Command { std: "docker" "inspect" "dd4b6cb8b6446480a8f08f2f5c16f62ae79bbc3a88b85eeb3dfcf92c37650397", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd4b6cb8b6446480a8f08f2f5c16f62ae79bbc3a88b85eeb3dfcf92c37650397", kill_on_drop: false }`
[INFO] [stdout] dd4b6cb8b6446480a8f08f2f5c16f62ae79bbc3a88b85eeb3dfcf92c37650397
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 330a784675ce96a848df6758b844fa46175ca829c29e03defb8e99c644274633
[INFO] running `Command { std: "docker" "start" "-a" "330a784675ce96a848df6758b844fa46175ca829c29e03defb8e99c644274633", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `crate::Str`
[INFO] [stdout]  --> src/fmt.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::Str;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Display`, `Formatter`, `Result`
[INFO] [stdout]  --> src/fmt.rs:5:16
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::fmt::{Display, Formatter, Result};
[INFO] [stdout]   |                ^^^^^^^  ^^^^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling strmath v0.4.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::Str`
[INFO] [stdout]  --> src/fmt.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::Str;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Display`, `Formatter`, `Result`
[INFO] [stdout]  --> src/fmt.rs:5:16
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::fmt::{Display, Formatter, Result};
[INFO] [stdout]   |                ^^^^^^^  ^^^^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s
[INFO] running `Command { std: "docker" "inspect" "330a784675ce96a848df6758b844fa46175ca829c29e03defb8e99c644274633", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "330a784675ce96a848df6758b844fa46175ca829c29e03defb8e99c644274633", kill_on_drop: false }`
[INFO] [stdout] 330a784675ce96a848df6758b844fa46175ca829c29e03defb8e99c644274633
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 06ea49dcf44502a083da3586e16f403d519288b34ff9b81394ccf5f624d72bb2
[INFO] running `Command { std: "docker" "start" "-a" "06ea49dcf44502a083da3586e16f403d519288b34ff9b81394ccf5f624d72bb2", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `crate::Str`
[INFO] [stderr]  --> src/fmt.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use crate::Str;
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Display`, `Formatter`, `Result`
[INFO] [stderr]  --> src/fmt.rs:5:16
[INFO] [stderr]   |
[INFO] [stderr] 5 | use std::fmt::{Display, Formatter, Result};
[INFO] [stderr]   |                ^^^^^^^  ^^^^^^^^^  ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `strmath` (lib) generated 2 warnings (run `cargo fix --lib -p strmath` to apply 2 suggestions)
[INFO] [stderr] warning: `strmath` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.00s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/strmath-7529cd85b5021fac)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test::test_module::create_str ... ok
[INFO] [stdout] test test::test_module::neg_str ... ok
[INFO] [stdout] test test::test_module::create_str_from_string ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests strmath
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test src/ops/mod.rs - ops (line 68) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 20) ... FAILED
[INFO] [stdout] test src/ops/mod.rs - ops (line 24) ... FAILED
[INFO] [stdout] test src/ops/mod.rs - ops (line 46) ... FAILED
[INFO] [stdout] test src/ops/mod.rs - ops (line 111) ... FAILED
[INFO] [stdout] test src/ops/mod.rs - ops (line 121) ... FAILED
[INFO] [stdout] test src/ops/mod.rs - ops (line 56) ... FAILED
[INFO] [stdout] test src/ops/mod.rs - ops (line 77) ... FAILED
[INFO] [stdout] test src/ops/mod.rs - ops (line 34) ... FAILED
[INFO] [stdout] test src/ops/mod.rs - ops (line 89) ... FAILED
[INFO] [stdout] test src/ops/mod.rs - ops (line 99) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/ops/mod.rs - ops (line 68) stdout ----
[INFO] [stdout] error[E0369]: cannot multiply `Str` by `{integer}`
[INFO] [stdout]  --> src/ops/mod.rs:73:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | let y = s * x;
[INFO] [stdout]   |         - ^ - {integer}
[INFO] [stdout]   |         |
[INFO] [stdout]   |         Str
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0369`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 20) stdout ----
[INFO] [stdout] error[E0369]: cannot add `Str` to `Str`
[INFO] [stdout]  --> src/lib.rs:25:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | let y = s + x;
[INFO] [stdout]   |         - ^ - Str
[INFO] [stdout]   |         |
[INFO] [stdout]   |         Str
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0369`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ops/mod.rs - ops (line 24) stdout ----
[INFO] [stdout] error[E0369]: cannot add `Str` to `Str`
[INFO] [stdout]  --> src/ops/mod.rs:29:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | let y = s + x;
[INFO] [stdout]   |         - ^ - Str
[INFO] [stdout]   |         |
[INFO] [stdout]   |         Str
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0369`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ops/mod.rs - ops (line 46) stdout ----
[INFO] [stdout] error[E0369]: cannot subtract `Str` from `Str`
[INFO] [stdout]  --> src/ops/mod.rs:51:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | let y = s - x;
[INFO] [stdout]   |         - ^ - Str
[INFO] [stdout]   |         |
[INFO] [stdout]   |         Str
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0369`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ops/mod.rs - ops (line 111) stdout ----
[INFO] [stdout] error[E0369]: cannot calculate the remainder of `Str` divided by `&str`
[INFO] [stdout]  --> src/ops/mod.rs:116:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | let y = s % x;
[INFO] [stdout]   |         - ^ - &str
[INFO] [stdout]   |         |
[INFO] [stdout]   |         Str
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0369`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ops/mod.rs - ops (line 121) stdout ----
[INFO] [stdout] error[E0368]: binary assignment operation `%=` cannot be applied to type `Str`
[INFO] [stdout]  --> src/ops/mod.rs:126:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | s %= x;
[INFO] [stdout]   | -^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | cannot use `%=` on type `Str`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0368`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ops/mod.rs - ops (line 56) stdout ----
[INFO] [stdout] error[E0368]: binary assignment operation `-=` cannot be applied to type `Str`
[INFO] [stdout]  --> src/ops/mod.rs:61:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | s -= x;
[INFO] [stdout]   | -^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | cannot use `-=` on type `Str`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0368`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ops/mod.rs - ops (line 77) stdout ----
[INFO] [stdout] error[E0368]: binary assignment operation `*=` cannot be applied to type `Str`
[INFO] [stdout]  --> src/ops/mod.rs:82:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | s *= x;
[INFO] [stdout]   | -^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | cannot use `*=` on type `Str`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0368`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ops/mod.rs - ops (line 34) stdout ----
[INFO] [stdout] error[E0368]: binary assignment operation `+=` cannot be applied to type `Str`
[INFO] [stdout]  --> src/ops/mod.rs:39:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | s += x;
[INFO] [stdout]   | -^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | cannot use `+=` on type `Str`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0368`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ops/mod.rs - ops (line 89) stdout ----
[INFO] [stdout] error[E0369]: cannot divide `Str` by `&str`
[INFO] [stdout]  --> src/ops/mod.rs:94:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | let y = s / x;
[INFO] [stdout]   |         - ^ - &str
[INFO] [stdout]   |         |
[INFO] [stdout]   |         Str
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0369`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ops/mod.rs - ops (line 99) stdout ----
[INFO] [stdout] error[E0368]: binary assignment operation `/=` cannot be applied to type `Str`
[INFO] [stdout]  --> src/ops/mod.rs:104:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | s /= x;
[INFO] [stdout]   | -^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | cannot use `/=` on type `Str`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0368`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 20)
[INFO] [stdout]     src/ops/mod.rs - ops (line 111)
[INFO] [stdout]     src/ops/mod.rs - ops (line 121)
[INFO] [stdout]     src/ops/mod.rs - ops (line 24)
[INFO] [stdout]     src/ops/mod.rs - ops (line 34)
[INFO] [stdout]     src/ops/mod.rs - ops (line 46)
[INFO] [stdout]     src/ops/mod.rs - ops (line 56)
[INFO] [stdout]     src/ops/mod.rs - ops (line 68)
[INFO] [stdout]     src/ops/mod.rs - ops (line 77)
[INFO] [stdout]     src/ops/mod.rs - ops (line 89)
[INFO] [stdout]     src/ops/mod.rs - ops (line 99)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 11 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "06ea49dcf44502a083da3586e16f403d519288b34ff9b81394ccf5f624d72bb2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06ea49dcf44502a083da3586e16f403d519288b34ff9b81394ccf5f624d72bb2", kill_on_drop: false }`
[INFO] [stdout] 06ea49dcf44502a083da3586e16f403d519288b34ff9b81394ccf5f624d72bb2
