[INFO] cloning repository https://github.com/javieriserte/fam
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/javieriserte/fam" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjavieriserte%2Ffam", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjavieriserte%2Ffam'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3946528d855dae88b213c2e765b4d2b18ba6b4ac
[INFO] testing javieriserte/fam against 1.98.0-beta.6+cargoflags=--release for beta-1.98-release-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjavieriserte%2Ffam" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/javieriserte/fam
[INFO] finished tweaking git repo https://github.com/javieriserte/fam
[INFO] tweaked toml for git repo https://github.com/javieriserte/fam written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/javieriserte/fam on toolchain 1.98.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/javieriserte/fam 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" "+1.98.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5c368be9348c4ffc1fee663d7014e123553a03e6e0d0324af49647a4f21602c7
[INFO] running `Command { std: "docker" "start" "5c368be9348c4ffc1fee663d7014e123553a03e6e0d0324af49647a4f21602c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5c368be9348c4ffc1fee663d7014e123553a03e6e0d0324af49647a4f21602c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5c368be9348c4ffc1fee663d7014e123553a03e6e0d0324af49647a4f21602c7" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5c368be9348c4ffc1fee663d7014e123553a03e6e0d0324af49647a4f21602c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5c368be9348c4ffc1fee663d7014e123553a03e6e0d0324af49647a4f21602c7" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.6" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.17
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling libc v0.2.71
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling anyhow v1.0.96
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling const_fn v0.4.5
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling crossbeam-utils v0.8.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling memoffset v0.6.1
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling serde_yml v0.0.12
[INFO] [stderr]    Compiling bstr v1.11.3
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling rayon-core v1.9.0
[INFO] [stderr]    Compiling rustversion v1.0.19
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling serde_json v1.0.139
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling once_cell v1.20.3
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.1
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling byteorder v1.4.2
[INFO] [stderr]    Compiling crossbeam-deque v0.8.0
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.0
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling rayon v1.5.0
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]    Compiling miniz_oxide v0.4.3
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling winnow v0.7.3
[INFO] [stderr]    Compiling crc32fast v1.2.1
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling ryu v1.0.19
[INFO] [stderr]    Compiling globset v0.4.16
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]    Compiling ignore v0.4.20
[INFO] [stderr]    Compiling libyml v0.0.5
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling num-iter v0.1.42
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling arc-swap v1.7.1
[INFO] [stderr]    Compiling weezl v0.1.4
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling adler v0.2.3
[INFO] [stderr]    Compiling piston-float v1.0.0
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling rand_core v0.6.1
[INFO] [stderr]    Compiling jpeg-decoder v0.1.22
[INFO] [stderr]    Compiling deflate v0.8.6
[INFO] [stderr]    Compiling miniz_oxide v0.3.7
[INFO] [stderr]    Compiling base62 v2.2.1
[INFO] [stderr]    Compiling stb_truetype v0.3.1
[INFO] [stderr]    Compiling ordered-float v1.1.1
[INFO] [stderr]    Compiling approx v0.3.2
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling normpath v1.3.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling rand_chacha v0.3.0
[INFO] [stderr]    Compiling gif v0.11.1
[INFO] [stderr]    Compiling rusttype v0.8.3
[INFO] [stderr]    Compiling png v0.16.8
[INFO] [stderr]    Compiling tiff v0.6.1
[INFO] [stderr]    Compiling vecmath v1.0.0
[INFO] [stderr]    Compiling piston-viewport v1.0.0
[INFO] [stderr]    Compiling rust-i18n v3.1.3
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling interpolation v0.2.0
[INFO] [stderr]    Compiling scoped_threadpool v0.1.9
[INFO] [stderr]    Compiling bytemuck v1.5.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling piston-texture v0.8.0
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling read_color v1.0.0
[INFO] [stderr]    Compiling piston2d-graphics v0.37.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling image v0.23.13
[INFO] [stderr]    Compiling rand v0.8.3
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling itertools v0.10.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling triomphe v0.1.14
[INFO] [stderr]    Compiling toml_edit v0.22.24
[INFO] [stderr]    Compiling tempfile v3.2.0
[INFO] [stderr]    Compiling toml v0.8.20
[INFO] [stderr]    Compiling graphics_buffer v0.7.5
[INFO] [stderr]    Compiling rust-i18n-support v3.1.3
[INFO] [stderr]    Compiling rust-i18n-macro v3.1.3
[INFO] [stderr]    Compiling fam v0.0.13 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib/lib.rs:96:17
[INFO] [stdout]    |
[INFO] [stdout] 96 |         fn iter(&self) -> SequenceIterable;
[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] 96 |         fn iter(&self) -> SequenceIterable<'_>;
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib/lib.rs:1124:24
[INFO] [stdout]      |
[INFO] [stdout] 1124 |         pub fn columns(&self) -> ColumnIterable {
[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] 1124 |         pub fn columns(&self) -> ColumnIterable<'_> {
[INFO] [stdout]      |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 2m 50s
[INFO] running `Command { std: "docker" "inspect" "5c368be9348c4ffc1fee663d7014e123553a03e6e0d0324af49647a4f21602c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5c368be9348c4ffc1fee663d7014e123553a03e6e0d0324af49647a4f21602c7" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling libc v0.2.71
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling memoffset v0.6.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.1
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling byteorder v1.4.2
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.0
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling bstr v1.11.3
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling rayon-core v1.9.0
[INFO] [stderr]    Compiling once_cell v1.20.3
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling anyhow v1.0.96
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling rayon v1.5.0
[INFO] [stderr]    Compiling piston-float v1.0.0
[INFO] [stderr]    Compiling winnow v0.7.3
[INFO] [stderr]    Compiling weezl v0.1.4
[INFO] [stderr]    Compiling ryu v1.0.19
[INFO] [stderr]    Compiling adler v0.2.3
[INFO] [stderr]    Compiling miniz_oxide v0.4.3
[INFO] [stderr]    Compiling rand_core v0.6.1
[INFO] [stderr]    Compiling libyml v0.0.5
[INFO] [stderr]    Compiling crc32fast v1.2.1
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling deflate v0.8.6
[INFO] [stderr]    Compiling miniz_oxide v0.3.7
[INFO] [stderr]    Compiling toml_edit v0.22.24
[INFO] [stderr]    Compiling ordered-float v1.1.1
[INFO] [stderr]    Compiling approx v0.3.2
[INFO] [stderr]    Compiling stb_truetype v0.3.1
[INFO] [stderr]    Compiling jpeg-decoder v0.1.22
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling unicode-ident v1.0.17
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling arc-swap v1.7.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling rusttype v0.8.3
[INFO] [stderr]    Compiling rand_chacha v0.3.0
[INFO] [stderr]    Compiling triomphe v0.1.14
[INFO] [stderr]    Compiling gif v0.11.1
[INFO] [stderr]    Compiling tiff v0.6.1
[INFO] [stderr]    Compiling serde_yml v0.0.12
[INFO] [stderr]    Compiling serde_json v1.0.139
[INFO] [stderr]    Compiling png v0.16.8
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]    Compiling globset v0.4.16
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling ignore v0.4.20
[INFO] [stderr]    Compiling toml v0.8.20
[INFO] [stderr]    Compiling num-iter v0.1.42
[INFO] [stderr]    Compiling vecmath v1.0.0
[INFO] [stderr]    Compiling piston-viewport v1.0.0
[INFO] [stderr]    Compiling base62 v2.2.1
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling scoped_threadpool v0.1.9
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling normpath v1.3.0
[INFO] [stderr]    Compiling read_color v1.0.0
[INFO] [stderr]    Compiling bytemuck v1.5.0
[INFO] [stderr]    Compiling interpolation v0.2.0
[INFO] [stderr]    Compiling piston-texture v0.8.0
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling image v0.23.13
[INFO] [stderr]    Compiling piston2d-graphics v0.37.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling rand v0.8.3
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling rust-i18n-support v3.1.3
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling itertools v0.10.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling tempfile v3.2.0
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling rust-i18n v3.1.3
[INFO] [stderr]    Compiling graphics_buffer v0.7.5
[INFO] [stderr]    Compiling fam v0.0.13 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib/lib.rs:96:17
[INFO] [stdout]    |
[INFO] [stdout] 96 |         fn iter(&self) -> SequenceIterable;
[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] 96 |         fn iter(&self) -> SequenceIterable<'_>;
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib/lib.rs:1124:24
[INFO] [stdout]      |
[INFO] [stdout] 1124 |         pub fn columns(&self) -> ColumnIterable {
[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] 1124 |         pub fn columns(&self) -> ColumnIterable<'_> {
[INFO] [stdout]      |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib/lib.rs:96:17
[INFO] [stdout]    |
[INFO] [stdout] 96 |         fn iter(&self) -> SequenceIterable;
[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] 96 |         fn iter(&self) -> SequenceIterable<'_>;
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib/lib.rs:1124:24
[INFO] [stdout]      |
[INFO] [stdout] 1124 |         pub fn columns(&self) -> ColumnIterable {
[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] 1124 |         pub fn columns(&self) -> ColumnIterable<'_> {
[INFO] [stdout]      |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 09s
[INFO] running `Command { std: "docker" "inspect" "5c368be9348c4ffc1fee663d7014e123553a03e6e0d0324af49647a4f21602c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5c368be9348c4ffc1fee663d7014e123553a03e6e0d0324af49647a4f21602c7" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.6" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lib/lib.rs:96:17
[INFO] [stderr]    |
[INFO] [stderr] 96 |         fn iter(&self) -> SequenceIterable;
[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] 96 |         fn iter(&self) -> SequenceIterable<'_>;
[INFO] [stderr]    |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/lib/lib.rs:1124:24
[INFO] [stderr]      |
[INFO] [stderr] 1124 |         pub fn columns(&self) -> ColumnIterable {
[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] 1124 |         pub fn columns(&self) -> ColumnIterable<'_> {
[INFO] [stderr]      |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `fam` (lib) generated 2 warnings (run `cargo fix --lib -p fam` to apply 2 suggestions)
[INFO] [stderr] warning: `fam` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib/lib.rs (/opt/rustwide/target/release/deps/famlib-52e133b4faa910c4)
[INFO] [stdout] 
[INFO] [stdout] running 125 tests
[INFO] [stdout] test clustering::test::test_identity_fraction ... ok
[INFO] [stdout] test combine::test::concat_returns_the_same_with_one_sequence ... ok
[INFO] [stdout] test combine::test::concat_with_two_seqcol_input ... ok
[INFO] [stdout] test clustering::test::test_clustering ... ok
[INFO] [stdout] test combine::test::join_returns_the_same_with_one_seqcol_input ... ok
[INFO] [stdout] test combine::test::concat_fails_with_two_equal_ids ... ok
[INFO] [stdout] test combine::test::join_with_two_seqcol_input ... ok
[INFO] [stdout] test combine::test::merge_with_single_collection ... ok
[INFO] [stdout] test combine::test::merge_with_two_seqcol_and_extra_ids ... ok
[INFO] [stdout] test combine::test::merge_with_two_seqcol_and_missing_id ... ok
[INFO] [stdout] test combine::test::merge_with_two_seqcol_and_no_missing_id ... ok
[INFO] [stdout] test conservation::test::test_iter_mut ... ok
[INFO] [stdout] test degap::test::test_degap_alignment ... ok
[INFO] [stdout] test conservation::test::test_entropy_proteins ... ok
[INFO] [stdout] test degap::test::test_degap_alignment_with_dots ... ok
[INFO] [stdout] test degap::test::test_degap_annotated_sequence ... ok
[INFO] [stdout] test degap::test::test_degap_sequence_collection ... ok
[INFO] [stdout] test edit::test::all_edit_operations ... ok
[INFO] [stdout] test edit::test::delete_many_char_at_after_end ... ok
[INFO] [stdout] test edit::test::delete_many_char_at_begging ... ok
[INFO] [stdout] test edit::test::delete_many_char_twice_at_middle ... ok
[INFO] [stdout] test edit::test::delete_many_char_at_end_passing_end ... ok
[INFO] [stdout] test edit::test::delete_many_char_at_middle ... ok
[INFO] [stdout] test edit::test::delete_many_char_at_end_without_passing_end ... ok
[INFO] [stdout] test edit::test::delete_one_char_at_after_end ... ok
[INFO] [stdout] test edit::test::delete_one_char_at_begging ... ok
[INFO] [stdout] test edit::test::delete_one_char_at_end ... ok
[INFO] [stdout] test edit::test::delete_one_char_at_middle ... ok
[INFO] [stdout] test edit::test::delete_zero_char_at_after_end ... ok
[INFO] [stdout] test edit::test::delete_zero_char_at_begging ... ok
[INFO] [stdout] test edit::test::delete_zero_char_at_end ... ok
[INFO] [stdout] test edit::test::delete_zero_char_at_middle ... ok
[INFO] [stdout] test edit::test::insert_many_char_at_after_end ... ok
[INFO] [stdout] test edit::test::insert_many_char_at_begging ... ok
[INFO] [stdout] test edit::test::insert_many_char_at_middle ... ok
[INFO] [stdout] test edit::test::insert_one_char_at_after_end ... ok
[INFO] [stdout] test edit::test::insert_many_char_twice_at_middle ... ok
[INFO] [stdout] test edit::test::insert_many_char_at_end ... ok
[INFO] [stdout] test edit::test::insert_one_char_at_begging ... ok
[INFO] [stdout] test edit::test::insert_one_char_at_end ... ok
[INFO] [stdout] test edit::test::replace_many_char_at_begging ... ok
[INFO] [stdout] test edit::test::insert_one_char_at_middle ... ok
[INFO] [stdout] test edit::test::replace_many_char_at_end_passing_end ... ok
[INFO] [stdout] test edit::test::replace_many_char_at_end_without_passing_end ... ok
[INFO] [stdout] test edit::test::replace_many_char_at_after_end ... ok
[INFO] [stdout] test edit::test::replace_many_char_at_middle ... ok
[INFO] [stdout] test edit::test::replace_many_char_twice_at_middle ... ok
[INFO] [stdout] test edit::test::replace_one_char_at_after_end ... ok
[INFO] [stdout] test edit::test::replace_one_char_at_begging ... ok
[INFO] [stdout] test edit::test::replace_one_char_at_middle ... ok
[INFO] [stdout] test edit::test::replace_one_char_at_end ... ok
[INFO] [stdout] test edit::test::replace_zero_char_at_after_end ... ok
[INFO] [stdout] test edit::test::replace_zero_char_at_end ... ok
[INFO] [stdout] test edit::test::replace_zero_char_at_begging ... ok
[INFO] [stdout] test edit::test::replace_zero_char_at_middle ... ok
[INFO] [stdout] test edit_msa::test::insert_columns_with_wrong_size ... ok
[INFO] [stdout] test edit_msa::test::insert_empty_one_column_at_any_position ... ok
[INFO] [stdout] test edit_msa::test::insert_empty_many_column_at_any_position ... ok
[INFO] [stdout] test edit_msa::test::insert_empty_zero_columns_at_any_position ... ok
[INFO] [stdout] test edit_msa::test::insert_empty_zero_rows_at_any_position ... ok
[INFO] [stdout] test edit_msa::test::insert_many_columns ... ok
[INFO] [stdout] test edit_msa::test::insert_one_column ... ok
[INFO] [stdout] test edit_msa::test::insert_empty_one_rows_at_any_position ... ok
[INFO] [stdout] test edit_msa::test::insert_empty_many_rows_fails_with_repeated_names ... ok
[INFO] [stdout] test edit_msa::test::insert_empty_many_rows_at_any_position ... ok
[INFO] [stdout] test edit_msa::test::remove_many_columns ... ok
[INFO] [stdout] test edit_msa::test::remove_one_columns ... ok
[INFO] [stdout] test edit_msa::test::insert_zero_columns ... ok
[INFO] [stdout] test edit_msa::test::remove_many_rows ... ok
[INFO] [stdout] test edit_msa::test::remove_one_row ... ok
[INFO] [stdout] test edit_msa::test::remove_rows_many_times ... ok
[INFO] [stdout] test edit_msa::test::remove_zero_columns ... ok
[INFO] [stdout] test edit_msa::test::remove_zero_rows ... ok
[INFO] [stdout] test edit_msa::test::replace_whole_content ... ok
[INFO] [stdout] test edit_msa::test::replace_with_content ... ok
[INFO] [stdout] test edit_msa::test::transpose_vector_test ... ok
[INFO] [stdout] test edit_msa::test::replace_with_empty_content ... ok
[INFO] [stdout] test edit_msa::test::replace_with_big_content ... ok
[INFO] [stdout] test fastaio::test::test_fastareader_from_lines_all_together ... ok
[INFO] [stdout] test fastaio::test::test_fastareader_from_lines_one_by_one ... ok
[INFO] [stdout] test fastaio::test::test_fastareader_from_lines_with_eol_chars ... ok
[INFO] [stdout] test fastaio::test::test_plainreader_from_lines_all_together ... ok
[INFO] [stdout] test fastaio::test::test_plainreader_from_lines_with_eol_chars ... ok
[INFO] [stdout] test fastaio::test::test_plainreader_from_lines_one_by_one ... ok
[INFO] [stdout] test fastaio::test::test_sequence_collection_from_bufread_when_ok ... ok
[INFO] [stdout] test gapping::test::test_pad_alignment ... ok
[INFO] [stdout] test filter::test::test_filter_seqcol_case_sentitive ... ok
[INFO] [stdout] test gapping::test::test_pad_annotated_sequence ... ok
[INFO] [stdout] test gapping::test::test_pad_sequence_collection ... ok
[INFO] [stdout] test matrices::substitution_matrix::test::test_protmatrix_with_one_column_one_pair ... ok
[INFO] [stdout] test matrices::substitution_matrix::test::test_protmatrix_with_one_column_with_pairs ... ok
[INFO] [stdout] test matrices::substitution_matrix::test::test_protmatrix_with_one_column_one_diff ... ok
[INFO] [stdout] test matrices::substitution_matrix::test::test_protmatrix_with_one_column_all_different ... ok
[INFO] [stdout] test matrices::substitution_matrix::test::test_protmatrix_with_one_column_all_equals ... ok
[INFO] [stdout] test matrices::substitution_matrix::test::test_protmatrix_with_two_columns ... ok
[INFO] [stdout] test matrices::triangular_matrix::test::test_get_set ... ok
[INFO] [stdout] test filter::test::test_filter_seqcol_case_insentitive ... ok
[INFO] [stdout] test plotting::test::test_plotter_creation ... ok
[INFO] [stdout] test matrices::triangular_matrix::test::test_new ... ok
[INFO] [stdout] test matrices::triangular_matrix::test::test_linear_to_xy_coord ... ok
[INFO] [stdout] test filter::test::test_filter_seqcol_case_insentitive_exclude ... ok
[INFO] [stdout] test matrices::triangular_matrix::test::test_increment ... ok
[INFO] [stdout] test matrices::triangular_matrix::test::test_xy_to_linear_coord ... ok
[INFO] [stdout] test random::test::test_random_empty_msa ... ok
[INFO] [stdout] test matrices::substitution_matrix::test::test_protmatrix_with_two_columns_with_gaps ... ok
[INFO] [stdout] test seqs::test_column_iterator ... ok
[INFO] [stdout] test random::test::test_random_msa_with_fixed_gaps ... ok
[INFO] [stdout] test seqs::test_sequence_iterator ... ok
[INFO] [stdout] test random::test::test_random_msa_with_no_fixed_gaps ... ok
[INFO] [stdout] test test::reorder_equal_order ... ok
[INFO] [stdout] test test::reorder_inverse_order ... ok
[INFO] [stdout] test test::reorder_random_order ... ok
[INFO] [stdout] test test::reorder_with_big_indexes ... ok
[INFO] [stdout] test test::reorder_with_few_indexes ... ok
[INFO] [stdout] test test::test_buffered_seq_collection_from_read ... ok
[INFO] [stdout] test test::reorder_with_repeated_indexes ... ok
[INFO] [stdout] test test::test_display_msa ... ok
[INFO] [stdout] test test::test_display_seq_col ... ok
[INFO] [stdout] test plotting::test::test_plotter_images ... ok
[INFO] [stdout] test test::test_remove_all_gap_columns ... ok
[INFO] [stdout] test trim::test::test_trim_aln_by_gaps_no_gaps ... ok
[INFO] [stdout] test trim::test::test_trim_aln_by_gaps_with_gaps ... ok
[INFO] [stdout] test trim::test::test_trim_aln_by_gaps_with_gaps_in_the_middle ... ok
[INFO] [stdout] test trim::test::test_trim_seqcol_fixed ... ok
[INFO] [stdout] test trim::test::test_trim_aln_by_terminal_gaps_with_gaps_in_the_middle ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 125 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests famlib
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test src/lib/clustering.rs - clustering::identity_fraction (line 45) ... FAILED
[INFO] [stdout] test src/lib/lib.rs - seqs::AnnotatedSequence::id (line 278) ... FAILED
[INFO] [stdout] test src/lib/lib.rs - seqs::AnnotatedSequence::is_empty (line 252) ... FAILED
[INFO] [stdout] test src/lib/lib.rs - seqs::Alignment::gapstrip (line 1043) ... FAILED
[INFO] [stdout] test src/lib/lib.rs - seqs::AnnotatedSequence::seq (line 205) ... FAILED
[INFO] [stdout] test src/lib/lib.rs - seqs::AnnotatedSequence::empty (line 137) ... FAILED
[INFO] [stdout] test src/lib/lib.rs - seqs::AnnotatedSequence::len (line 235) ... FAILED
[INFO] [stdout] test src/lib/lib.rs - seqs::AnnotatedSequence::new (line 109) ... FAILED
[INFO] [stdout] test src/lib/lib.rs - seqs::AnnotatedSequence::seq_copy (line 262) ... FAILED
[INFO] [stdout] test src/lib/lib.rs - seqs::AnnotatedSequence::set_id (line 193) ... FAILED
[INFO] [stdout] test src/lib/lib.rs - seqs::AnnotatedSequence::set_sequence (line 148) ... FAILED
[INFO] [stdout] test src/lib/lib.rs - seqs::AnnotatedSequence::take_sequence (line 177) ... FAILED
[INFO] [stdout] test src/lib/lib.rs - seqs::SequenceCollection (line 727) ... FAILED
[INFO] [stdout] test src/lib/lib.rs - seqs::AnnotatedSequence::trim_fixed (line 302) ... FAILED
[INFO] [stdout] test src/lib/lib.rs - seqs::SequenceCollection (line 778) ... FAILED
[INFO] [stdout] test src/lib/lib.rs - seqs::SequenceCollection (line 825) ... FAILED
[INFO] [stdout] test src/lib/lib.rs - seqs::SequenceCollection::add (line 491) ... FAILED
[INFO] [stdout] test src/lib/lib.rs - seqs::SequenceCollection::get_by_id (line 554) ... FAILED
[INFO] [stdout] test src/lib/lib.rs - seqs::SequenceCollection::get (line 538) ... FAILED
[INFO] [stdout] test src/lib/lib.rs - seqs::SequenceCollection::get_mut (line 663) ... FAILED
[INFO] [stdout] test src/lib/lib.rs - seqs::SequenceCollection::insert (line 455) ... FAILED
[INFO] [stdout] test src/lib/lib.rs - seqs::SequenceCollection::remove_by_id (line 577) ... FAILED
[INFO] [stdout] test src/lib/lib.rs - seqs::SequenceCollection::move_up (line 612) ... ok
[INFO] [stdout] test src/lib/lib.rs - seqs::SequenceCollection::new (line 343) ... ok
[INFO] [stdout] test src/lib/lib.rs - seqs::SequenceCollection::size (line 521) ... ok
[INFO] [stdout] test src/lib/matrices/triangular_matrix.rs - matrices::triangular_matrix::One (line 10) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib/clustering.rs - clustering::identity_fraction (line 45) stdout ----
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib/lib.rs - seqs::AnnotatedSequence::id (line 278) stdout ----
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib/lib.rs - seqs::AnnotatedSequence::is_empty (line 252) stdout ----
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib/lib.rs - seqs::Alignment::gapstrip (line 1043) stdout ----
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib/lib.rs - seqs::AnnotatedSequence::seq (line 205) stdout ----
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib/lib.rs - seqs::AnnotatedSequence::empty (line 137) stdout ----
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib/lib.rs - seqs::AnnotatedSequence::len (line 235) stdout ----
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib/lib.rs - seqs::AnnotatedSequence::new (line 109) stdout ----
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib/lib.rs - seqs::AnnotatedSequence::seq_copy (line 262) stdout ----
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib/lib.rs - seqs::AnnotatedSequence::set_id (line 193) stdout ----
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib/lib.rs - seqs::AnnotatedSequence::set_sequence (line 148) stdout ----
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib/lib.rs - seqs::AnnotatedSequence::take_sequence (line 177) stdout ----
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib/lib.rs - seqs::SequenceCollection (line 727) stdout ----
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib/lib.rs - seqs::AnnotatedSequence::trim_fixed (line 302) stdout ----
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib/lib.rs - seqs::SequenceCollection (line 778) stdout ----
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib/lib.rs - seqs::SequenceCollection (line 825) stdout ----
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib/lib.rs - seqs::SequenceCollection::add (line 491) stdout ----
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib/lib.rs - seqs::SequenceCollection::get_by_id (line 554) stdout ----
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib/lib.rs - seqs::SequenceCollection::get (line 538) stdout ----
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib/lib.rs - seqs::SequenceCollection::get_mut (line 663) stdout ----
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib/lib.rs - seqs::SequenceCollection::insert (line 455) stdout ----
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib/lib.rs - seqs::SequenceCollection::remove_by_id (line 577) stdout ----
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib/clustering.rs - clustering::identity_fraction (line 45)
[INFO] [stdout]     src/lib/lib.rs - seqs::Alignment::gapstrip (line 1043)
[INFO] [stdout]     src/lib/lib.rs - seqs::AnnotatedSequence::empty (line 137)
[INFO] [stdout]     src/lib/lib.rs - seqs::AnnotatedSequence::id (line 278)
[INFO] [stdout]     src/lib/lib.rs - seqs::AnnotatedSequence::is_empty (line 252)
[INFO] [stdout]     src/lib/lib.rs - seqs::AnnotatedSequence::len (line 235)
[INFO] [stdout]     src/lib/lib.rs - seqs::AnnotatedSequence::new (line 109)
[INFO] [stdout]     src/lib/lib.rs - seqs::AnnotatedSequence::seq (line 205)
[INFO] [stdout]     src/lib/lib.rs - seqs::AnnotatedSequence::seq_copy (line 262)
[INFO] [stdout]     src/lib/lib.rs - seqs::AnnotatedSequence::set_id (line 193)
[INFO] [stdout]     src/lib/lib.rs - seqs::AnnotatedSequence::set_sequence (line 148)
[INFO] [stdout]     src/lib/lib.rs - seqs::AnnotatedSequence::take_sequence (line 177)
[INFO] [stdout]     src/lib/lib.rs - seqs::AnnotatedSequence::trim_fixed (line 302)
[INFO] [stdout]     src/lib/lib.rs - seqs::SequenceCollection (line 727)
[INFO] [stdout]     src/lib/lib.rs - seqs::SequenceCollection (line 778)
[INFO] [stdout]     src/lib/lib.rs - seqs::SequenceCollection (line 825)
[INFO] [stdout]     src/lib/lib.rs - seqs::SequenceCollection::add (line 491)
[INFO] [stdout]     src/lib/lib.rs - seqs::SequenceCollection::get (line 538)
[INFO] [stdout]     src/lib/lib.rs - seqs::SequenceCollection::get_by_id (line 554)
[INFO] [stdout]     src/lib/lib.rs - seqs::SequenceCollection::get_mut (line 663)
[INFO] [stdout]     src/lib/lib.rs - seqs::SequenceCollection::insert (line 455)
[INFO] [stdout]     src/lib/lib.rs - seqs::SequenceCollection::remove_by_id (line 577)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 4 passed; 22 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.52s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "5c368be9348c4ffc1fee663d7014e123553a03e6e0d0324af49647a4f21602c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c368be9348c4ffc1fee663d7014e123553a03e6e0d0324af49647a4f21602c7", kill_on_drop: false }`
[INFO] [stdout] 5c368be9348c4ffc1fee663d7014e123553a03e6e0d0324af49647a4f21602c7
