[INFO] fetching crate gstring 0.11.0... [INFO] testing gstring-0.11.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate gstring 0.11.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate gstring 0.11.0 [INFO] finished tweaking crates.io crate gstring 0.11.0 [INFO] tweaked toml for crates.io crate gstring 0.11.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate gstring 0.11.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate gstring 0.11.0 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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c4812253edf96e3805c2419e180e6ca999b0e107d9a2969d56db1372a5aa4064 [INFO] running `Command { std: "docker" "start" "-a" "c4812253edf96e3805c2419e180e6ca999b0e107d9a2969d56db1372a5aa4064", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c4812253edf96e3805c2419e180e6ca999b0e107d9a2969d56db1372a5aa4064", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4812253edf96e3805c2419e180e6ca999b0e107d9a2969d56db1372a5aa4064", kill_on_drop: false }` [INFO] [stdout] c4812253edf96e3805c2419e180e6ca999b0e107d9a2969d56db1372a5aa4064 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2ea07da7f0492d652f5f49e424dd5b693515b074bcb152080f6a220ed8bb21d0 [INFO] running `Command { std: "docker" "start" "-a" "2ea07da7f0492d652f5f49e424dd5b693515b074bcb152080f6a220ed8bb21d0", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling gstring v0.11.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:847:17 [INFO] [stdout] | [INFO] [stdout] 847 | pub fn iter(&self) -> GStringRefIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 847 | pub fn iter(&self) -> GStringRefIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:1196:23 [INFO] [stdout] | [INFO] [stdout] 1196 | fn graphemes_iter(&self) -> Graphemes; [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 1196 | fn graphemes_iter(&self) -> Graphemes<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:1211:23 [INFO] [stdout] | [INFO] [stdout] 1211 | fn graphemes_iter(&self) -> Graphemes { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 1211 | fn graphemes_iter(&self) -> Graphemes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:1228:23 [INFO] [stdout] | [INFO] [stdout] 1228 | fn graphemes_iter(&self) -> Graphemes { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 1228 | fn graphemes_iter(&self) -> Graphemes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.90s [INFO] running `Command { std: "docker" "inspect" "2ea07da7f0492d652f5f49e424dd5b693515b074bcb152080f6a220ed8bb21d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ea07da7f0492d652f5f49e424dd5b693515b074bcb152080f6a220ed8bb21d0", kill_on_drop: false }` [INFO] [stdout] 2ea07da7f0492d652f5f49e424dd5b693515b074bcb152080f6a220ed8bb21d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5189ab3c99c04bf4d95f01342168c683f9ec502a250f4129592ab6fc396e3b5b [INFO] running `Command { std: "docker" "start" "-a" "5189ab3c99c04bf4d95f01342168c683f9ec502a250f4129592ab6fc396e3b5b", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:847:17 [INFO] [stdout] | [INFO] [stdout] 847 | pub fn iter(&self) -> GStringRefIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 847 | pub fn iter(&self) -> GStringRefIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:1196:23 [INFO] [stdout] | [INFO] [stdout] 1196 | fn graphemes_iter(&self) -> Graphemes; [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 1196 | fn graphemes_iter(&self) -> Graphemes<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:1211:23 [INFO] [stdout] | [INFO] [stdout] 1211 | fn graphemes_iter(&self) -> Graphemes { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 1211 | fn graphemes_iter(&self) -> Graphemes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:1228:23 [INFO] [stdout] | [INFO] [stdout] 1228 | fn graphemes_iter(&self) -> Graphemes { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 1228 | fn graphemes_iter(&self) -> Graphemes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling gstring v0.11.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:847:17 [INFO] [stdout] | [INFO] [stdout] 847 | pub fn iter(&self) -> GStringRefIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 847 | pub fn iter(&self) -> GStringRefIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:1196:23 [INFO] [stdout] | [INFO] [stdout] 1196 | fn graphemes_iter(&self) -> Graphemes; [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 1196 | fn graphemes_iter(&self) -> Graphemes<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:1211:23 [INFO] [stdout] | [INFO] [stdout] 1211 | fn graphemes_iter(&self) -> Graphemes { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 1211 | fn graphemes_iter(&self) -> Graphemes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:1228:23 [INFO] [stdout] | [INFO] [stdout] 1228 | fn graphemes_iter(&self) -> Graphemes { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 1228 | fn graphemes_iter(&self) -> Graphemes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.29s [INFO] running `Command { std: "docker" "inspect" "5189ab3c99c04bf4d95f01342168c683f9ec502a250f4129592ab6fc396e3b5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5189ab3c99c04bf4d95f01342168c683f9ec502a250f4129592ab6fc396e3b5b", kill_on_drop: false }` [INFO] [stdout] 5189ab3c99c04bf4d95f01342168c683f9ec502a250f4129592ab6fc396e3b5b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4a4c3f293c33896597078ae3b8622322223e3ae9b0f791b0150a704f52b2e9c9 [INFO] running `Command { std: "docker" "start" "-a" "4a4c3f293c33896597078ae3b8622322223e3ae9b0f791b0150a704f52b2e9c9", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] [INFO] [stderr] --> src/lib.rs:847:17 [INFO] [stdout] running 0 tests [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 847 | pub fn iter(&self) -> GStringRefIter { [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided 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] 847 | pub fn iter(&self) -> GStringRefIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:1196:23 [INFO] [stderr] | [INFO] [stderr] 1196 | fn graphemes_iter(&self) -> Graphemes; [INFO] [stderr] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided 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] 1196 | fn graphemes_iter(&self) -> Graphemes<'_>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:1211:23 [INFO] [stderr] | [INFO] [stderr] 1211 | fn graphemes_iter(&self) -> Graphemes { [INFO] [stderr] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided 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] 1211 | fn graphemes_iter(&self) -> Graphemes<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:1228:23 [INFO] [stderr] | [INFO] [stderr] 1228 | fn graphemes_iter(&self) -> Graphemes { [INFO] [stderr] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided 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] 1228 | fn graphemes_iter(&self) -> Graphemes<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `gstring` (lib) generated 4 warnings (run `cargo fix --lib -p gstring` to apply 4 suggestions) [INFO] [stderr] warning: `gstring` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gstring-f06a9fd5ce50b52b) [INFO] [stderr] Doc-tests gstring [INFO] [stdout] [INFO] [stdout] running 43 tests [INFO] [stdout] test src/lib.rs - GString::find_from_str (line 166) ... ok [INFO] [stdout] test src/lib.rs - &'_GString::eq (line 995) ... ok [INFO] [stdout] test src/lib.rs - GString::eq (line 1040) ... ok [INFO] [stdout] test src/lib.rs - GString::find_str (line 125) ... ok [INFO] [stdout] test src/lib.rs - GString::eq (line 1020) ... ok [INFO] [stdout] test src/lib.rs - GString::eq (line 1060) ... ok [INFO] [stdout] test src/lib.rs - GString::find_from (line 144) ... ok [INFO] [stdout] test src/lib.rs - GString::bytes (line 312) ... ok [INFO] [stdout] test src/lib.rs - GString::find_prev_from (line 184) ... ok [INFO] [stdout] test src/lib.rs - GString::eq (line 973) ... ok [INFO] [stdout] test src/lib.rs - (line 3) ... ok [INFO] [stdout] test src/lib.rs - GString::chars (line 290) ... ok [INFO] [stdout] test src/lib.rs - GString::find_prev_from_str (line 215) ... ok [INFO] [stdout] test src/lib.rs - GString::drain (line 616) ... ok [INFO] [stdout] test src/lib.rs - GString::get (line 232) ... ok [INFO] [stdout] test src/lib.rs - GString::find (line 102) ... ok [INFO] [stdout] test src/lib.rs - GString::fmt (line 890) ... ok [INFO] [stdout] test src/lib.rs - GString::len (line 252) ... ok [INFO] [stdout] test src/lib.rs - GString::iter (line 830) ... ok [INFO] [stdout] test src/lib.rs - GString::is_empty (line 271) ... ok [INFO] [stdout] test src/lib.rs - GString::into_graphemes (line 83) ... ok [INFO] [stdout] test src/lib.rs - GString::from (line 44) ... ok [INFO] [stdout] test src/lib.rs - GString::lines (line 334) ... ok [INFO] [stdout] test src/lib.rs - GString::into_iter (line 856) ... ok [INFO] [stdout] test src/lib.rs - GString::newlines (line 472) ... ok [INFO] [stdout] test src/lib.rs - GString::coordinates (line 352) ... ok [INFO] [stdout] test src/lib.rs - GString::fmt (line 912) ... ok [INFO] [stdout] test src/lib.rs - GString::graphemes (line 63) ... ok [INFO] [stdout] test src/lib.rs - GString::insert (line 490) ... ok [INFO] [stdout] test src/lib.rs - GString::position (line 390) ... ok [INFO] [stdout] test src/lib.rs - GString::index (line 938) ... ok [INFO] [stdout] test src/lib.rs - GString::pop (line 547) ... ok [INFO] [stdout] test src/lib.rs - GString::new (line 29) ... ok [INFO] [stdout] test src/lib.rs - GString::push (line 528) ... ok [INFO] [stdout] test src/lib.rs - GString::shape_string (line 705) ... ok [INFO] [stdout] test src/lib.rs - GString::shape (line 682) ... ok [INFO] [stdout] test src/lib.rs - GString::slice (line 644) ... ok [INFO] [stdout] test src/lib.rs - GStringRefIter<'a>::next (line 1088) ... ok [INFO] [stdout] test src/lib.rs - GString::splice (line 580) ... ok [INFO] [stdout] test src/lib.rs - GString::remove (line 508) ... ok [INFO] [stdout] test src/lib.rs - graphemes (line 1253) ... ok [INFO] [stdout] test src/lib.rs - GStringIter::next (line 1123) ... ok [INFO] [stdout] test src/lib.rs - GStringTrait (line 1150) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 43 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.61s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4a4c3f293c33896597078ae3b8622322223e3ae9b0f791b0150a704f52b2e9c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a4c3f293c33896597078ae3b8622322223e3ae9b0f791b0150a704f52b2e9c9", kill_on_drop: false }` [INFO] [stdout] 4a4c3f293c33896597078ae3b8622322223e3ae9b0f791b0150a704f52b2e9c9