[INFO] fetching crate fixed-point-math 0.1.0...
[INFO] testing fixed-point-math-0.1.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate fixed-point-math 0.1.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate fixed-point-math 0.1.0
[INFO] finished tweaking crates.io crate fixed-point-math 0.1.0
[INFO] tweaked toml for crates.io crate fixed-point-math 0.1.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate fixed-point-math 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] 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-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] c9485073826d2551c338f90196144162f582b1fe4b80f992d6e4d8a4e0274e0f
[INFO] running `Command { std: "docker" "start" "-a" "c9485073826d2551c338f90196144162f582b1fe4b80f992d6e4d8a4e0274e0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c9485073826d2551c338f90196144162f582b1fe4b80f992d6e4d8a4e0274e0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c9485073826d2551c338f90196144162f582b1fe4b80f992d6e4d8a4e0274e0f", kill_on_drop: false }`
[INFO] [stdout] c9485073826d2551c338f90196144162f582b1fe4b80f992d6e4d8a4e0274e0f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 6a6967df648858d9fcc451cf2f57afd480768f18a6d51ade1b5de0d02929a930
[INFO] running `Command { std: "docker" "start" "-a" "6a6967df648858d9fcc451cf2f57afd480768f18a6d51ade1b5de0d02929a930", kill_on_drop: false }`
[INFO] [stderr]    Compiling fixed-point-math v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated trait `fixed_point::FixedPoint`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]  --> src/lib.rs:9:22
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub use fixed_point::FixedPoint;
[INFO] [stdout]   |                      ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `fixed_point::FixedPoint`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]  --> src/i128.rs:1:25
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::fixed_point::FixedPoint;
[INFO] [stdout]   |                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `fixed_point::FixedPoint`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]  --> src/i128.rs:3:6
[INFO] [stdout]   |
[INFO] [stdout] 3 | impl FixedPoint for i128 {
[INFO] [stdout]   |      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `fixed_point::FixedPoint`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]  --> src/u64.rs:1:25
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::fixed_point::FixedPoint;
[INFO] [stdout]   |                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `fixed_point::FixedPoint`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]  --> src/u64.rs:3:6
[INFO] [stdout]   |
[INFO] [stdout] 3 | impl FixedPoint for u64 {
[INFO] [stdout]   |      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] running `Command { std: "docker" "inspect" "6a6967df648858d9fcc451cf2f57afd480768f18a6d51ade1b5de0d02929a930", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6a6967df648858d9fcc451cf2f57afd480768f18a6d51ade1b5de0d02929a930", kill_on_drop: false }`
[INFO] [stdout] 6a6967df648858d9fcc451cf2f57afd480768f18a6d51ade1b5de0d02929a930
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] eaf8bcbb41ae286a85104ef186884d1df7ead26623e0b4de99ff08c68857d4cd
[INFO] running `Command { std: "docker" "start" "-a" "eaf8bcbb41ae286a85104ef186884d1df7ead26623e0b4de99ff08c68857d4cd", kill_on_drop: false }`
[INFO] [stderr]    Compiling fixed-point-math v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated trait `fixed_point::FixedPoint`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]  --> src/lib.rs:9:22
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub use fixed_point::FixedPoint;
[INFO] [stdout]   |                      ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `fixed_point::FixedPoint`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]  --> src/i128.rs:1:25
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::fixed_point::FixedPoint;
[INFO] [stdout]   |                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `fixed_point::FixedPoint`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]  --> src/i128.rs:3:6
[INFO] [stdout]   |
[INFO] [stdout] 3 | impl FixedPoint for i128 {
[INFO] [stdout]   |      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `fixed_point::FixedPoint`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]  --> src/u64.rs:1:25
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::fixed_point::FixedPoint;
[INFO] [stdout]   |                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `fixed_point::FixedPoint`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]  --> src/u64.rs:3:6
[INFO] [stdout]   |
[INFO] [stdout] 3 | impl FixedPoint for u64 {
[INFO] [stdout]   |      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `fixed_point::FixedPoint`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]  --> src/lib.rs:9:22
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub use fixed_point::FixedPoint;
[INFO] [stdout]   |                      ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `fixed_point::FixedPoint`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]  --> src/i128.rs:1:25
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::fixed_point::FixedPoint;
[INFO] [stdout]   |                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `fixed_point::FixedPoint`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]  --> src/i128.rs:3:6
[INFO] [stdout]   |
[INFO] [stdout] 3 | impl FixedPoint for i128 {
[INFO] [stdout]   |      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `fixed_point::FixedPoint`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]  --> src/u64.rs:1:25
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::fixed_point::FixedPoint;
[INFO] [stdout]   |                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `fixed_point::FixedPoint`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]  --> src/u64.rs:3:6
[INFO] [stdout]   |
[INFO] [stdout] 3 | impl FixedPoint for u64 {
[INFO] [stdout]   |      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]   --> src/i128.rs:62:24
[INFO] [stdout]    |
[INFO] [stdout] 62 |         let result = x.fixed_mul_floor(y, denominator).unwrap();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]   --> src/i128.rs:73:24
[INFO] [stdout]    |
[INFO] [stdout] 73 |         let result = x.fixed_mul_floor(y, denominator).unwrap();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]   --> src/i128.rs:84:24
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let result = x.fixed_mul_floor(y, denominator).unwrap();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]   --> src/i128.rs:95:24
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let result = x.fixed_mul_floor(y, denominator);
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]    --> src/i128.rs:108:24
[INFO] [stdout]     |
[INFO] [stdout] 108 |         let result = x.fixed_mul_ceil(y, denominator).unwrap();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]    --> src/i128.rs:119:24
[INFO] [stdout]     |
[INFO] [stdout] 119 |         let result = x.fixed_mul_ceil(y, denominator).unwrap();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]    --> src/i128.rs:130:24
[INFO] [stdout]     |
[INFO] [stdout] 130 |         let result = x.fixed_mul_ceil(y, denominator).unwrap();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]    --> src/i128.rs:141:24
[INFO] [stdout]     |
[INFO] [stdout] 141 |         let result = x.fixed_mul_ceil(y, denominator);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]    --> src/i128.rs:154:24
[INFO] [stdout]     |
[INFO] [stdout] 154 |         let result = x.fixed_div_floor(y, denominator).unwrap();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]    --> src/i128.rs:165:24
[INFO] [stdout]     |
[INFO] [stdout] 165 |         let result = x.fixed_div_floor(y, denominator).unwrap();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]    --> src/i128.rs:176:24
[INFO] [stdout]     |
[INFO] [stdout] 176 |         let result = x.fixed_div_floor(y, denominator).unwrap();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]    --> src/i128.rs:187:24
[INFO] [stdout]     |
[INFO] [stdout] 187 |         let result = x.fixed_div_floor(y, denominator);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]    --> src/i128.rs:200:24
[INFO] [stdout]     |
[INFO] [stdout] 200 |         let result = x.fixed_div_ceil(y, denominator).unwrap();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]    --> src/i128.rs:211:24
[INFO] [stdout]     |
[INFO] [stdout] 211 |         let result = x.fixed_div_ceil(y, denominator).unwrap();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]    --> src/i128.rs:222:24
[INFO] [stdout]     |
[INFO] [stdout] 222 |         let result = x.fixed_div_ceil(y, denominator).unwrap();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]    --> src/i128.rs:233:24
[INFO] [stdout]     |
[INFO] [stdout] 233 |         let result = x.fixed_div_ceil(y, denominator);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]   --> src/u64.rs:68:24
[INFO] [stdout]    |
[INFO] [stdout] 68 |         let result = x.fixed_mul_floor(y, denominator).unwrap();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]   --> src/u64.rs:79:24
[INFO] [stdout]    |
[INFO] [stdout] 79 |         let result = x.fixed_mul_floor(y, denominator).unwrap();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]   --> src/u64.rs:90:24
[INFO] [stdout]    |
[INFO] [stdout] 90 |         let result = x.fixed_mul_floor(y, denominator).unwrap();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]    --> src/u64.rs:101:24
[INFO] [stdout]     |
[INFO] [stdout] 101 |         let result = x.fixed_mul_floor(y, denominator);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]    --> src/u64.rs:114:24
[INFO] [stdout]     |
[INFO] [stdout] 114 |         let result = x.fixed_mul_ceil(y, denominator).unwrap();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]    --> src/u64.rs:125:24
[INFO] [stdout]     |
[INFO] [stdout] 125 |         let result = x.fixed_mul_ceil(y, denominator).unwrap();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]    --> src/u64.rs:136:24
[INFO] [stdout]     |
[INFO] [stdout] 136 |         let result = x.fixed_mul_ceil(y, denominator).unwrap();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]    --> src/u64.rs:147:24
[INFO] [stdout]     |
[INFO] [stdout] 147 |         let result = x.fixed_mul_ceil(y, denominator);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]    --> src/u64.rs:160:24
[INFO] [stdout]     |
[INFO] [stdout] 160 |         let result = x.fixed_div_floor(y, denominator).unwrap();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]    --> src/u64.rs:171:24
[INFO] [stdout]     |
[INFO] [stdout] 171 |         let result = x.fixed_div_floor(y, denominator).unwrap();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]    --> src/u64.rs:182:24
[INFO] [stdout]     |
[INFO] [stdout] 182 |         let result = x.fixed_div_floor(y, denominator).unwrap();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]    --> src/u64.rs:193:24
[INFO] [stdout]     |
[INFO] [stdout] 193 |         let result = x.fixed_div_floor(y, denominator);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]    --> src/u64.rs:206:24
[INFO] [stdout]     |
[INFO] [stdout] 206 |         let result = x.fixed_div_ceil(y, denominator).unwrap();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]    --> src/u64.rs:217:24
[INFO] [stdout]     |
[INFO] [stdout] 217 |         let result = x.fixed_div_ceil(y, denominator).unwrap();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]    --> src/u64.rs:228:24
[INFO] [stdout]     |
[INFO] [stdout] 228 |         let result = x.fixed_div_ceil(y, denominator).unwrap();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stdout]    --> src/u64.rs:239:24
[INFO] [stdout]     |
[INFO] [stdout] 239 |         let result = x.fixed_div_ceil(y, denominator);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.55s
[INFO] running `Command { std: "docker" "inspect" "eaf8bcbb41ae286a85104ef186884d1df7ead26623e0b4de99ff08c68857d4cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eaf8bcbb41ae286a85104ef186884d1df7ead26623e0b4de99ff08c68857d4cd", kill_on_drop: false }`
[INFO] [stdout] eaf8bcbb41ae286a85104ef186884d1df7ead26623e0b4de99ff08c68857d4cd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] d8962c41e59ff65914962dc9f34f46f7592959834b416afca105925f0673345f
[INFO] running `Command { std: "docker" "start" "-a" "d8962c41e59ff65914962dc9f34f46f7592959834b416afca105925f0673345f", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated trait `fixed_point::FixedPoint`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]  --> src/lib.rs:9:22
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub use fixed_point::FixedPoint;
[INFO] [stderr]   |                      ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated trait `fixed_point::FixedPoint`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]  --> src/i128.rs:1:25
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::fixed_point::FixedPoint;
[INFO] [stderr]   |                         ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated trait `fixed_point::FixedPoint`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]  --> src/i128.rs:3:6
[INFO] [stderr]   |
[INFO] [stderr] 3 | impl FixedPoint for i128 {
[INFO] [stderr]   |      ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated trait `fixed_point::FixedPoint`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]  --> src/u64.rs:1:25
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::fixed_point::FixedPoint;
[INFO] [stderr]   |                         ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated trait `fixed_point::FixedPoint`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]  --> src/u64.rs:3:6
[INFO] [stderr]   |
[INFO] [stderr] 3 | impl FixedPoint for u64 {
[INFO] [stderr]   |      ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `fixed-point-math` (lib) generated 5 warnings
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]   --> src/i128.rs:62:24
[INFO] [stderr]    |
[INFO] [stderr] 62 |         let result = x.fixed_mul_floor(y, denominator).unwrap();
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]   --> src/i128.rs:73:24
[INFO] [stderr]    |
[INFO] [stderr] 73 |         let result = x.fixed_mul_floor(y, denominator).unwrap();
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]   --> src/i128.rs:84:24
[INFO] [stderr]    |
[INFO] [stderr] 84 |         let result = x.fixed_mul_floor(y, denominator).unwrap();
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]   --> src/i128.rs:95:24
[INFO] [stderr]    |
[INFO] [stderr] 95 |         let result = x.fixed_mul_floor(y, denominator);
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]    --> src/i128.rs:108:24
[INFO] [stderr]     |
[INFO] [stderr] 108 |         let result = x.fixed_mul_ceil(y, denominator).unwrap();
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]    --> src/i128.rs:119:24
[INFO] [stderr]     |
[INFO] [stderr] 119 |         let result = x.fixed_mul_ceil(y, denominator).unwrap();
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]    --> src/i128.rs:130:24
[INFO] [stderr]     |
[INFO] [stderr] 130 |         let result = x.fixed_mul_ceil(y, denominator).unwrap();
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]    --> src/i128.rs:141:24
[INFO] [stderr]     |
[INFO] [stderr] 141 |         let result = x.fixed_mul_ceil(y, denominator);
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]    --> src/i128.rs:154:24
[INFO] [stderr]     |
[INFO] [stderr] 154 |         let result = x.fixed_div_floor(y, denominator).unwrap();
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]    --> src/i128.rs:165:24
[INFO] [stderr]     |
[INFO] [stderr] 165 |         let result = x.fixed_div_floor(y, denominator).unwrap();
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]    --> src/i128.rs:176:24
[INFO] [stderr]     |
[INFO] [stderr] 176 |         let result = x.fixed_div_floor(y, denominator).unwrap();
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]    --> src/i128.rs:187:24
[INFO] [stderr]     |
[INFO] [stderr] 187 |         let result = x.fixed_div_floor(y, denominator);
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]    --> src/i128.rs:200:24
[INFO] [stderr]     |
[INFO] [stderr] 200 |         let result = x.fixed_div_ceil(y, denominator).unwrap();
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]    --> src/i128.rs:211:24
[INFO] [stderr]     |
[INFO] [stderr] 211 |         let result = x.fixed_div_ceil(y, denominator).unwrap();
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]    --> src/i128.rs:222:24
[INFO] [stderr]     |
[INFO] [stderr] 222 |         let result = x.fixed_div_ceil(y, denominator).unwrap();
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]    --> src/i128.rs:233:24
[INFO] [stderr]     |
[INFO] [stderr] 233 |         let result = x.fixed_div_ceil(y, denominator);
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]   --> src/u64.rs:68:24
[INFO] [stderr]    |
[INFO] [stderr] 68 |         let result = x.fixed_mul_floor(y, denominator).unwrap();
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]   --> src/u64.rs:79:24
[INFO] [stderr]    |
[INFO] [stderr] 79 |         let result = x.fixed_mul_floor(y, denominator).unwrap();
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]   --> src/u64.rs:90:24
[INFO] [stderr]    |
[INFO] [stderr] 90 |         let result = x.fixed_mul_floor(y, denominator).unwrap();
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]    --> src/u64.rs:101:24
[INFO] [stderr]     |
[INFO] [stderr] 101 |         let result = x.fixed_mul_floor(y, denominator);
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]    --> src/u64.rs:114:24
[INFO] [stderr]     |
[INFO] [stderr] 114 |         let result = x.fixed_mul_ceil(y, denominator).unwrap();
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]    --> src/u64.rs:125:24
[INFO] [stderr]     |
[INFO] [stderr] 125 |         let result = x.fixed_mul_ceil(y, denominator).unwrap();
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]    --> src/u64.rs:136:24
[INFO] [stderr]     |
[INFO] [stderr] 136 |         let result = x.fixed_mul_ceil(y, denominator).unwrap();
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_mul_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]    --> src/u64.rs:147:24
[INFO] [stderr]     |
[INFO] [stderr] 147 |         let result = x.fixed_mul_ceil(y, denominator);
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]    --> src/u64.rs:160:24
[INFO] [stderr]     |
[INFO] [stderr] 160 |         let result = x.fixed_div_floor(y, denominator).unwrap();
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]    --> src/u64.rs:171:24
[INFO] [stderr]     |
[INFO] [stderr] 171 |         let result = x.fixed_div_floor(y, denominator).unwrap();
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]    --> src/u64.rs:182:24
[INFO] [stderr]     |
[INFO] [stderr] 182 |         let result = x.fixed_div_floor(y, denominator).unwrap();
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_floor`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]    --> src/u64.rs:193:24
[INFO] [stderr]     |
[INFO] [stderr] 193 |         let result = x.fixed_div_floor(y, denominator);
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]    --> src/u64.rs:206:24
[INFO] [stderr]     |
[INFO] [stderr] 206 |         let result = x.fixed_div_ceil(y, denominator).unwrap();
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]    --> src/u64.rs:217:24
[INFO] [stderr]     |
[INFO] [stderr] 217 |         let result = x.fixed_div_ceil(y, denominator).unwrap();
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]    --> src/u64.rs:228:24
[INFO] [stderr]     |
[INFO] [stderr] 228 |         let result = x.fixed_div_ceil(y, denominator).unwrap();
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `fixed_point::FixedPoint::fixed_div_ceil`: please use crate `soroban-fixed-point-math` instead
[INFO] [stderr]    --> src/u64.rs:239:24
[INFO] [stderr]     |
[INFO] [stderr] 239 |         let result = x.fixed_div_ceil(y, denominator);
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `fixed-point-math` (lib test) generated 37 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fixed_point_math-9d2609ea2d6d8036)
[INFO] [stdout] 
[INFO] [stdout] running 32 tests
[INFO] [stdout] test i128::tests::test_fixed_div_ceil_negative_rounds_down ... ok
[INFO] [stdout] test i128::tests::test_fixed_div_ceil_large_number ... ok
[INFO] [stdout] test i128::tests::test_fixed_div_ceil_phantom_overflow ... ok
[INFO] [stdout] test i128::tests::test_fixed_div_floor_negative_rounds_down ... ok
[INFO] [stdout] test i128::tests::test_fixed_div_floor_rounds_down ... ok
[INFO] [stdout] test i128::tests::test_fixed_div_floor_large_number ... ok
[INFO] [stdout] test i128::tests::test_fixed_mul_ceil_large_number ... ok
[INFO] [stdout] test i128::tests::test_fixed_div_floor_phantom_overflow ... ok
[INFO] [stdout] test i128::tests::test_fixed_mul_ceil_negative_rounds_up ... ok
[INFO] [stdout] test i128::tests::test_fixed_mul_ceil_phantom_overflow ... ok
[INFO] [stdout] test i128::tests::test_fixed_mul_ceil_rounds_up ... ok
[INFO] [stdout] test i128::tests::test_fixed_mul_floor_large_number ... ok
[INFO] [stdout] test i128::tests::test_fixed_mul_floor_negative_rounds_down ... ok
[INFO] [stdout] test i128::tests::test_fixed_mul_floor_phantom_overflow ... ok
[INFO] [stdout] test i128::tests::test_fixed_mul_floor_rounds_down ... ok
[INFO] [stdout] test i128::tests::test_fixed_div_ceil_rounds_down ... ok
[INFO] [stdout] test u64::tests::test_fixed_div_ceil_large_number ... ok
[INFO] [stdout] test u64::tests::test_fixed_div_ceil_phantom_overflow_uses_u128 ... ok
[INFO] [stdout] test u64::tests::test_fixed_div_ceil_rounds_up ... ok
[INFO] [stdout] test u64::tests::test_fixed_div_floor_large_number ... ok
[INFO] [stdout] test u64::tests::test_fixed_div_ceil_result_overflow ... ok
[INFO] [stdout] test u64::tests::test_fixed_div_floor_result_overflow ... ok
[INFO] [stdout] test u64::tests::test_fixed_div_floor_phantom_overflow_uses_u128 ... ok
[INFO] [stdout] test u64::tests::test_fixed_div_floor_rounds_down ... ok
[INFO] [stdout] test u64::tests::test_fixed_mul_ceil_phantom_overflow_uses_u128 ... ok
[INFO] [stdout] test u64::tests::test_fixed_mul_ceil_large_number ... ok
[INFO] [stdout] test u64::tests::test_fixed_mul_ceil_result_overflow ... ok
[INFO] [stdout] test u64::tests::test_fixed_mul_floor_large_number ... ok
[INFO] [stdout] test u64::tests::test_fixed_mul_ceil_rounds_up ... ok
[INFO] [stdout] test u64::tests::test_fixed_mul_floor_phantom_overflow_uses_u128 ... ok
[INFO] [stdout] test u64::tests::test_fixed_mul_floor_result_overflow ... ok
[INFO] [stdout] test u64::tests::test_fixed_mul_floor_rounds_down ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]    Doc-tests fixed_point_math
[INFO] [stdout] 
[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] running `Command { std: "docker" "inspect" "d8962c41e59ff65914962dc9f34f46f7592959834b416afca105925f0673345f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d8962c41e59ff65914962dc9f34f46f7592959834b416afca105925f0673345f", kill_on_drop: false }`
[INFO] [stdout] d8962c41e59ff65914962dc9f34f46f7592959834b416afca105925f0673345f
