[INFO] fetching crate series 0.13.0... [INFO] testing series-0.13.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate series 0.13.0 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate series 0.13.0 [INFO] finished tweaking crates.io crate series 0.13.0 [INFO] tweaked toml for crates.io crate series 0.13.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate series 0.13.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 95 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.5.1 (available: v0.7.0) [INFO] [stderr] Adding rand v0.8.5 (available: v0.9.2) [INFO] [stderr] Adding rand_pcg v0.3.1 (available: v0.9.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded elsa v1.11.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fbe757a78ce6799483127c0b1187db994bceddf64f4dc4f778874765bc358377 [INFO] running `Command { std: "docker" "start" "-a" "fbe757a78ce6799483127c0b1187db994bceddf64f4dc4f778874765bc358377", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fbe757a78ce6799483127c0b1187db994bceddf64f4dc4f778874765bc358377", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fbe757a78ce6799483127c0b1187db994bceddf64f4dc4f778874765bc358377", kill_on_drop: false }` [INFO] [stdout] fbe757a78ce6799483127c0b1187db994bceddf64f4dc4f778874765bc358377 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e359de4beafd9aeb201ef850119bda612979fc3ef65b4478954da2a8775a6974 [INFO] running `Command { std: "docker" "start" "-a" "e359de4beafd9aeb201ef850119bda612979fc3ef65b4478954da2a8775a6974", kill_on_drop: false }` [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling elsa v1.11.2 [INFO] [stderr] Compiling series v0.13.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/poly.rs:126:17 [INFO] [stdout] | [INFO] [stdout] 126 | pub fn iter(&self) -> 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] 126 | pub fn iter(&self) -> Iter<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/poly_in.rs:125:17 [INFO] [stdout] | [INFO] [stdout] 125 | pub fn iter(&self) -> 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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 125 | pub fn iter(&self) -> Iter<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/poly_slice.rs:136:17 [INFO] [stdout] | [INFO] [stdout] 136 | pub fn iter(&self) -> 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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 136 | pub fn iter(&self) -> Iter<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/poly_slice.rs:178:47 [INFO] [stdout] | [INFO] [stdout] 178 | pub fn in_var(self, var: &'a Var) -> PolynomialSliceIn { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 178 | pub fn in_var(self, var: &'a Var) -> PolynomialSliceIn<'a, Var, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/poly_slice_in.rs:112:17 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn iter(&self) -> 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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn iter(&self) -> Iter<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/series.rs:122:17 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn iter(&self) -> 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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 122 | pub fn iter(&self) -> Iter<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/series_in.rs:113:17 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn iter(&self) -> 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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 113 | pub fn iter(&self) -> Iter<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/series_slice.rs:145:47 [INFO] [stdout] | [INFO] [stdout] 145 | pub fn in_var(self, var: &'a Var) -> SeriesSliceIn { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 145 | pub fn in_var(self, var: &'a Var) -> SeriesSliceIn<'a, Var, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/series_slice_in.rs:76:17 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn iter(&self) -> 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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 76 | pub fn iter(&self) -> Iter<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s [INFO] running `Command { std: "docker" "inspect" "e359de4beafd9aeb201ef850119bda612979fc3ef65b4478954da2a8775a6974", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e359de4beafd9aeb201ef850119bda612979fc3ef65b4478954da2a8775a6974", kill_on_drop: false }` [INFO] [stdout] e359de4beafd9aeb201ef850119bda612979fc3ef65b4478954da2a8775a6974 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 64ea80862b0a58c712d1e252af4caa47c75530a78005619d77ed09cf18ccd367 [INFO] running `Command { std: "docker" "start" "-a" "64ea80862b0a58c712d1e252af4caa47c75530a78005619d77ed09cf18ccd367", kill_on_drop: false }` [INFO] [stderr] Compiling gmp-mpfr-sys v1.6.7 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling clap_builder v4.5.46 [INFO] [stderr] Compiling rug v1.28.0 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/poly.rs:126:17 [INFO] [stdout] | [INFO] [stdout] 126 | pub fn iter(&self) -> 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] 126 | pub fn iter(&self) -> Iter<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/poly_in.rs:125:17 [INFO] [stdout] | [INFO] [stdout] 125 | pub fn iter(&self) -> 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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 125 | pub fn iter(&self) -> Iter<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/poly_slice.rs:136:17 [INFO] [stdout] | [INFO] [stdout] 136 | pub fn iter(&self) -> 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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 136 | pub fn iter(&self) -> Iter<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/poly_slice.rs:178:47 [INFO] [stdout] | [INFO] [stdout] 178 | pub fn in_var(self, var: &'a Var) -> PolynomialSliceIn { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 178 | pub fn in_var(self, var: &'a Var) -> PolynomialSliceIn<'a, Var, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/poly_slice_in.rs:112:17 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn iter(&self) -> 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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn iter(&self) -> Iter<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/series.rs:122:17 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn iter(&self) -> 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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 122 | pub fn iter(&self) -> Iter<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/series_in.rs:113:17 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn iter(&self) -> 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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 113 | pub fn iter(&self) -> Iter<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/series_slice.rs:145:47 [INFO] [stdout] | [INFO] [stdout] 145 | pub fn in_var(self, var: &'a Var) -> SeriesSliceIn { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 145 | pub fn in_var(self, var: &'a Var) -> SeriesSliceIn<'a, Var, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/series_slice_in.rs:76:17 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn iter(&self) -> 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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 76 | pub fn iter(&self) -> Iter<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Compiling clap v4.5.46 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling series v0.13.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/poly.rs:126:17 [INFO] [stdout] | [INFO] [stdout] 126 | pub fn iter(&self) -> 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] 126 | pub fn iter(&self) -> Iter<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/poly_in.rs:125:17 [INFO] [stdout] | [INFO] [stdout] 125 | pub fn iter(&self) -> 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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 125 | pub fn iter(&self) -> Iter<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/poly_slice.rs:136:17 [INFO] [stdout] | [INFO] [stdout] 136 | pub fn iter(&self) -> 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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 136 | pub fn iter(&self) -> Iter<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/poly_slice.rs:178:47 [INFO] [stdout] | [INFO] [stdout] 178 | pub fn in_var(self, var: &'a Var) -> PolynomialSliceIn { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 178 | pub fn in_var(self, var: &'a Var) -> PolynomialSliceIn<'a, Var, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/poly_slice_in.rs:112:17 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn iter(&self) -> 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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn iter(&self) -> Iter<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/series.rs:122:17 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn iter(&self) -> 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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 122 | pub fn iter(&self) -> Iter<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/series_in.rs:113:17 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn iter(&self) -> 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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 113 | pub fn iter(&self) -> Iter<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/series_slice.rs:145:47 [INFO] [stdout] | [INFO] [stdout] 145 | pub fn in_var(self, var: &'a Var) -> SeriesSliceIn { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 145 | pub fn in_var(self, var: &'a Var) -> SeriesSliceIn<'a, Var, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/series_slice_in.rs:76:17 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn iter(&self) -> 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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 76 | pub fn iter(&self) -> Iter<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 5m 08s [INFO] running `Command { std: "docker" "inspect" "64ea80862b0a58c712d1e252af4caa47c75530a78005619d77ed09cf18ccd367", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64ea80862b0a58c712d1e252af4caa47c75530a78005619d77ed09cf18ccd367", kill_on_drop: false }` [INFO] [stdout] 64ea80862b0a58c712d1e252af4caa47c75530a78005619d77ed09cf18ccd367 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] dd54a54f05a24b632b9b4e20c5be39b5f9cd5de356938f1b15cc72a58da9e116 [INFO] running `Command { std: "docker" "start" "-a" "dd54a54f05a24b632b9b4e20c5be39b5f9cd5de356938f1b15cc72a58da9e116", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/poly.rs:126:17 [INFO] [stderr] | [INFO] [stderr] 126 | pub fn iter(&self) -> 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] 126 | pub fn iter(&self) -> Iter<'_, C> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/poly_in.rs:125:17 [INFO] [stderr] | [INFO] [stderr] 125 | pub fn iter(&self) -> 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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 125 | pub fn iter(&self) -> Iter<'_, C> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/poly_slice.rs:136:17 [INFO] [stderr] | [INFO] [stderr] 136 | pub fn iter(&self) -> 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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 136 | pub fn iter(&self) -> Iter<'_, C> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/poly_slice.rs:178:47 [INFO] [stderr] | [INFO] [stderr] 178 | pub fn in_var(self, var: &'a Var) -> PolynomialSliceIn { [INFO] [stderr] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 178 | pub fn in_var(self, var: &'a Var) -> PolynomialSliceIn<'a, Var, C> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/poly_slice_in.rs:112:17 [INFO] [stderr] | [INFO] [stderr] 112 | pub fn iter(&self) -> 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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 112 | pub fn iter(&self) -> Iter<'_, C> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/series.rs:122:17 [INFO] [stderr] | [INFO] [stderr] 122 | pub fn iter(&self) -> 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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 122 | pub fn iter(&self) -> Iter<'_, C> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/series_in.rs:113:17 [INFO] [stderr] | [INFO] [stderr] 113 | pub fn iter(&self) -> 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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 113 | pub fn iter(&self) -> Iter<'_, C> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/series_slice.rs:145:47 [INFO] [stderr] | [INFO] [stderr] 145 | pub fn in_var(self, var: &'a Var) -> SeriesSliceIn { [INFO] [stderr] | -- ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 145 | pub fn in_var(self, var: &'a Var) -> SeriesSliceIn<'a, Var, C> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/series_slice_in.rs:76:17 [INFO] [stderr] | [INFO] [stderr] 76 | pub fn iter(&self) -> 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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 76 | pub fn iter(&self) -> Iter<'_, C> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `series` (lib) generated 9 warnings (run `cargo fix --lib -p series` to apply 9 suggestions) [INFO] [stderr] warning: `series` (lib test) generated 9 warnings (9 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/series-c7921c940f5432ce) [INFO] [stdout] [INFO] [stdout] running 38 tests [INFO] [stdout] test tests::tst_add_assign ... ok [INFO] [stdout] test tests::tst_add ... ok [INFO] [stdout] test tests::tst_exp ... ok [INFO] [stdout] test tests::tst_mul_assign ... ok [INFO] [stdout] test tests::tst_mul ... ok [INFO] [stdout] test tests::tst_neg ... ok [INFO] [stdout] test tests::tst_display ... ok [INFO] [stdout] test tests::tst_ln ... ok [INFO] [stdout] test tests::tst_poly_add ... ok [INFO] [stdout] test tests::tst_poly_display ... ok [INFO] [stdout] test tests::tst_div ... ok [INFO] [stdout] test tests::tst_div_assign ... ok [INFO] [stdout] test tests::tst_poly ... ok [INFO] [stdout] test tests::tst_poly_add_assign ... ok [INFO] [stdout] test tests::tst_poly_mul ... ok [INFO] [stdout] test tests::tst_poly_mul_assign ... ok [INFO] [stdout] test tests::tst_poly_sub_assign ... ok [INFO] [stdout] test tests::tst_poly_sub ... ok [INFO] [stdout] test tests::tst_series_with_cutoff ... ok [INFO] [stdout] test tests::tst_sub ... ok [INFO] [stdout] test tests::tst_poly_neg ... ok [INFO] [stdout] test tests::tst_poly_scalar ... ok [INFO] [stdout] test tests::tst_poly_var ... ok [INFO] [stdout] test tests::tst_pow ... ok [INFO] [stdout] test tests::tst_scalar ... ok [INFO] [stdout] test tests::tst_sub_assign ... ok [INFO] [stdout] test tests::tst_var ... ok [INFO] [stdout] test zero_ref::tests::test_zero ... ok [INFO] [stdout] test tests::tst_poly_mul_karatsuba ... ok [INFO] [stdout] test tests::tst_bad_cutoff - should panic ... ok [INFO] [stdout] test tests::tst_bad_mul - should panic ... ok [INFO] [stdout] test tests::tst_series ... ok [INFO] [stdout] test tests::tst_bad_sub - should panic ... ok [INFO] [stdout] test tests::tst_bad_add - should panic ... ok [INFO] [stderr] Doc-tests series [INFO] [stdout] test tests::tst_poly_bad_sub - should panic ... ok [INFO] [stdout] test tests::tst_bad_div - should panic ... ok [INFO] [stdout] test tests::tst_poly_bad_add - should panic ... ok [INFO] [stdout] test tests::tst_poly_bad_mul - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 154 tests [INFO] [stdout] test src/poly.rs - poly::Polynomial::add_assign (line 579) ... ok [INFO] [stdout] test src/poly.rs - poly::Polynomial::coeff (line 285) ... ok [INFO] [stdout] test src/poly.rs - poly::Polynomial::in_var (line 46) ... ok [INFO] [stdout] test src/poly.rs - poly::&'aPolynomial::neg (line 505) ... ok [INFO] [stdout] test src/poly.rs - poly::Polynomial::div_assign (line 814) ... ok [INFO] [stdout] test src/lib.rs - (line 109) ... ok [INFO] [stdout] test src/poly.rs - poly::Polynomial::div_assign (line 794) ... ok [INFO] [stdout] test src/poly.rs - poly::Polynomial::cutoff_at (line 134) ... ok [INFO] [stdout] test src/lib.rs - (line 120) ... ok [INFO] [stdout] test src/poly.rs - poly::Polynomial::index (line 414) ... ok [INFO] [stdout] test src/poly.rs - poly::Polynomial::for_each (line 259) ... ok [INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 166) ... ok [INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 155) ... ok [INFO] [stdout] test src/poly.rs - poly::Polynomial::into_iter (line 435) ... ok [INFO] [stdout] test src/poly.rs - poly::Polynomial::max_pow (line 76) ... ok [INFO] [stdout] test src/poly.rs - poly::Polynomial::len (line 91) ... ok [INFO] [stdout] test src/poly.rs - poly::Polynomial::add_assign (line 523) ... ok [INFO] [stdout] test src/poly.rs - poly::Polynomial::apply_at (line 183) ... ok [INFO] [stdout] test src/poly.rs - poly::Polynomial::is_empty (line 103) ... ok [INFO] [stdout] test src/poly.rs - poly::Polynomial::min_pow (line 60) ... ok [INFO] [stdout] test src/poly.rs - poly::Polynomial::mul_assign (line 772) ... ok [INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 82) ... ok [INFO] [stdout] test src/poly.rs - poly::Polynomial::neg (line 484) ... ok [INFO] [stdout] test src/lib.rs - (line 36) ... ok [INFO] [stdout] test src/poly.rs - poly::Polynomial::mul_assign (line 732) ... ok [INFO] [stdout] test src/poly.rs - poly::Polynomial::mul_assign (line 701) ... ok [INFO] [stdout] test src/poly.rs - poly::Polynomial::iter (line 118) ... ok [INFO] [stdout] test src/poly.rs - poly::Polynomial::new (line 30) ... ok [INFO] [stdout] test src/poly.rs - poly::Polynomial::mul_assign (line 752) ... ok [INFO] [stdout] test src/poly.rs - poly::PolynomialParts (line 1066) ... ok [INFO] [stdout] test src/poly.rs - poly::Polynomial::try_coeff (line 162) ... ok [INFO] [stdout] test src/poly_in.rs - poly_in::PolynomialIn::cutoff_at (line 133) ... ok [INFO] [stdout] test src/poly_in.rs - poly_in::PolynomialIn::div_assign (line 685) ... ok [INFO] [stdout] test src/poly.rs - poly::Polynomial::sub_assign (line 638) ... ok [INFO] [stdout] test src/poly_in.rs - poly_in::PolynomialIn::div_assign (line 665) ... ok [INFO] [stdout] test src/poly_in.rs - poly_in::PolynomialIn::add_assign (line 452) ... ok [INFO] [stdout] test src/poly_in.rs - poly_in::PolynomialIn::into_iter (line 346) ... ok [INFO] [stdout] test src/poly_in.rs - poly_in::PolynomialIn::coeff (line 226) ... ok [INFO] [stdout] test src/poly_in.rs - poly_in::PolynomialIn::index (line 325) ... ok [INFO] [stdout] test src/poly_in.rs - poly_in::PolynomialIn::add_assign (line 413) ... ok [INFO] [stdout] test src/poly_in.rs - poly_in::PolynomialIn::max_pow (line 75) ... ok [INFO] [stdout] test src/poly_in.rs - poly_in::PolynomialIn::apply_at (line 175) ... ok [INFO] [stdout] test src/poly_in.rs - poly_in::PolynomialIn::len (line 90) ... ok [INFO] [stdout] test src/poly.rs - poly::Polynomial::sub_assign (line 668) ... ok [INFO] [stdout] test src/poly_in.rs - poly_in::&'aPolynomialIn::neg (line 394) ... ok [INFO] [stdout] test src/poly_in.rs - poly_in::PolynomialIn::is_empty (line 102) ... ok [INFO] [stdout] test src/poly_in.rs - poly_in::PolynomialIn::iter (line 117) ... ok [INFO] [stdout] test src/poly_in.rs - poly_in::PolynomialIn::for_each (line 204) ... ok [INFO] [stdout] test src/poly_in.rs - poly_in::PolynomialIn::min_pow (line 59) ... ok [INFO] [stdout] test src/poly_in.rs - poly_in::PolynomialIn::mul_assign (line 645) ... ok [INFO] [stdout] test src/poly_in.rs - poly_in::PolynomialIn::mul_assign (line 564) ... ok [INFO] [stdout] test src/poly_in.rs - poly_in::PolynomialIn::try_coeff (line 154) ... ok [INFO] [stdout] test src/poly_in.rs - poly_in::PolynomialIn::new (line 29) ... ok [INFO] [stdout] test src/poly_in.rs - poly_in::PolynomialIn::neg (line 374) ... ok [INFO] [stdout] test src/poly_in.rs - poly_in::PolynomialIn::mul_assign (line 625) ... ok [INFO] [stdout] test src/poly_in.rs - poly_in::PolynomialInParts (line 876) ... ok [INFO] [stdout] test src/poly_slice.rs - poly_slice::PolynomialSlice<'a,C>::is_empty (line 108) ... ok [INFO] [stdout] test src/poly_slice.rs - poly_slice::PolynomialSlice<'a,C>::in_var (line 171) ... ok [INFO] [stdout] test src/poly_in.rs - poly_in::PolynomialIn::sub_assign (line 527) ... ok [INFO] [stdout] test src/poly_slice.rs - poly_slice::PolynomialSlice<'a,C>::min_pow (line 56) ... ok [INFO] [stdout] test src/poly_in.rs - poly_in::PolynomialIn::var (line 45) ... ok [INFO] [stdout] test src/poly_in.rs - poly_in::PolynomialIn::mul_assign (line 601) ... ok [INFO] [stdout] test src/poly_in.rs - poly_in::PolynomialIn::sub_assign (line 492) ... ok [INFO] [stdout] test src/poly_slice.rs - poly_slice::PolynomialSlice<'a,C>::len (line 93) ... ok [INFO] [stdout] test src/poly_slice.rs - poly_slice::PolynomialSlice<'a,C>::iter (line 125) ... ok [INFO] [stdout] test src/poly_slice_in.rs - poly_slice_in::PolynomialSliceIn<'a,Var,C>::iter (line 101) ... ok [INFO] [stdout] test src/poly_slice_in.rs - poly_slice_in::PolynomialSliceIn<'a,Var,C>::max_pow (line 51) ... ok [INFO] [stdout] test src/poly_slice.rs - poly_slice::PolynomialSlice<'a,C>::split_at (line 145) ... ok [INFO] [stdout] test src/poly_slice_in.rs - poly_slice_in::PolynomialSliceIn<'a,Var,C>::min_pow (line 32) ... ok [INFO] [stdout] test src/poly_slice_in.rs - poly_slice_in::PolynomialSliceIn<'a,Var,C>::split_at (line 121) ... ok [INFO] [stdout] test src/poly_slice_in.rs - poly_slice_in::PolynomialSliceIn<'a,Var,C>::is_empty (line 84) ... ok [INFO] [stdout] test src/poly_slice_in.rs - poly_slice_in::PolynomialSliceIn<'a,Var,C>::var (line 140) ... ok [INFO] [stdout] test src/poly_slice_in.rs - poly_slice_in::PolynomialSliceIn<'a,Var,C>::len (line 69) ... ok [INFO] [stdout] test src/poly_slice.rs - poly_slice::PolynomialSlice<'a,C>::max_pow (line 75) ... ok [INFO] [stdout] test src/series.rs - series::Series::as_slice (line 264) ... ok [INFO] [stdout] test src/series.rs - series::&'aSeries::neg (line 543) ... ok [INFO] [stdout] test src/series.rs - series::Series::as_slice (line 322) ... ok [INFO] [stdout] test src/series.rs - series::&'aSeries::mul_inverse (line 475) ... ok [INFO] [stdout] test src/series.rs - series::Series::as_slice (line 400) ... ok [INFO] [stdout] test src/series.rs - series::Series::as_slice (line 377) ... ok [INFO] [stdout] test src/series.rs - series::Series::add_assign (line 600) ... ok [INFO] [stdout] test src/series.rs - series::Series::in_var (line 77) ... ok [INFO] [stdout] test src/series.rs - series::Series::cutoff_pow (line 102) ... ok [INFO] [stdout] test src/series.rs - series::Series::as_slice (line 349) ... ok [INFO] [stdout] test src/series.rs - series::Series::add_assign (line 561) ... ok [INFO] [stdout] test src/series.rs - series::Series::min_pow (line 89) ... ok [INFO] [stdout] test src/series.rs - series::Series::as_slice (line 293) ... ok [INFO] [stdout] test src/series.rs - series::Series::div_assign (line 889) ... ok [INFO] [stdout] test src/series.rs - series::Series::into_iter (line 451) ... ok [INFO] [stdout] test src/series.rs - series::Series::mul_assign (line 775) ... ok [INFO] [stdout] test src/series.rs - series::Series::div_assign (line 868) ... ok [INFO] [stdout] test src/series.rs - series::Series::apply_at (line 160) ... ok [INFO] [stdout] test src/series.rs - series::Series::new (line 31) ... ok [INFO] [stdout] test src/series.rs - series::Series::neg (line 522) ... ok [INFO] [stdout] test src/series.rs - series::Series::mul_inverse (line 497) ... ok [INFO] [stdout] test src/series.rs - series::Series::index (line 429) ... ok [INFO] [stdout] test src/series.rs - series::Series::coeff (line 237) ... ok [INFO] [stdout] test src/series.rs - series::Series::iter (line 114) ... ok [INFO] [stdout] test src/series.rs - series::Series::for_each (line 208) ... ok [INFO] [stdout] test src/series.rs - series::SeriesParts (line 1229) ... ok [INFO] [stdout] test src/series.rs - series::Series::try_coeff (line 134) ... ok [INFO] [stdout] test src/series.rs - series::Series::sub_assign (line 685) ... ok [INFO] [stdout] test src/series.rs - series::Series::mul_assign (line 732) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::as_slice (line 261) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::add_assign (line 572) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::add_assign (line 534) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::as_slice (line 346) ... ok [INFO] [stdout] test src/series.rs - series::Series::powi (line 1300) ... ok [INFO] [stdout] test src/series_in.rs - series_in::&'aSeriesIn::neg (line 515) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::as_slice (line 317) ... ok [INFO] [stdout] test src/series.rs - series::Series::sub_assign (line 655) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::cutoff_pow (line 93) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::as_slice (line 289) ... ok [INFO] [stdout] test src/series.rs - series::Series::with_cutoff (line 47) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::as_slice (line 232) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::apply_at (line 151) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::into_iter (line 419) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::div_assign (line 845) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::for_each (line 178) ... ok [INFO] [stdout] test src/series_in.rs - series_in::&'aSeriesIn::mul_inverse (line 444) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::mul_inverse (line 466) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::min_pow (line 80) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::index (line 397) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::iter (line 105) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::coeff (line 203) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::div_assign (line 870) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::neg (line 493) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::powi (line 1196) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::mul_assign (line 711) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::mul_assign (line 747) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::sub_assign (line 659) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::try_coeff (line 125) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::new (line 30) ... ok [INFO] [stdout] test src/series_slice.rs - series_slice::SeriesSlice<'a,C>::split_at (line 96) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::as_slice (line 368) ... ok [INFO] [stdout] test src/series_slice.rs - series_slice::SeriesSlice<'a,C>::as_poly (line 122) ... ok [INFO] [stdout] test src/series_slice.rs - series_slice::SeriesSlice<'a,C>::cutoff_pow (line 61) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::var (line 68) ... ok [INFO] [stdout] test src/series_slice.rs - series_slice::SeriesSlice<'a,C>::min_pow (line 45) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesInParts (line 1139) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::with_cutoff (line 46) ... ok [INFO] [stdout] test src/series_slice.rs - series_slice::SeriesSlice<'a,C>::in_var (line 138) ... ok [INFO] [stdout] test src/series_slice_in.rs - series_slice_in::SeriesSliceIn<'a,Var,C>::cutoff_pow (line 50) ... ok [INFO] [stdout] test src/series_slice.rs - series_slice::SeriesSlice<'a,C>::iter (line 76) ... ok [INFO] [stdout] test src/series_slice.rs - series_slice::SeriesSlice<'a,C>::try_coeff (line 157) ... ok [INFO] [stdout] test src/series_slice_in.rs - series_slice_in::SeriesSliceIn<'a,Var,C>::iter (line 65) ... ok [INFO] [stdout] test src/series_slice.rs - series_slice::SeriesSlice<'a,C>::coeff (line 195) ... ok [INFO] [stdout] test src/series_in.rs - series_in::SeriesIn::sub_assign (line 624) ... ok [INFO] [stdout] test src/series_slice_in.rs - series_slice_in::SeriesSliceIn<'a,Var,C>::min_pow (line 34) ... ok [INFO] [stdout] test src/series_slice_in.rs - series_slice_in::SeriesSliceIn<'a,Var,C>::split_at (line 85) ... ok [INFO] [stdout] test src/series_slice_in.rs - series_slice_in::SeriesSliceIn<'a,Var,C>::var (line 121) ... ok [INFO] [stdout] test src/series_slice_in.rs - series_slice_in::SeriesSliceIn<'a,Var,C>::try_coeff (line 139) ... ok [INFO] [stdout] test src/series_slice_in.rs - series_slice_in::SeriesSliceIn<'a,Var,C>::coeff (line 166) ... ok [INFO] [stdout] test src/series_slice_in.rs - series_slice_in::SeriesSliceIn<'a,Var,C>::as_poly (line 105) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 154 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.82s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "dd54a54f05a24b632b9b4e20c5be39b5f9cd5de356938f1b15cc72a58da9e116", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd54a54f05a24b632b9b4e20c5be39b5f9cd5de356938f1b15cc72a58da9e116", kill_on_drop: false }` [INFO] [stdout] dd54a54f05a24b632b9b4e20c5be39b5f9cd5de356938f1b15cc72a58da9e116