[INFO] fetching crate free-algebra 0.1.0... [INFO] testing free-algebra-0.1.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7 [INFO] extracting crate free-algebra 0.1.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate free-algebra 0.1.0 [INFO] finished tweaking crates.io crate free-algebra 0.1.0 [INFO] tweaked toml for crates.io crate free-algebra 0.1.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate free-algebra 0.1.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 8 packages to latest compatible versions [INFO] [stderr] Adding derivative v1.0.4 (available: v2.2.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded derivative v1.0.4 [INFO] [stderr] Downloaded maths-traits v0.2.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2887e145043f5874a3461662e53c3eb065b056a089c0d5635f4656b56286e9c2 [INFO] running `Command { std: "docker" "start" "-a" "2887e145043f5874a3461662e53c3eb065b056a089c0d5635f4656b56286e9c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2887e145043f5874a3461662e53c3eb065b056a089c0d5635f4656b56286e9c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2887e145043f5874a3461662e53c3eb065b056a089c0d5635f4656b56286e9c2", kill_on_drop: false }` [INFO] [stdout] 2887e145043f5874a3461662e53c3eb065b056a089c0d5635f4656b56286e9c2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c170e41299dd21bfa8ecd7d9648a5fc4384f89023d2ce5e8497d7a911591c30d [INFO] running `Command { std: "docker" "start" "-a" "c170e41299dd21bfa8ecd7d9648a5fc4384f89023d2ce5e8497d7a911591c30d", kill_on_drop: false }` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling maths-traits v0.2.1 [INFO] [stderr] Compiling derivative v1.0.4 [INFO] [stderr] Compiling free-algebra v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:77:12 [INFO] [stdout] | [INFO] [stdout] 77 | #![feature(specialization)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | pub use self::monoid::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ the name `Iter` in the type namespace is first re-exported here [INFO] [stdout] 86 | pub use self::module::*; [INFO] [stdout] | --------------- but the name `Iter` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | pub use self::monoid::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ the name `IntoIter` in the type namespace is first re-exported here [INFO] [stdout] 86 | pub use self::module::*; [INFO] [stdout] | --------------- but the name `IntoIter` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | pub use self::monoid::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ the name `IterMut` in the type namespace is first re-exported here [INFO] [stdout] 86 | pub use self::module::*; [INFO] [stdout] | --------------- but the name `IterMut` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/monoid.rs:268:27 [INFO] [stdout] | [INFO] [stdout] 268 | #[inline] pub fn iter(&self) -> Iter { self.string.iter() } [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] 268 | #[inline] pub fn iter(&self) -> Iter<'_, C> { self.string.iter() } [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/monoid.rs:292:31 [INFO] [stdout] | [INFO] [stdout] 292 | #[inline] pub fn iter_mut(&mut self) -> IterMut where M:MonoidRule { [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] 292 | #[inline] pub fn iter_mut(&mut self) -> IterMut<'_, C,M> where M:MonoidRule { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s [INFO] running `Command { std: "docker" "inspect" "c170e41299dd21bfa8ecd7d9648a5fc4384f89023d2ce5e8497d7a911591c30d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c170e41299dd21bfa8ecd7d9648a5fc4384f89023d2ce5e8497d7a911591c30d", kill_on_drop: false }` [INFO] [stdout] c170e41299dd21bfa8ecd7d9648a5fc4384f89023d2ce5e8497d7a911591c30d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f55e855522fc5eab28e7ac7d109a11e523a5e8f2c790402edb1dd462abd447e1 [INFO] running `Command { std: "docker" "start" "-a" "f55e855522fc5eab28e7ac7d109a11e523a5e8f2c790402edb1dd462abd447e1", kill_on_drop: false }` [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:77:12 [INFO] [stdout] | [INFO] [stdout] 77 | #![feature(specialization)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | pub use self::monoid::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ the name `Iter` in the type namespace is first re-exported here [INFO] [stdout] 86 | pub use self::module::*; [INFO] [stdout] | --------------- but the name `Iter` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | pub use self::monoid::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ the name `IntoIter` in the type namespace is first re-exported here [INFO] [stdout] 86 | pub use self::module::*; [INFO] [stdout] | --------------- but the name `IntoIter` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | pub use self::monoid::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ the name `IterMut` in the type namespace is first re-exported here [INFO] [stdout] 86 | pub use self::module::*; [INFO] [stdout] | --------------- but the name `IterMut` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/monoid.rs:268:27 [INFO] [stdout] | [INFO] [stdout] 268 | #[inline] pub fn iter(&self) -> Iter { self.string.iter() } [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] 268 | #[inline] pub fn iter(&self) -> Iter<'_, C> { self.string.iter() } [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/monoid.rs:292:31 [INFO] [stdout] | [INFO] [stdout] 292 | #[inline] pub fn iter_mut(&mut self) -> IterMut where M:MonoidRule { [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] 292 | #[inline] pub fn iter_mut(&mut self) -> IterMut<'_, C,M> where M:MonoidRule { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling free-algebra v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:77:12 [INFO] [stdout] | [INFO] [stdout] 77 | #![feature(specialization)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | pub use self::monoid::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ the name `Iter` in the type namespace is first re-exported here [INFO] [stdout] 86 | pub use self::module::*; [INFO] [stdout] | --------------- but the name `Iter` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | pub use self::monoid::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ the name `IntoIter` in the type namespace is first re-exported here [INFO] [stdout] 86 | pub use self::module::*; [INFO] [stdout] | --------------- but the name `IntoIter` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | pub use self::monoid::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ the name `IterMut` in the type namespace is first re-exported here [INFO] [stdout] 86 | pub use self::module::*; [INFO] [stdout] | --------------- but the name `IterMut` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/monoid.rs:268:27 [INFO] [stdout] | [INFO] [stdout] 268 | #[inline] pub fn iter(&self) -> Iter { self.string.iter() } [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] 268 | #[inline] pub fn iter(&self) -> Iter<'_, C> { self.string.iter() } [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/monoid.rs:292:31 [INFO] [stdout] | [INFO] [stdout] 292 | #[inline] pub fn iter_mut(&mut self) -> IterMut where M:MonoidRule { [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] 292 | #[inline] pub fn iter_mut(&mut self) -> IterMut<'_, C,M> where M:MonoidRule { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.56s [INFO] running `Command { std: "docker" "inspect" "f55e855522fc5eab28e7ac7d109a11e523a5e8f2c790402edb1dd462abd447e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f55e855522fc5eab28e7ac7d109a11e523a5e8f2c790402edb1dd462abd447e1", kill_on_drop: false }` [INFO] [stdout] f55e855522fc5eab28e7ac7d109a11e523a5e8f2c790402edb1dd462abd447e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c029683484201722caca187ff5e7aea194aaed6c899defbfb55a16fb1096f5ac [INFO] running `Command { std: "docker" "start" "-a" "c029683484201722caca187ff5e7aea194aaed6c899defbfb55a16fb1096f5ac", kill_on_drop: false }` [INFO] [stderr] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stderr] --> src/lib.rs:77:12 [INFO] [stderr] | [INFO] [stderr] 77 | #![feature(specialization)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #31844 for more information [INFO] [stderr] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stderr] = note: `#[warn(incomplete_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:85:9 [INFO] [stderr] | [INFO] [stderr] 85 | pub use self::monoid::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ the name `Iter` in the type namespace is first re-exported here [INFO] [stderr] 86 | pub use self::module::*; [INFO] [stderr] | --------------- but the name `Iter` in the type namespace is also re-exported here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:85:9 [INFO] [stderr] | [INFO] [stderr] 85 | pub use self::monoid::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ the name `IntoIter` in the type namespace is first re-exported here [INFO] [stderr] 86 | pub use self::module::*; [INFO] [stderr] | --------------- but the name `IntoIter` in the type namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:85:9 [INFO] [stderr] | [INFO] [stderr] 85 | pub use self::monoid::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ the name `IterMut` in the type namespace is first re-exported here [INFO] [stderr] 86 | pub use self::module::*; [INFO] [stderr] | --------------- but the name `IterMut` in the type namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/monoid.rs:268:27 [INFO] [stderr] | [INFO] [stderr] 268 | #[inline] pub fn iter(&self) -> Iter { self.string.iter() } [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] 268 | #[inline] pub fn iter(&self) -> Iter<'_, C> { self.string.iter() } [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/monoid.rs:292:31 [INFO] [stderr] | [INFO] [stderr] 292 | #[inline] pub fn iter_mut(&mut self) -> IterMut where M:MonoidRule { [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] 292 | #[inline] pub fn iter_mut(&mut self) -> IterMut<'_, C,M> where M:MonoidRule { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `free-algebra` (lib) generated 6 warnings (run `cargo fix --lib -p free-algebra` to apply 2 suggestions) [INFO] [stderr] warning: `free-algebra` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/free_algebra-7bed5e0e43650b21) [INFO] [stderr] Doc-tests free_algebra [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stderr] --> src/lib.rs:77:12 [INFO] [stderr] | [INFO] [stderr] 77 | #![feature(specialization)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #31844 for more information [INFO] [stderr] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stderr] = note: `#[warn(incomplete_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 26 tests [INFO] [stdout] test src/monoid.rs - monoid::MonoidalString (line 105) ... ok [INFO] [stdout] test src/module.rs - module::ModuleString::len (line 236) ... ok [INFO] [stdout] test src/monoid.rs - monoid::MonoidalString (line 124) ... ok [INFO] [stdout] test src/monoid.rs - monoid::MonoidalString::iter (line 254) ... ok [INFO] [stdout] test src/monoid.rs - monoid::MonoidalString (line 96) ... ok [INFO] [stdout] test src/monoid.rs - monoid::MonoidalString (line 115) ... ok [INFO] [stdout] test src/monoid.rs - monoid::MonoidalString::commutator (line 321) ... ok [INFO] [stdout] test src/monoid.rs - monoid::MonoidalString::iter_mut (line 277) ... ok [INFO] [stdout] test src/lib.rs - (line 21) ... ok [INFO] [stdout] test src/module.rs - module::ModuleString::get (line 279) ... ok [INFO] [stdout] test src/specifics/free_group.rs - specifics::free_group::FreeInv::is_id (line 114) ... ok [INFO] [stdout] test src/monoid.rs - monoid::MonoidalString::len (line 236) ... ok [INFO] [stdout] test src/monoid.rs - monoid::MonoidalString::commutator (line 337) ... ok [INFO] [stdout] test src/monoid.rs - monoid::MonoidalString::reverse (line 302) ... ok [INFO] [stdout] test src/module.rs - module::ModuleString::get_ref (line 258) ... ok [INFO] [stdout] test src/module.rs - module::ModuleString::iter_mut (line 303) ... ok [INFO] [stdout] test src/module.rs - module::ModuleString (line 75) ... ok [INFO] [stdout] test src/specifics/free_group.rs - specifics::free_group::FreeGroup (line 10) ... ok [INFO] [stdout] test src/specifics/free_group.rs - specifics::free_group::FreeInv::is_inv (line 100) ... ok [INFO] [stdout] test src/module.rs - module::ModuleString::commutator (line 329) ... ok [INFO] [stdout] test src/module.rs - module::ModuleString::commutator (line 352) ... ok [INFO] [stdout] test src/specifics/free_monoid.rs - specifics::free_monoid::FreeMonoid (line 11) ... ok [INFO] [stdout] test src/specifics/free_pow.rs - specifics::free_pow::FreePowMonoid (line 11) ... ok [INFO] [stdout] test src/specifics/mod.rs - specifics::FreeAlgebra (line 120) ... ok [INFO] [stdout] test src/specifics/mod.rs - specifics::FreeModule (line 92) ... ok [INFO] [stdout] test src/specifics/mod.rs - specifics::MonoidRing (line 40) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c029683484201722caca187ff5e7aea194aaed6c899defbfb55a16fb1096f5ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c029683484201722caca187ff5e7aea194aaed6c899defbfb55a16fb1096f5ac", kill_on_drop: false }` [INFO] [stdout] c029683484201722caca187ff5e7aea194aaed6c899defbfb55a16fb1096f5ac