[INFO] fetching crate cj_common 1.0.2... [INFO] testing cj_common-1.0.2 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate cj_common 1.0.2 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate cj_common 1.0.2 [INFO] finished tweaking crates.io crate cj_common 1.0.2 [INFO] tweaked toml for crates.io crate cj_common 1.0.2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate cj_common 1.0.2 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7a38ad387546c7419f597a53ce12485c42925f551dcc99ece41bb1a87bc56059 [INFO] running `Command { std: "docker" "start" "-a" "7a38ad387546c7419f597a53ce12485c42925f551dcc99ece41bb1a87bc56059", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7a38ad387546c7419f597a53ce12485c42925f551dcc99ece41bb1a87bc56059", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a38ad387546c7419f597a53ce12485c42925f551dcc99ece41bb1a87bc56059", kill_on_drop: false }` [INFO] [stdout] 7a38ad387546c7419f597a53ce12485c42925f551dcc99ece41bb1a87bc56059 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5fa8e75f48de87487cd7661d7ae3e3484aa4b267022cc78073882489cc8a2360 [INFO] running `Command { std: "docker" "start" "-a" "5fa8e75f48de87487cd7661d7ae3e3484aa4b267022cc78073882489cc8a2360", kill_on_drop: false }` [INFO] [stderr] Compiling cj_common v1.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/b64.rs:366:20 [INFO] [stdout] | [INFO] [stdout] 366 | fn iter_to_b64(&self) -> ToBase64Iter; [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] 366 | fn iter_to_b64(&self) -> ToBase64Iter<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/b64.rs:380:20 [INFO] [stdout] | [INFO] [stdout] 380 | fn iter_to_b64(&self) -> ToBase64Iter { [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] 380 | fn iter_to_b64(&self) -> ToBase64Iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/b64.rs:395:20 [INFO] [stdout] | [INFO] [stdout] 395 | fn iter_to_b64(&self) -> ToBase64Iter { [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] 395 | fn iter_to_b64(&self) -> ToBase64Iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/b64.rs:411:20 [INFO] [stdout] | [INFO] [stdout] 411 | fn iter_to_b64(&self) -> ToBase64Iter { [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] 411 | fn iter_to_b64(&self) -> ToBase64Iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/b64.rs:542:25 [INFO] [stdout] | [INFO] [stdout] 542 | fn iter_b64_to_byte(&self) -> FromBase64Iter; [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] 542 | fn iter_b64_to_byte(&self) -> FromBase64Iter<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/b64.rs:558:25 [INFO] [stdout] | [INFO] [stdout] 558 | fn iter_b64_to_byte(&self) -> FromBase64Iter { [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] 558 | fn iter_b64_to_byte(&self) -> FromBase64Iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/bitbuf.rs:86:42 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn new(byte_count: usize, value: &T) -> BitIter [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] 86 | pub fn new(byte_count: usize, value: &T) -> BitIter<'_, T> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:241:25 [INFO] [stdout] | [INFO] [stdout] 241 | fn iter_hex_to_byte(&self) -> FromHexIter; [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] 241 | fn iter_hex_to_byte(&self) -> FromHexIter<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:255:25 [INFO] [stdout] | [INFO] [stdout] 255 | fn iter_hex_to_byte(&self) -> FromHexIter { [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] 255 | fn iter_hex_to_byte(&self) -> FromHexIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:312:20 [INFO] [stdout] | [INFO] [stdout] 312 | fn iter_to_hex(&self) -> ToHexIter; [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] 312 | fn iter_to_hex(&self) -> ToHexIter<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:313:24 [INFO] [stdout] | [INFO] [stdout] 313 | fn iter_to_hex_low(&self) -> ToHexLowIter; [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] 313 | fn iter_to_hex_low(&self) -> ToHexLowIter<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:327:20 [INFO] [stdout] | [INFO] [stdout] 327 | fn iter_to_hex(&self) -> ToHexIter { [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] 327 | fn iter_to_hex(&self) -> ToHexIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:340:24 [INFO] [stdout] | [INFO] [stdout] 340 | fn iter_to_hex_low(&self) -> ToHexLowIter { [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] 340 | fn iter_to_hex_low(&self) -> ToHexLowIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:355:20 [INFO] [stdout] | [INFO] [stdout] 355 | fn iter_to_hex(&self) -> ToHexIter { [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] 355 | fn iter_to_hex(&self) -> ToHexIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:367:24 [INFO] [stdout] | [INFO] [stdout] 367 | fn iter_to_hex_low(&self) -> ToHexLowIter { [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] 367 | fn iter_to_hex_low(&self) -> ToHexLowIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:383:20 [INFO] [stdout] | [INFO] [stdout] 383 | fn iter_to_hex(&self) -> ToHexIter { [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] 383 | fn iter_to_hex(&self) -> ToHexIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:396:24 [INFO] [stdout] | [INFO] [stdout] 396 | fn iter_to_hex_low(&self) -> ToHexLowIter { [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] 396 | fn iter_to_hex_low(&self) -> ToHexLowIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s [INFO] running `Command { std: "docker" "inspect" "5fa8e75f48de87487cd7661d7ae3e3484aa4b267022cc78073882489cc8a2360", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5fa8e75f48de87487cd7661d7ae3e3484aa4b267022cc78073882489cc8a2360", kill_on_drop: false }` [INFO] [stdout] 5fa8e75f48de87487cd7661d7ae3e3484aa4b267022cc78073882489cc8a2360 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f4a0385e3a7ad420d37c850071114c6765af5db0df77e9927ac040d8dea05709 [INFO] running `Command { std: "docker" "start" "-a" "f4a0385e3a7ad420d37c850071114c6765af5db0df77e9927ac040d8dea05709", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/b64.rs:366:20 [INFO] [stdout] | [INFO] [stdout] 366 | fn iter_to_b64(&self) -> ToBase64Iter; [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] 366 | fn iter_to_b64(&self) -> ToBase64Iter<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/b64.rs:380:20 [INFO] [stdout] | [INFO] [stdout] 380 | fn iter_to_b64(&self) -> ToBase64Iter { [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] 380 | fn iter_to_b64(&self) -> ToBase64Iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/b64.rs:395:20 [INFO] [stdout] | [INFO] [stdout] 395 | fn iter_to_b64(&self) -> ToBase64Iter { [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] 395 | fn iter_to_b64(&self) -> ToBase64Iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/b64.rs:411:20 [INFO] [stdout] | [INFO] [stdout] 411 | fn iter_to_b64(&self) -> ToBase64Iter { [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] 411 | fn iter_to_b64(&self) -> ToBase64Iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/b64.rs:542:25 [INFO] [stdout] | [INFO] [stdout] 542 | fn iter_b64_to_byte(&self) -> FromBase64Iter; [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] 542 | fn iter_b64_to_byte(&self) -> FromBase64Iter<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/b64.rs:558:25 [INFO] [stdout] | [INFO] [stdout] 558 | fn iter_b64_to_byte(&self) -> FromBase64Iter { [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] 558 | fn iter_b64_to_byte(&self) -> FromBase64Iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/bitbuf.rs:86:42 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn new(byte_count: usize, value: &T) -> BitIter [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] 86 | pub fn new(byte_count: usize, value: &T) -> BitIter<'_, T> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:241:25 [INFO] [stdout] | [INFO] [stdout] 241 | fn iter_hex_to_byte(&self) -> FromHexIter; [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] 241 | fn iter_hex_to_byte(&self) -> FromHexIter<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:255:25 [INFO] [stdout] | [INFO] [stdout] 255 | fn iter_hex_to_byte(&self) -> FromHexIter { [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] 255 | fn iter_hex_to_byte(&self) -> FromHexIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:312:20 [INFO] [stdout] | [INFO] [stdout] 312 | fn iter_to_hex(&self) -> ToHexIter; [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] 312 | fn iter_to_hex(&self) -> ToHexIter<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:313:24 [INFO] [stdout] | [INFO] [stdout] 313 | fn iter_to_hex_low(&self) -> ToHexLowIter; [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] 313 | fn iter_to_hex_low(&self) -> ToHexLowIter<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:327:20 [INFO] [stdout] | [INFO] [stdout] 327 | fn iter_to_hex(&self) -> ToHexIter { [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] 327 | fn iter_to_hex(&self) -> ToHexIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:340:24 [INFO] [stdout] | [INFO] [stdout] 340 | fn iter_to_hex_low(&self) -> ToHexLowIter { [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] 340 | fn iter_to_hex_low(&self) -> ToHexLowIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:355:20 [INFO] [stdout] | [INFO] [stdout] 355 | fn iter_to_hex(&self) -> ToHexIter { [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] 355 | fn iter_to_hex(&self) -> ToHexIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:367:24 [INFO] [stdout] | [INFO] [stdout] 367 | fn iter_to_hex_low(&self) -> ToHexLowIter { [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] 367 | fn iter_to_hex_low(&self) -> ToHexLowIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:383:20 [INFO] [stdout] | [INFO] [stdout] 383 | fn iter_to_hex(&self) -> ToHexIter { [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] 383 | fn iter_to_hex(&self) -> ToHexIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:396:24 [INFO] [stdout] | [INFO] [stdout] 396 | fn iter_to_hex_low(&self) -> ToHexLowIter { [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] 396 | fn iter_to_hex_low(&self) -> ToHexLowIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cj_common v1.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/b64.rs:366:20 [INFO] [stdout] | [INFO] [stdout] 366 | fn iter_to_b64(&self) -> ToBase64Iter; [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] 366 | fn iter_to_b64(&self) -> ToBase64Iter<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/b64.rs:380:20 [INFO] [stdout] | [INFO] [stdout] 380 | fn iter_to_b64(&self) -> ToBase64Iter { [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] 380 | fn iter_to_b64(&self) -> ToBase64Iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/b64.rs:395:20 [INFO] [stdout] | [INFO] [stdout] 395 | fn iter_to_b64(&self) -> ToBase64Iter { [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] 395 | fn iter_to_b64(&self) -> ToBase64Iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/b64.rs:411:20 [INFO] [stdout] | [INFO] [stdout] 411 | fn iter_to_b64(&self) -> ToBase64Iter { [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] 411 | fn iter_to_b64(&self) -> ToBase64Iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/b64.rs:542:25 [INFO] [stdout] | [INFO] [stdout] 542 | fn iter_b64_to_byte(&self) -> FromBase64Iter; [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] 542 | fn iter_b64_to_byte(&self) -> FromBase64Iter<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/b64.rs:558:25 [INFO] [stdout] | [INFO] [stdout] 558 | fn iter_b64_to_byte(&self) -> FromBase64Iter { [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] 558 | fn iter_b64_to_byte(&self) -> FromBase64Iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/bitbuf.rs:86:42 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn new(byte_count: usize, value: &T) -> BitIter [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] 86 | pub fn new(byte_count: usize, value: &T) -> BitIter<'_, T> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:241:25 [INFO] [stdout] | [INFO] [stdout] 241 | fn iter_hex_to_byte(&self) -> FromHexIter; [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] 241 | fn iter_hex_to_byte(&self) -> FromHexIter<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:255:25 [INFO] [stdout] | [INFO] [stdout] 255 | fn iter_hex_to_byte(&self) -> FromHexIter { [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] 255 | fn iter_hex_to_byte(&self) -> FromHexIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:312:20 [INFO] [stdout] | [INFO] [stdout] 312 | fn iter_to_hex(&self) -> ToHexIter; [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] 312 | fn iter_to_hex(&self) -> ToHexIter<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:313:24 [INFO] [stdout] | [INFO] [stdout] 313 | fn iter_to_hex_low(&self) -> ToHexLowIter; [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] 313 | fn iter_to_hex_low(&self) -> ToHexLowIter<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:327:20 [INFO] [stdout] | [INFO] [stdout] 327 | fn iter_to_hex(&self) -> ToHexIter { [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] 327 | fn iter_to_hex(&self) -> ToHexIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:340:24 [INFO] [stdout] | [INFO] [stdout] 340 | fn iter_to_hex_low(&self) -> ToHexLowIter { [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] 340 | fn iter_to_hex_low(&self) -> ToHexLowIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:355:20 [INFO] [stdout] | [INFO] [stdout] 355 | fn iter_to_hex(&self) -> ToHexIter { [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] 355 | fn iter_to_hex(&self) -> ToHexIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:367:24 [INFO] [stdout] | [INFO] [stdout] 367 | fn iter_to_hex_low(&self) -> ToHexLowIter { [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] 367 | fn iter_to_hex_low(&self) -> ToHexLowIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:383:20 [INFO] [stdout] | [INFO] [stdout] 383 | fn iter_to_hex(&self) -> ToHexIter { [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] 383 | fn iter_to_hex(&self) -> ToHexIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cj_binary/hex.rs:396:24 [INFO] [stdout] | [INFO] [stdout] 396 | fn iter_to_hex_low(&self) -> ToHexLowIter { [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] 396 | fn iter_to_hex_low(&self) -> ToHexLowIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.82s [INFO] running `Command { std: "docker" "inspect" "f4a0385e3a7ad420d37c850071114c6765af5db0df77e9927ac040d8dea05709", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4a0385e3a7ad420d37c850071114c6765af5db0df77e9927ac040d8dea05709", kill_on_drop: false }` [INFO] [stdout] f4a0385e3a7ad420d37c850071114c6765af5db0df77e9927ac040d8dea05709 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1f9c630128e47ebe3e281220a153b0b0cd03fc5be121c61e944f6967fd16b7bb [INFO] running `Command { std: "docker" "start" "-a" "1f9c630128e47ebe3e281220a153b0b0cd03fc5be121c61e944f6967fd16b7bb", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/cj_binary/b64.rs:366:20 [INFO] [stderr] | [INFO] [stderr] 366 | fn iter_to_b64(&self) -> ToBase64Iter; [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 366 | fn iter_to_b64(&self) -> ToBase64Iter<'_>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/cj_binary/b64.rs:380:20 [INFO] [stderr] | [INFO] [stderr] 380 | fn iter_to_b64(&self) -> ToBase64Iter { [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] 380 | fn iter_to_b64(&self) -> ToBase64Iter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/cj_binary/b64.rs:395:20 [INFO] [stderr] | [INFO] [stderr] 395 | fn iter_to_b64(&self) -> ToBase64Iter { [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] 395 | fn iter_to_b64(&self) -> ToBase64Iter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/cj_binary/b64.rs:411:20 [INFO] [stderr] | [INFO] [stderr] 411 | fn iter_to_b64(&self) -> ToBase64Iter { [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] 411 | fn iter_to_b64(&self) -> ToBase64Iter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/cj_binary/b64.rs:542:25 [INFO] [stderr] | [INFO] [stderr] 542 | fn iter_b64_to_byte(&self) -> FromBase64Iter; [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] 542 | fn iter_b64_to_byte(&self) -> FromBase64Iter<'_>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/cj_binary/b64.rs:558:25 [INFO] [stderr] | [INFO] [stderr] 558 | fn iter_b64_to_byte(&self) -> FromBase64Iter { [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] 558 | fn iter_b64_to_byte(&self) -> FromBase64Iter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/cj_binary/bitbuf.rs:86:42 [INFO] [stderr] | [INFO] [stderr] 86 | pub fn new(byte_count: usize, value: &T) -> BitIter [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] 86 | pub fn new(byte_count: usize, value: &T) -> BitIter<'_, T> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/cj_binary/hex.rs:241:25 [INFO] [stderr] | [INFO] [stderr] 241 | fn iter_hex_to_byte(&self) -> FromHexIter; [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] 241 | fn iter_hex_to_byte(&self) -> FromHexIter<'_>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/cj_binary/hex.rs:255:25 [INFO] [stderr] | [INFO] [stderr] 255 | fn iter_hex_to_byte(&self) -> FromHexIter { [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] 255 | fn iter_hex_to_byte(&self) -> FromHexIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/cj_binary/hex.rs:312:20 [INFO] [stderr] | [INFO] [stderr] 312 | fn iter_to_hex(&self) -> ToHexIter; [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] 312 | fn iter_to_hex(&self) -> ToHexIter<'_>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/cj_binary/hex.rs:313:24 [INFO] [stderr] | [INFO] [stderr] 313 | fn iter_to_hex_low(&self) -> ToHexLowIter; [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] 313 | fn iter_to_hex_low(&self) -> ToHexLowIter<'_>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/cj_binary/hex.rs:327:20 [INFO] [stderr] | [INFO] [stderr] 327 | fn iter_to_hex(&self) -> ToHexIter { [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] 327 | fn iter_to_hex(&self) -> ToHexIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/cj_binary/hex.rs:340:24 [INFO] [stderr] | [INFO] [stderr] 340 | fn iter_to_hex_low(&self) -> ToHexLowIter { [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] 340 | fn iter_to_hex_low(&self) -> ToHexLowIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/cj_binary/hex.rs:355:20 [INFO] [stderr] | [INFO] [stderr] 355 | fn iter_to_hex(&self) -> ToHexIter { [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] 355 | fn iter_to_hex(&self) -> ToHexIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/cj_binary/hex.rs:367:24 [INFO] [stderr] | [INFO] [stderr] 367 | fn iter_to_hex_low(&self) -> ToHexLowIter { [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] 367 | fn iter_to_hex_low(&self) -> ToHexLowIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/cj_binary/hex.rs:383:20 [INFO] [stderr] | [INFO] [stderr] 383 | fn iter_to_hex(&self) -> ToHexIter { [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] 383 | fn iter_to_hex(&self) -> ToHexIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/cj_binary/hex.rs:396:24 [INFO] [stderr] | [INFO] [stderr] 396 | fn iter_to_hex_low(&self) -> ToHexLowIter { [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] 396 | fn iter_to_hex_low(&self) -> ToHexLowIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `cj_common` (lib) generated 17 warnings (run `cargo fix --lib -p cj_common` to apply 17 suggestions) [INFO] [stderr] warning: `cj_common` (lib test) generated 17 warnings (17 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cj_common-d404237ec7613c04) [INFO] [stdout] [INFO] [stdout] running 92 tests [INFO] [stdout] test cj_binary::b64::test::test_1 ... ok [INFO] [stdout] test cj_binary::b64::test::test_5 ... ok [INFO] [stdout] test cj_binary::b64::test::test_3 ... ok [INFO] [stdout] test cj_binary::b64::test::test_7 ... ok [INFO] [stdout] test cj_binary::b64::test::test_6 ... ok [INFO] [stdout] test cj_binary::b64::test::test_from_b64_1 ... ok [INFO] [stdout] test cj_binary::b64::test::test_b64_docs ... ok [INFO] [stdout] test cj_binary::b64::test::test_from_b64_3 ... ok [INFO] [stdout] test cj_binary::b64::test::test_from_b64_4 ... ok [INFO] [stdout] test cj_binary::b64::test::test_from_b64_2 ... ok [INFO] [stdout] test cj_binary::b64::test::test_from_b64_5 ... ok [INFO] [stdout] test cj_binary::b64::test::test_from_b64_iter_2 ... ok [INFO] [stdout] test cj_binary::b64::test::test_from_b64_6 ... ok [INFO] [stdout] test cj_binary::b64::test::test_from_b64_iter_1 ... ok [INFO] [stdout] test cj_binary::b64::test::test_2 ... ok [INFO] [stdout] test cj_binary::b64::test::test_iter_1 ... ok [INFO] [stdout] test cj_binary::b64::test::test_iter_2 ... ok [INFO] [stdout] test cj_binary::b64::test::test_iter_3 ... ok [INFO] [stdout] test cj_binary::bitbuf::test::test_u128_set ... ok [INFO] [stdout] test cj_binary::bitbuf::test::test_u128_slice_iter ... ok [INFO] [stdout] test cj_binary::bitbuf::test::test_u16_iter ... ok [INFO] [stdout] test cj_binary::bitbuf::test::test_u16_get ... ok [INFO] [stdout] test cj_binary::bitbuf::test::test_u16_set ... ok [INFO] [stdout] test cj_binary::bitbuf::test::test_u32_get ... ok [INFO] [stdout] test cj_binary::bitbuf::test::test_u32_slice_iter ... ok [INFO] [stdout] test cj_binary::bitbuf::test::test_u32_iter ... ok [INFO] [stdout] test cj_binary::bitbuf::test::test_u16_slice_iter ... ok [INFO] [stdout] test cj_binary::bitbuf::test::test_u64_iter ... ok [INFO] [stdout] test cj_binary::bitbuf::test::test_u64_set ... ok [INFO] [stdout] test cj_binary::bitbuf::test::test_u64_slice_iter ... ok [INFO] [stdout] test cj_binary::bitbuf::test::test_u8_iter ... ok [INFO] [stdout] test cj_binary::bitbuf::test::test_u8_set ... ok [INFO] [stdout] test cj_binary::bitbuf::test::test_u8_slice_iter ... ok [INFO] [stdout] test cj_binary::bitbuf::test::test_u8_iter2 ... ok [INFO] [stdout] test cj_binary::bitbuf::test::test_vec_u32_iter ... ok [INFO] [stdout] test cj_binary::bitbuf::test::test_vec_u64_iter ... ok [INFO] [stdout] test cj_binary::bitbuf::test::test_vec_u16_iter ... ok [INFO] [stdout] test cj_binary::bitbuf::test::test_u8_get ... ok [INFO] [stdout] test cj_binary::bitbuf::test::test_vec_u8_iter ... ok [INFO] [stdout] test cj_binary::bitbuf::test::test_u8_vec_iter ... ok [INFO] [stdout] test cj_binary::hex::tests::test_i128be_to_hex ... ok [INFO] [stdout] test cj_binary::bitbuf::test::test_vec_u128_iter ... ok [INFO] [stdout] test cj_binary::hex::tests::test_hex_str_to_u8 ... ok [INFO] [stdout] test cj_binary::bitbuf::test::test_u128_iter ... ok [INFO] [stdout] test cj_binary::hex::tests::test_hex_chars_to_u8 ... ok [INFO] [stdout] test cj_binary::bitbuf::test::test_u32_set ... ok [INFO] [stdout] test cj_binary::bitbuf::test::test_u64_get ... ok [INFO] [stdout] test cj_binary::hex::tests::test_i128 ... ok [INFO] [stdout] test cj_binary::hex::tests::test_i16 ... ok [INFO] [stdout] test cj_binary::hex::tests::test_hex_char_to_u8 ... ok [INFO] [stdout] test cj_binary::bitbuf::test::test_u128_get ... ok [INFO] [stdout] test cj_binary::hex::tests::test_hex_docs ... ok [INFO] [stdout] test cj_binary::hex::tests::test_hex_str_to_u8_vec ... ok [INFO] [stdout] test cj_binary::hex::tests::test_i128le_to_hex ... ok [INFO] [stdout] test cj_binary::hex::tests::test_i16be_to_hex ... ok [INFO] [stdout] test cj_binary::hex::tests::test_i16be_to_hex3 ... ok [INFO] [stdout] test cj_binary::hex::tests::test_i16be_to_hex_low3 ... ok [INFO] [stdout] test cj_binary::hex::tests::test_i32 ... ok [INFO] [stdout] test cj_binary::hex::tests::test_iter_hex ... ok [INFO] [stdout] test cj_binary::hex::tests::test_i32be_to_hex ... ok [INFO] [stdout] test cj_binary::hex::tests::test_i32le_to_hex ... ok [INFO] [stdout] test cj_binary::hex::tests::test_i64le_to_hex ... ok [INFO] [stdout] test cj_binary::hex::tests::test_i64be_to_hex ... ok [INFO] [stdout] test cj_binary::hex::tests::test_i16le_to_hex ... ok [INFO] [stdout] test cj_binary::hex::tests::test_u64be_to_hex ... ok [INFO] [stdout] test cj_binary::hex::tests::test_u64le_to_hex ... ok [INFO] [stdout] test cj_binary::hex::tests::test_u8_array_to_hex ... ok [INFO] [stdout] test cj_binary::hex::tests::test_u8_array_to_hex_low ... ok [INFO] [stdout] test cj_binary::hex::tests::test_u128be_to_hex ... ok [INFO] [stdout] test cj_binary::hex::tests::test_i64 ... ok [INFO] [stdout] test cj_binary::hex::tests::test_u128le_to_hex ... ok [INFO] [stdout] test cj_binary::hex::tests::test_u16 ... ok [INFO] [stdout] test cj_binary::hex::tests::test_u32 ... ok [INFO] [stdout] test cj_binary::hex::tests::test_u16be_to_hex ... ok [INFO] [stdout] test cj_binary::hex::tests::test_u32be_to_hex ... ok [INFO] [stdout] test cj_binary::hex::tests::test_u32le_to_hex ... ok [INFO] [stdout] test cj_binary::hex::tests::test_u128 ... ok [INFO] [stdout] test cj_binary::hex::tests::test_u64 ... ok [INFO] [stdout] test cj_binary::hex::tests::test_u8_to_hex ... ok [INFO] [stdout] test cj_binary::hex::tests::test_u8_to_hex_low ... ok [INFO] [stdout] test cj_helpers::in_set::test::test_inset_1 ... ok [INFO] [stdout] test cj_helpers::in_set::test::test_inset_1b ... ok [INFO] [stdout] test cj_helpers::in_set::test::test_inset_2 ... ok [INFO] [stdout] test cj_helpers::in_set::test::test_inset_3 ... ok [INFO] [stdout] test cj_helpers::in_set::test::test_inset_5 ... ok [INFO] [stdout] test cj_helpers::in_set::test::test_inset_readme ... ok [INFO] [stdout] test cj_binary::hex::tests::test_u8_to_hex_str ... ok [INFO] [stdout] test cj_binary::hex::tests::test_u8_to_hex_str_low ... ok [INFO] [stdout] test cj_helpers::in_set::test::test_inset_4 ... ok [INFO] [stdout] test cj_binary::hex::tests::test_u16le_to_hex ... ok [INFO] [stdout] test cj_binary::b64::test::test_4 ... ok [INFO] [stdout] test cj_binary::hex::tests::test_iter_hex_low ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 92 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stderr] Doc-tests cj_common [INFO] [stdout] [INFO] [stdout] running 107 tests [INFO] [stdout] test src/cj_binary/b64.rs - cj_binary::b64::Vec::to_b64_string (line 686) ... ok [INFO] [stdout] test src/cj_binary/b64.rs - cj_binary::b64::bytes_to_b64 (line 215) ... ok [INFO] [stdout] test src/cj_binary/bitbuf.rs - cj_binary::bitbuf::BitFlagIter (line 122) ... ok [INFO] [stdout] test src/cj_binary/b64.rs - cj_binary::b64::b64_to_bytes (line 564) ... ok [INFO] [stdout] test src/cj_binary/b64.rs - cj_binary::b64::FromBase64Iter (line 419) ... ok [INFO] [stdout] test src/cj_binary/b64.rs - cj_binary::b64::Vec::iter_to_b64 (line 402) ... ok [INFO] [stdout] test src/cj_binary/b64.rs - cj_binary::b64::&'_str::iter_to_b64 (line 387) ... ok [INFO] [stdout] test src/cj_binary/b64.rs - cj_binary::b64::&'_[u8]::iter_to_b64 (line 371) ... ok [INFO] [stdout] test src/cj_binary/b64.rs - cj_binary::b64 (line 5) ... ok [INFO] [stdout] test src/cj_binary/bitbuf.rs - cj_binary::bitbuf::BitFlagIter (line 133) ... ok [INFO] [stdout] test src/cj_binary/bitbuf.rs - cj_binary::bitbuf (line 5) ... ok [INFO] [stdout] test src/cj_binary/b64.rs - cj_binary::b64::String::to_b64_string (line 672) ... ok [INFO] [stdout] test src/cj_binary/b64.rs - cj_binary::b64::&'_str::iter_b64_to_byte (line 547) ... ok [INFO] [stdout] test src/cj_binary/bitbuf.rs - cj_binary::bitbuf::Bitflag::set_bit (line 202) ... ok [INFO] [stdout] test src/cj_binary/bitbuf.rs - cj_binary::bitbuf::CjMatchesMask::as_mask_matches (line 514) ... ok [INFO] [stdout] test src/cj_binary/b64.rs - cj_binary::b64::&'_str::to_b64_string (line 658) ... ok [INFO] [stdout] test src/cj_binary/bitbuf.rs - cj_binary::bitbuf::BitStreamIter (line 408) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::&'_str::iter_to_hex_low (line 359) ... ok [INFO] [stdout] test src/cj_binary/bitbuf.rs - cj_binary::bitbuf::Bitflag::get_bit (line 194) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::&'_str::iter_to_hex (line 347) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::&'_[u8]::iter_to_hex_low (line 331) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex (line 5) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::Vec::iter_to_hex_low (line 387) ... ok [INFO] [stdout] test src/cj_binary/bitbuf.rs - cj_binary::bitbuf::DEF_U8 (line 335) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::hex_chars_to_u8 (line 404) ... ok [INFO] [stdout] test src/cj_binary/b64.rs - cj_binary::b64::ToBase64Iter (line 265) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::&'_str::iter_hex_to_byte (line 246) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::hex_str_to_u8 (line 174) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::&'_[u8]::iter_to_hex (line 318) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::Vec::iter_to_hex (line 374) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::i128_from_hex_be (line 1419) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::hex_char_to_u8 (line 140) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::i16le_to_hex (line 533) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::i128be_to_hex_low (line 1403) ... ok [INFO] [stdout] test src/cj_binary/bitbuf.rs - cj_binary::bitbuf::CjMatchesMask::matches_mask (line 506) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::hex_str_to_u8_vec (line 427) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::i128le_to_hex_low (line 1467) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::i16_from_hex_le (line 564) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::i32_from_hex_le (line 871) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::i16_from_hex_be (line 500) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::i16le_to_hex_low (line 548) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::i128le_to_hex (line 1452) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::i16be_to_hex (line 469) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::i128_from_hex_le (line 1483) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::i32_from_hex_be (line 807) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::i16be_to_hex_low (line 484) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::i32be_to_hex (line 776) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::i32be_to_hex_low (line 791) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::i128be_to_hex (line 1388) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u128_from_hex_be (line 1572) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::i32le_to_hex (line 840) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::i64be_to_hex (line 1082) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::i64be_to_hex_low (line 1097) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::i32le_to_hex_low (line 855) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u128_from_hex_le (line 1636) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u128le_to_hex (line 1605) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::i64_from_hex_be (line 1113) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::i64_from_hex_le (line 1177) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u128le_to_hex_low (line 1620) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u128be_to_hex (line 1541) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u16be_to_hex_low (line 638) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u16be_to_hex (line 623) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u32_from_hex_be (line 960) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u32_from_hex_le (line 1024) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u16_from_hex_le (line 718) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u32be_to_hex_low (line 944) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u16le_to_hex_low (line 702) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u128be_to_hex_low (line 1556) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u64_from_hex_le (line 1330) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::i64le_to_hex (line 1146) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u16le_to_hex (line 687) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u32le_to_hex (line 993) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u8_array_to_hex (line 108) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::i64le_to_hex_low (line 1161) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u32be_to_hex (line 929) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u64le_to_hex (line 1299) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u16_from_hex_be (line 654) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u8_array_to_hex_low (line 123) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u32le_to_hex_low (line 1008) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u64be_to_hex_low (line 1250) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u64_from_hex_be (line 1266) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u64le_to_hex_low (line 1314) ... ok [INFO] [stdout] test src/cj_helpers/in_set.rs - cj_helpers::in_set::CjExactRange (line 182) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u8_to_hex_str (line 64) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u64be_to_hex (line 1235) ... ok [INFO] [stdout] test src/cj_helpers/in_set.rs - cj_helpers::in_set::CjInRange::in_range (line 230) ... ok [INFO] [stdout] test src/cj_helpers/in_set.rs - cj_helpers::in_set (line 5) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u8_to_hex (line 86) ... ok [INFO] [stdout] test src/cj_helpers/in_set.rs - cj_helpers::in_set::CjInSets::in_set (line 267) ... ok [INFO] [stdout] test src/cj_helpers/in_set.rs - cj_helpers::in_set::CjInSets::in_set (line 282) ... ok [INFO] [stdout] test src/cj_helpers/in_set.rs - cj_helpers::in_set::CjExactRange (line 147) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u8_to_hex_low (line 97) ... ok [INFO] [stdout] test src/cj_binary/hex.rs - cj_binary::hex::u8_to_hex_low_str (line 75) ... ok [INFO] [stdout] test src/cj_helpers/in_set.rs - cj_helpers::in_set::CjInRangeInclusive::in_range_inclusive (line 246) ... ok [INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 181) ... ok [INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 193) ... ok [INFO] [stdout] test src/cj_helpers/in_set.rs - cj_helpers::in_set::CjExactRange (line 162) ... ok [INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 258) ... ok [INFO] [stdout] test src/cj_helpers/in_set.rs - cj_helpers::in_set::CjInSets::in_set (line 302) ... ok [INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 294) ... ok [INFO] [stdout] test src/lib.rs - (line 13) ... ok [INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 267) ... ok [INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 356) ... ok [INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 215) ... ok [INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 323) ... ok [INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 234) ... ok [INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 277) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 107 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.93s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1f9c630128e47ebe3e281220a153b0b0cd03fc5be121c61e944f6967fd16b7bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f9c630128e47ebe3e281220a153b0b0cd03fc5be121c61e944f6967fd16b7bb", kill_on_drop: false }` [INFO] [stdout] 1f9c630128e47ebe3e281220a153b0b0cd03fc5be121c61e944f6967fd16b7bb