[INFO] fetching crate alass-core 2.0.0...
[INFO] testing alass-core-2.0.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate alass-core 2.0.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate alass-core 2.0.0
[INFO] finished tweaking crates.io crate alass-core 2.0.0
[INFO] tweaked toml for crates.io crate alass-core 2.0.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate alass-core 2.0.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 15 packages to latest compatible versions
[INFO] [stderr]       Adding rand v0.7.3 (available: v0.9.2)
[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] 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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] daa16def890fafe50b4931a2087fbc5041def1a81618f8925883b4785a2e8b3f
[INFO] running `Command { std: "docker" "start" "-a" "daa16def890fafe50b4931a2087fbc5041def1a81618f8925883b4785a2e8b3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "daa16def890fafe50b4931a2087fbc5041def1a81618f8925883b4785a2e8b3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "daa16def890fafe50b4931a2087fbc5041def1a81618f8925883b4785a2e8b3f", kill_on_drop: false }`
[INFO] [stdout] daa16def890fafe50b4931a2087fbc5041def1a81618f8925883b4785a2e8b3f
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d916c118c6f35612036a98c684d56cf86974c80285bf1df4b5dfc6846a9abf27
[INFO] running `Command { std: "docker" "start" "-a" "d916c118c6f35612036a98c684d56cf86974c80285bf1df4b5dfc6846a9abf27", kill_on_drop: false }`
[INFO] [stderr]    Compiling alass-core v2.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `statistics`
[INFO] [stdout]    --> src/alass.rs:354:11
[INFO] [stdout]     |
[INFO] [stdout] 354 |     #[cfg(feature = "statistics")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `nosplit-heap-sort`
[INFO] [stdout]     = help: consider adding `statistics` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]   --> src/alass.rs:92:18
[INFO] [stdout]    |
[INFO] [stdout] 92 |                 };
[INFO] [stdout]    |                  ^ help: remove this semicolon
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/rating_type.rs:144:35
[INFO] [stdout]     |
[INFO] [stdout] 144 |     const RATING_PRECISION: i64 = (1 << 32);
[INFO] [stdout]     |                                   ^       ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 144 -     const RATING_PRECISION: i64 = (1 << 32);
[INFO] [stdout] 144 +     const RATING_PRECISION: i64 = 1 << 32;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]    --> src/rating_type.rs:176:9
[INFO] [stdout]     |
[INFO] [stdout] 176 |         #[inline]
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout]     = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]    --> src/rating_type.rs:189:9
[INFO] [stdout]     |
[INFO] [stdout] 189 |         #[inline]
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]    --> src/rating_type.rs:192:9
[INFO] [stdout]     |
[INFO] [stdout] 192 |         #[inline]
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]     --> src/segments.rs:1691:5
[INFO] [stdout]      |
[INFO] [stdout] 1691 |     #[inline]
[INFO] [stdout]      |     ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]     --> src/segments.rs:1694:5
[INFO] [stdout]      |
[INFO] [stdout] 1694 |     #[inline]
[INFO] [stdout]      |     ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `div_by_i64_to_delta` and `as_readable_f32` are never used
[INFO] [stdout]    --> src/rating_type.rs:185:12
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub trait RatingExt {
[INFO] [stdout]     |               --------- associated items in this trait
[INFO] [stdout] ...
[INFO] [stdout] 185 |         fn div_by_i64_to_delta(r: Rating, other: i64) -> RatingDelta {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 |         fn as_readable_f32(self) -> f32;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
[INFO] running `Command { std: "docker" "inspect" "d916c118c6f35612036a98c684d56cf86974c80285bf1df4b5dfc6846a9abf27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d916c118c6f35612036a98c684d56cf86974c80285bf1df4b5dfc6846a9abf27", kill_on_drop: false }`
[INFO] [stdout] d916c118c6f35612036a98c684d56cf86974c80285bf1df4b5dfc6846a9abf27
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 26661eaa3a63763a5904c311f57cdbecb1faab65600a1fa19d150acb30536e78
[INFO] running `Command { std: "docker" "start" "-a" "26661eaa3a63763a5904c311f57cdbecb1faab65600a1fa19d150acb30536e78", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stdout] warning: unexpected `cfg` condition value: `statistics`
[INFO] [stdout]    --> src/alass.rs:354:11
[INFO] [stdout]     |
[INFO] [stdout] 354 |     #[cfg(feature = "statistics")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `nosplit-heap-sort`
[INFO] [stdout]     = help: consider adding `statistics` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]   --> src/alass.rs:92:18
[INFO] [stdout]    |
[INFO] [stdout] 92 |                 };
[INFO] [stdout]    |                  ^ help: remove this semicolon
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/rating_type.rs:144:35
[INFO] [stdout]     |
[INFO] [stdout] 144 |     const RATING_PRECISION: i64 = (1 << 32);
[INFO] [stdout]     |                                   ^       ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 144 -     const RATING_PRECISION: i64 = (1 << 32);
[INFO] [stdout] 144 +     const RATING_PRECISION: i64 = 1 << 32;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]    --> src/rating_type.rs:176:9
[INFO] [stdout]     |
[INFO] [stdout] 176 |         #[inline]
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout]     = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]    --> src/rating_type.rs:189:9
[INFO] [stdout]     |
[INFO] [stdout] 189 |         #[inline]
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]    --> src/rating_type.rs:192:9
[INFO] [stdout]     |
[INFO] [stdout] 192 |         #[inline]
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]     --> src/segments.rs:1691:5
[INFO] [stdout]      |
[INFO] [stdout] 1691 |     #[inline]
[INFO] [stdout]      |     ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]     --> src/segments.rs:1694:5
[INFO] [stdout]      |
[INFO] [stdout] 1694 |     #[inline]
[INFO] [stdout]      |     ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `div_by_i64_to_delta` and `as_readable_f32` are never used
[INFO] [stdout]    --> src/rating_type.rs:185:12
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub trait RatingExt {
[INFO] [stdout]     |               --------- associated items in this trait
[INFO] [stdout] ...
[INFO] [stdout] 185 |         fn div_by_i64_to_delta(r: Rating, other: i64) -> RatingDelta {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 |         fn as_readable_f32(self) -> f32;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling alass-core v2.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `statistics`
[INFO] [stdout]    --> src/alass.rs:354:11
[INFO] [stdout]     |
[INFO] [stdout] 354 |     #[cfg(feature = "statistics")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `nosplit-heap-sort`
[INFO] [stdout]     = help: consider adding `statistics` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]   --> src/alass.rs:92:18
[INFO] [stdout]    |
[INFO] [stdout] 92 |                 };
[INFO] [stdout]    |                  ^ help: remove this semicolon
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/rating_type.rs:144:35
[INFO] [stdout]     |
[INFO] [stdout] 144 |     const RATING_PRECISION: i64 = (1 << 32);
[INFO] [stdout]     |                                   ^       ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 144 -     const RATING_PRECISION: i64 = (1 << 32);
[INFO] [stdout] 144 +     const RATING_PRECISION: i64 = 1 << 32;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]    --> src/rating_type.rs:176:9
[INFO] [stdout]     |
[INFO] [stdout] 176 |         #[inline]
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout]     = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]    --> src/rating_type.rs:189:9
[INFO] [stdout]     |
[INFO] [stdout] 189 |         #[inline]
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]    --> src/rating_type.rs:192:9
[INFO] [stdout]     |
[INFO] [stdout] 192 |         #[inline]
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]     --> src/segments.rs:1691:5
[INFO] [stdout]      |
[INFO] [stdout] 1691 |     #[inline]
[INFO] [stdout]      |     ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]     --> src/segments.rs:1694:5
[INFO] [stdout]      |
[INFO] [stdout] 1694 |     #[inline]
[INFO] [stdout]      |     ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `div_by_i64_to_delta` and `as_readable_f32` are never used
[INFO] [stdout]    --> src/rating_type.rs:185:12
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub trait RatingExt {
[INFO] [stdout]     |               --------- associated items in this trait
[INFO] [stdout] ...
[INFO] [stdout] 185 |         fn div_by_i64_to_delta(r: Rating, other: i64) -> RatingDelta {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 |         fn as_readable_f32(self) -> f32;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.20s
[INFO] running `Command { std: "docker" "inspect" "26661eaa3a63763a5904c311f57cdbecb1faab65600a1fa19d150acb30536e78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "26661eaa3a63763a5904c311f57cdbecb1faab65600a1fa19d150acb30536e78", kill_on_drop: false }`
[INFO] [stdout] 26661eaa3a63763a5904c311f57cdbecb1faab65600a1fa19d150acb30536e78
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 041eea22dad5fd3744ae5f50c9e3b018b4d0772ba2c4cc981e4fd739323be06e
[INFO] running `Command { std: "docker" "start" "-a" "041eea22dad5fd3744ae5f50c9e3b018b4d0772ba2c4cc981e4fd739323be06e", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `statistics`
[INFO] [stderr]    --> src/alass.rs:354:11
[INFO] [stderr]     |
[INFO] [stderr] 354 |     #[cfg(feature = "statistics")]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `nosplit-heap-sort`
[INFO] [stderr]     = help: consider adding `statistics` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]   --> src/alass.rs:92:18
[INFO] [stderr]    |
[INFO] [stderr] 92 |                 };
[INFO] [stderr]    |                  ^ help: remove this semicolon
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/rating_type.rs:144:35
[INFO] [stderr]     |
[INFO] [stderr] 144 |     const RATING_PRECISION: i64 = (1 << 32);
[INFO] [stderr]     |                                   ^       ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 144 -     const RATING_PRECISION: i64 = (1 << 32);
[INFO] [stderr] 144 +     const RATING_PRECISION: i64 = 1 << 32;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stderr]    --> src/rating_type.rs:176:9
[INFO] [stderr]     |
[INFO] [stderr] 176 |         #[inline]
[INFO] [stderr]     |         ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stderr]     = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stderr]    --> src/rating_type.rs:189:9
[INFO] [stderr]     |
[INFO] [stderr] 189 |         #[inline]
[INFO] [stderr]     |         ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stderr]    --> src/rating_type.rs:192:9
[INFO] [stderr]     |
[INFO] [stderr] 192 |         #[inline]
[INFO] [stderr]     |         ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stderr]     --> src/segments.rs:1691:5
[INFO] [stderr]      |
[INFO] [stderr] 1691 |     #[inline]
[INFO] [stderr]      |     ^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]      = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stderr]     --> src/segments.rs:1694:5
[INFO] [stderr]      |
[INFO] [stderr] 1694 |     #[inline]
[INFO] [stderr]      |     ^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]      = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `div_by_i64_to_delta` and `as_readable_f32` are never used
[INFO] [stderr]    --> src/rating_type.rs:185:12
[INFO] [stderr]     |
[INFO] [stderr] 146 |     pub trait RatingExt {
[INFO] [stderr]     |               --------- associated items in this trait
[INFO] [stderr] ...
[INFO] [stderr] 185 |         fn div_by_i64_to_delta(r: Rating, other: i64) -> RatingDelta {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 |         fn as_readable_f32(self) -> f32;
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `alass-core` (lib) generated 9 warnings (run `cargo fix --lib -p alass-core` to apply 6 suggestions)
[INFO] [stderr] warning: `alass-core` (lib test) generated 9 warnings (9 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/alass_core-ab5ec72758eeef7e)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test alass::tests::test_single_span_ratings ... ok
[INFO] [stdout] test alass::tests::run_aligner ... ok
[INFO] [stdout] test timespan_ops::tests::test_prepare_time_spans ... ok
[INFO] [stderr]    Doc-tests alass_core
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.47s
[INFO] [stdout] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]   --> src/alass.rs:92:18
[INFO] [stderr]    |
[INFO] [stderr] 92 |                 };
[INFO] [stderr]    |                  ^ help: remove this semicolon
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/rating_type.rs:144:35
[INFO] [stderr]     |
[INFO] [stderr] 144 |     const RATING_PRECISION: i64 = (1 << 32);
[INFO] [stderr]     |                                   ^       ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 144 -     const RATING_PRECISION: i64 = (1 << 32);
[INFO] [stderr] 144 +     const RATING_PRECISION: i64 = 1 << 32;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: 2 warnings emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test src/time_types.rs - time_types::TimeSpan::new_safe (line 287) ... ok
[INFO] [stdout] test src/time_types.rs - time_types::TimeSpan::new (line 267) ... ok
[INFO] [stdout] test src/time_types.rs - time_types::TimePoint (line 163) ... ok
[INFO] [stdout] test src/time_types.rs - time_types::TimeSpan::new (line 253) ... ok
[INFO] [stdout] test src/time_types.rs - time_types::TimeSpan::contains (line 345) ... ok
[INFO] [stdout] test src/time_types.rs - time_types::TimeSpan::fast_distance_to (line 354) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.56s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "041eea22dad5fd3744ae5f50c9e3b018b4d0772ba2c4cc981e4fd739323be06e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "041eea22dad5fd3744ae5f50c9e3b018b4d0772ba2c4cc981e4fd739323be06e", kill_on_drop: false }`
[INFO] [stdout] 041eea22dad5fd3744ae5f50c9e3b018b4d0772ba2c4cc981e4fd739323be06e
