[INFO] fetching crate fixed 1.10.0... [INFO] testing fixed-1.10.0 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate fixed 1.10.0 into /workspace/builds/worker-23/source [INFO] validating manifest of crates.io crate fixed 1.10.0 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fixed 1.10.0 [INFO] finished tweaking crates.io crate fixed 1.10.0 [INFO] tweaked toml for crates.io crate fixed 1.10.0 written to /workspace/builds/worker-23/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cdc9408eef8268178cc61ba4d5301be6ff6d190d07a787c1bb6b91a02c26a560 [INFO] running `Command { std: "docker" "start" "-a" "cdc9408eef8268178cc61ba4d5301be6ff6d190d07a787c1bb6b91a02c26a560", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cdc9408eef8268178cc61ba4d5301be6ff6d190d07a787c1bb6b91a02c26a560", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cdc9408eef8268178cc61ba4d5301be6ff6d190d07a787c1bb6b91a02c26a560", kill_on_drop: false }` [INFO] [stdout] cdc9408eef8268178cc61ba4d5301be6ff6d190d07a787c1bb6b91a02c26a560 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e066fbb1e0de2f5917ff464f55a8883a4da81429a01bb6cc0fe282bcd63ad479 [INFO] running `Command { std: "docker" "start" "-a" "e066fbb1e0de2f5917ff464f55a8883a4da81429a01bb6cc0fe282bcd63ad479", kill_on_drop: false }` [INFO] [stderr] Compiling az v1.1.2 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Compiling fixed v1.10.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling half v1.7.1 [INFO] [stderr] Compiling bytemuck v1.7.2 [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/arith.rs:830:61 [INFO] [stdout] | [INFO] [stdout] 830 | let (col12, carry_col3) = partial_col12.carrying_add(ll_rh); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 914 | mul_div_fallback! { u128, u128, Unsigned } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FallbackHelper::carrying_add(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `mul_div_fallback` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/arith.rs:859:57 [INFO] [stdout] | [INFO] [stdout] 859 | let (col12, carry_col3) = partial_col12.carrying_add(ll_rh); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 914 | mul_div_fallback! { u128, u128, Unsigned } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FallbackHelper::carrying_add(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `mul_div_fallback` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/arith.rs:830:61 [INFO] [stdout] | [INFO] [stdout] 830 | let (col12, carry_col3) = partial_col12.carrying_add(ll_rh); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 919 | mul_div_fallback! { i128, u128, Signed } [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FallbackHelper::carrying_add(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `mul_div_fallback` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/arith.rs:859:57 [INFO] [stdout] | [INFO] [stdout] 859 | let (col12, carry_col3) = partial_col12.carrying_add(ll_rh); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 919 | mul_div_fallback! { i128, u128, Signed } [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FallbackHelper::carrying_add(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `mul_div_fallback` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.66s [INFO] running `Command { std: "docker" "inspect" "e066fbb1e0de2f5917ff464f55a8883a4da81429a01bb6cc0fe282bcd63ad479", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e066fbb1e0de2f5917ff464f55a8883a4da81429a01bb6cc0fe282bcd63ad479", kill_on_drop: false }` [INFO] [stdout] e066fbb1e0de2f5917ff464f55a8883a4da81429a01bb6cc0fe282bcd63ad479 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d88def47353ea57b68b557256bc86bf5664410806bd86a4a947f2c943720db59 [INFO] running `Command { std: "docker" "start" "-a" "d88def47353ea57b68b557256bc86bf5664410806bd86a4a947f2c943720db59", kill_on_drop: false }` [INFO] [stderr] Compiling fixed v1.10.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/arith.rs:830:61 [INFO] [stdout] | [INFO] [stdout] 830 | let (col12, carry_col3) = partial_col12.carrying_add(ll_rh); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 914 | mul_div_fallback! { u128, u128, Unsigned } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FallbackHelper::carrying_add(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `mul_div_fallback` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/arith.rs:859:57 [INFO] [stdout] | [INFO] [stdout] 859 | let (col12, carry_col3) = partial_col12.carrying_add(ll_rh); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 914 | mul_div_fallback! { u128, u128, Unsigned } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FallbackHelper::carrying_add(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `mul_div_fallback` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/arith.rs:830:61 [INFO] [stdout] | [INFO] [stdout] 830 | let (col12, carry_col3) = partial_col12.carrying_add(ll_rh); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 919 | mul_div_fallback! { i128, u128, Signed } [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FallbackHelper::carrying_add(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `mul_div_fallback` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/arith.rs:859:57 [INFO] [stdout] | [INFO] [stdout] 859 | let (col12, carry_col3) = partial_col12.carrying_add(ll_rh); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 919 | mul_div_fallback! { i128, u128, Signed } [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FallbackHelper::carrying_add(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `mul_div_fallback` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/arith.rs:830:61 [INFO] [stdout] | [INFO] [stdout] 830 | let (col12, carry_col3) = partial_col12.carrying_add(ll_rh); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 914 | mul_div_fallback! { u128, u128, Unsigned } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FallbackHelper::carrying_add(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `mul_div_fallback` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/arith.rs:859:57 [INFO] [stdout] | [INFO] [stdout] 859 | let (col12, carry_col3) = partial_col12.carrying_add(ll_rh); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 914 | mul_div_fallback! { u128, u128, Unsigned } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FallbackHelper::carrying_add(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `mul_div_fallback` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/arith.rs:830:61 [INFO] [stdout] | [INFO] [stdout] 830 | let (col12, carry_col3) = partial_col12.carrying_add(ll_rh); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 919 | mul_div_fallback! { i128, u128, Signed } [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FallbackHelper::carrying_add(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `mul_div_fallback` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/arith.rs:859:57 [INFO] [stdout] | [INFO] [stdout] 859 | let (col12, carry_col3) = partial_col12.carrying_add(ll_rh); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 919 | mul_div_fallback! { i128, u128, Signed } [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FallbackHelper::carrying_add(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `mul_div_fallback` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 18.37s [INFO] running `Command { std: "docker" "inspect" "d88def47353ea57b68b557256bc86bf5664410806bd86a4a947f2c943720db59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d88def47353ea57b68b557256bc86bf5664410806bd86a4a947f2c943720db59", kill_on_drop: false }` [INFO] [stdout] d88def47353ea57b68b557256bc86bf5664410806bd86a4a947f2c943720db59 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 78528d8d61427b176584b5d2b132d9074ed997e5c1f01b353947fbdda6adb6e2 [INFO] running `Command { std: "docker" "start" "-a" "78528d8d61427b176584b5d2b132d9074ed997e5c1f01b353947fbdda6adb6e2", kill_on_drop: false }` [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/arith.rs:830:61 [INFO] [stderr] | [INFO] [stderr] 830 | let (col12, carry_col3) = partial_col12.carrying_add(ll_rh); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 914 | mul_div_fallback! { u128, u128, Unsigned } [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FallbackHelper::carrying_add(...)` to keep using the current method [INFO] [stderr] = note: this warning originates in the macro `mul_div_fallback` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/arith.rs:859:57 [INFO] [stderr] | [INFO] [stderr] 859 | let (col12, carry_col3) = partial_col12.carrying_add(ll_rh); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 914 | mul_div_fallback! { u128, u128, Unsigned } [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FallbackHelper::carrying_add(...)` to keep using the current method [INFO] [stderr] = note: this warning originates in the macro `mul_div_fallback` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/arith.rs:830:61 [INFO] [stderr] | [INFO] [stderr] 830 | let (col12, carry_col3) = partial_col12.carrying_add(ll_rh); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 919 | mul_div_fallback! { i128, u128, Signed } [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FallbackHelper::carrying_add(...)` to keep using the current method [INFO] [stderr] = note: this warning originates in the macro `mul_div_fallback` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/arith.rs:859:57 [INFO] [stderr] | [INFO] [stderr] 859 | let (col12, carry_col3) = partial_col12.carrying_add(ll_rh); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 919 | mul_div_fallback! { i128, u128, Signed } [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FallbackHelper::carrying_add(...)` to keep using the current method [INFO] [stderr] = note: this warning originates in the macro `mul_div_fallback` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `fixed` (lib) generated 4 warnings [INFO] [stderr] warning: `fixed` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/fixed-c46e0975476b658a) [INFO] [stdout] [INFO] [stdout] running 75 tests [INFO] [stdout] test arith::tests::fixed_i128 ... ok [INFO] [stdout] test arith::tests::fixed_u128 ... ok [INFO] [stdout] test arith::tests::fixed_i16 ... ok [INFO] [stdout] test arith::tests::fixed_u16 ... ok [INFO] [stdout] test arith::tests::div_rem_nonzerou ... ok [INFO] [stdout] test arith::tests::mul_add_overflow_large_frac_nbits ... ok [INFO] [stdout] test arith::tests::issue_26 ... ok [INFO] [stdout] test arith::tests::mul_add ... ok [INFO] [stdout] test arith::tests::mul_add_overflow_neg_frac_nbits ... ok [INFO] [stdout] test arith::tests::rem_int ... ok [INFO] [stdout] test cmp::tests::cmp_i0 ... ok [INFO] [stdout] test arith::tests::rem_nonzeroi ... ok [INFO] [stdout] test cmp::tests::cmp_signed ... ok [INFO] [stdout] test cmp::tests::cmp_unsigned ... ok [INFO] [stdout] test consts::tests::cmp_bf16 ... ok [INFO] [stdout] test consts::tests::cmp_f16 ... ok [INFO] [stdout] test consts::tests::cmp_f32 ... ok [INFO] [stdout] test consts::tests::cmp_f64 ... ok [INFO] [stdout] test convert::tests::expanding_from_signed ... ok [INFO] [stdout] test convert::tests::expanding_from_unsigned ... ok [INFO] [stdout] test convert::tests::expanding_from_unsigned_to_signed ... ok [INFO] [stdout] test consts::tests::cmp_parse ... ok [INFO] [stdout] test convert::tests::from_bool ... ok [INFO] [stdout] test convert::tests::keep_nothing ... ok [INFO] [stdout] test convert::tests::lossy_bf16 ... ok [INFO] [stdout] test convert::tests::lossy_f16 ... ok [INFO] [stdout] test convert::tests::signed_from_float ... ok [INFO] [stdout] test convert::tests::to_f128_bits ... ok [INFO] [stdout] test convert::tests::to_bf16 ... ok [INFO] [stdout] test convert::tests::to_infinite_f32 ... ok [INFO] [stdout] test convert::tests::to_size ... ok [INFO] [stdout] test convert::tests::unsigned_from_num ... ok [INFO] [stdout] test convert::tests::to_f16 ... ok [INFO] [stdout] test convert::tests::to_f64 ... ok [INFO] [stdout] test convert::tests::to_f32 ... ok [INFO] [stdout] test display::tests::debug_hex ... ok [INFO] [stdout] test display::tests::format ... ok [INFO] [stdout] test display::tests::display_frac ... ok [INFO] [stdout] test display::tests::dec ... ok [INFO] [stdout] test from_str::tests::check_dec_128 ... ok [INFO] [stdout] test display::tests::rounding ... ok [INFO] [stdout] test from_str::tests::check_dec_8 ... ok [INFO] [stdout] test from_str::tests::check_i128_u128_from_str ... ok [INFO] [stdout] test from_str::tests::check_i128_u128_from_str_hex ... ok [INFO] [stdout] test from_str::tests::check_i16_u16_from_str ... ok [INFO] [stdout] test display::tests::compare_frac0_int ... ok [INFO] [stdout] test from_str::tests::check_i16_u16_from_str_binary ... ok [INFO] [stdout] test from_str::tests::check_exact_decimal ... ok [INFO] [stdout] test from_str::tests::check_i16_u16_from_str_octal ... ok [INFO] [stdout] test from_str::tests::check_i64_u64_from_str ... ok [INFO] [stdout] test from_str::tests::check_i8_u8_from_str ... ok [INFO] [stdout] test from_str::tests::check_i16_u16_from_str_hex ... ok [INFO] [stdout] test from_str::tests::check_i32_u32_from_str ... ok [INFO] [stdout] test display::tests::compare_frac4_float ... ok [INFO] [stdout] test from_str::tests::check_parse_bounds ... ok [INFO] [stdout] test display::tests::check_ceil_log10_2_times ... ok [INFO] [stdout] test from_str::tests::overflowing ... ok [INFO] [stdout] test log10::tests::log10_u128 ... ok [INFO] [stdout] test log10::tests::log10_u16 ... ok [INFO] [stdout] test log10::tests::log10_u32 ... ok [INFO] [stdout] test log10::tests::log10_u64 ... ok [INFO] [stdout] test log10::tests::log10_u8 ... ok [INFO] [stdout] test tests::reciprocals ... ok [INFO] [stdout] test from_str::tests::frac4 ... ok [INFO] [stdout] test tests::rounding_signed ... ok [INFO] [stdout] test tests::rounding_unsigned ... ok [INFO] [stdout] test display::tests::close_to_round_decimal ... ok [INFO] [stdout] test wide_div::tests::test_wide_div_rem ... ok [INFO] [stdout] test display::tests::hex ... ok [INFO] [stdout] test wide_div::tests::test_wide_idiv_rem ... ok [INFO] [stdout] test from_str::tests::check_dec_16 ... ok [INFO] [stdout] test from_str::tests::check_dec_64 ... ok [INFO] [stdout] test from_str::tests::check_dec_32 ... ok [INFO] [stdout] test display::tests::compare_frac17_float ... ok [INFO] [stdout] test from_str::tests::frac17 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 75 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.92s [INFO] [stdout] [INFO] [stderr] Doc-tests fixed [INFO] [stdout] [INFO] [stdout] running 2512 tests [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name fixed --test /opt/rustwide/workdir/src/lib.rs -L dependency=/opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern az_crate=/opt/rustwide/target/debug/deps/libaz-570d1c9e0641f20d.rlib --extern bytemuck=/opt/rustwide/target/debug/deps/libbytemuck-e7ab68083180f5cd.rlib --extern fixed=/opt/rustwide/target/debug/deps/libfixed-019f12610f3cbe90.rlib --extern half=/opt/rustwide/target/debug/deps/libhalf-45d560991f342191.rlib --extern typenum=/opt/rustwide/target/debug/deps/libtypenum-d5d9b7f67aa4163c.rlib -C embed-bitcode=no --error-format human` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "78528d8d61427b176584b5d2b132d9074ed997e5c1f01b353947fbdda6adb6e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "78528d8d61427b176584b5d2b132d9074ed997e5c1f01b353947fbdda6adb6e2", kill_on_drop: false }` [INFO] [stdout] 78528d8d61427b176584b5d2b132d9074ed997e5c1f01b353947fbdda6adb6e2