[INFO] fetching crate errorfunctions 0.2.0... [INFO] testing errorfunctions-0.2.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate errorfunctions 0.2.0 into /workspace/builds/worker-1-tc2/source [INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml [INFO] started tweaking crates.io crate errorfunctions 0.2.0 [INFO] finished tweaking crates.io crate errorfunctions 0.2.0 [INFO] tweaked toml for crates.io crate errorfunctions 0.2.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate errorfunctions 0.2.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 8 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a84ba975654179c83108598def7915bd1099edcd9b3b2c9d0af06503fa968c34 [INFO] running `Command { std: "docker" "start" "-a" "a84ba975654179c83108598def7915bd1099edcd9b3b2c9d0af06503fa968c34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a84ba975654179c83108598def7915bd1099edcd9b3b2c9d0af06503fa968c34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a84ba975654179c83108598def7915bd1099edcd9b3b2c9d0af06503fa968c34", kill_on_drop: false }` [INFO] [stdout] a84ba975654179c83108598def7915bd1099edcd9b3b2c9d0af06503fa968c34 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] de11e5fb596186801dd73d80665e1fb14ff86583859912ea9a6d0ba9df02d8d6 [INFO] running `Command { std: "docker" "start" "-a" "de11e5fb596186801dd73d80665e1fb14ff86583859912ea9a6d0ba9df02d8d6", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling errorfunctions v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/complexerrorfunctions.rs:360:33 [INFO] [stdout] | [INFO] [stdout] 360 | return Complex64::new(x.erf(), y); [INFO] [stdout] | ^^^ [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 `RealErrorFunctions::erf(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::::erf` [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #![feature(float_erf)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s [INFO] running `Command { std: "docker" "inspect" "de11e5fb596186801dd73d80665e1fb14ff86583859912ea9a6d0ba9df02d8d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de11e5fb596186801dd73d80665e1fb14ff86583859912ea9a6d0ba9df02d8d6", kill_on_drop: false }` [INFO] [stdout] de11e5fb596186801dd73d80665e1fb14ff86583859912ea9a6d0ba9df02d8d6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 88d5f490ab7aa47191126a1de764121400b3c08f0add62bd4db9ef37c90a9642 [INFO] running `Command { std: "docker" "start" "-a" "88d5f490ab7aa47191126a1de764121400b3c08f0add62bd4db9ef37c90a9642", kill_on_drop: false }` [INFO] [stderr] Compiling errorfunctions v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/complexerrorfunctions.rs:360:33 [INFO] [stdout] | [INFO] [stdout] 360 | return Complex64::new(x.erf(), y); [INFO] [stdout] | ^^^ [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 `RealErrorFunctions::erf(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::::erf` [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #![feature(float_erf)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/realerrorfunctions.rs:217:34 [INFO] [stdout] | [INFO] [stdout] 217 | let computed_erf = x.erf(); [INFO] [stdout] | ^^^ [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 `realerrorfunctions::RealErrorFunctions::erf(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::::erf` [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #![feature(float_erf)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/realerrorfunctions.rs:223:37 [INFO] [stdout] | [INFO] [stdout] 223 | let computed_erf = (-x).erf(); [INFO] [stdout] | ^^^ [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 `realerrorfunctions::RealErrorFunctions::erf(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::::erf` [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #![feature(float_erf)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/realerrorfunctions.rs:231:30 [INFO] [stdout] | [INFO] [stdout] 231 | let computed_erf = x.erf(); [INFO] [stdout] | ^^^ [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 `realerrorfunctions::RealErrorFunctions::erf(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::::erf` [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #![feature(float_erf)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/realerrorfunctions.rs:237:30 [INFO] [stdout] | [INFO] [stdout] 237 | let computed_erf = x.erf(); [INFO] [stdout] | ^^^ [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 `realerrorfunctions::RealErrorFunctions::erf(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::::erf` [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #![feature(float_erf)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/realerrorfunctions.rs:243:30 [INFO] [stdout] | [INFO] [stdout] 243 | let computed_erf = x.erf(); [INFO] [stdout] | ^^^ [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 `realerrorfunctions::RealErrorFunctions::erf(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::::erf` [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #![feature(float_erf)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/realerrorfunctions.rs:344:35 [INFO] [stdout] | [INFO] [stdout] 344 | let computed_erfc = x.erfc(); [INFO] [stdout] | ^^^^ [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 `realerrorfunctions::RealErrorFunctions::erfc(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::::erfc` [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #![feature(float_erf)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/realerrorfunctions.rs:350:38 [INFO] [stdout] | [INFO] [stdout] 350 | let computed_erfc = (-x).erfc(); [INFO] [stdout] | ^^^^ [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 `realerrorfunctions::RealErrorFunctions::erfc(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::::erfc` [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #![feature(float_erf)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/realerrorfunctions.rs:358:31 [INFO] [stdout] | [INFO] [stdout] 358 | let computed_erfc = x.erfc(); [INFO] [stdout] | ^^^^ [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 `realerrorfunctions::RealErrorFunctions::erfc(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::::erfc` [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #![feature(float_erf)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/realerrorfunctions.rs:364:31 [INFO] [stdout] | [INFO] [stdout] 364 | let computed_erfc = x.erfc(); [INFO] [stdout] | ^^^^ [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 `realerrorfunctions::RealErrorFunctions::erfc(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::::erfc` [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #![feature(float_erf)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/realerrorfunctions.rs:370:31 [INFO] [stdout] | [INFO] [stdout] 370 | let computed_erfc = x.erfc(); [INFO] [stdout] | ^^^^ [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 `realerrorfunctions::RealErrorFunctions::erfc(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::::erfc` [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #![feature(float_erf)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/complexerrorfunctions.rs:360:33 [INFO] [stdout] | [INFO] [stdout] 360 | return Complex64::new(x.erf(), y); [INFO] [stdout] | ^^^ [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 `realerrorfunctions::RealErrorFunctions::erf(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::::erf` [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #![feature(float_erf)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.67s [INFO] running `Command { std: "docker" "inspect" "88d5f490ab7aa47191126a1de764121400b3c08f0add62bd4db9ef37c90a9642", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88d5f490ab7aa47191126a1de764121400b3c08f0add62bd4db9ef37c90a9642", kill_on_drop: false }` [INFO] [stdout] 88d5f490ab7aa47191126a1de764121400b3c08f0add62bd4db9ef37c90a9642 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 224454de0bf1740af984005c7c7132eb3e49b68ea744a4f77ea367e5eea58926 [INFO] running `Command { std: "docker" "start" "-a" "224454de0bf1740af984005c7c7132eb3e49b68ea744a4f77ea367e5eea58926", kill_on_drop: false }` [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/complexerrorfunctions.rs:360:33 [INFO] [stderr] | [INFO] [stderr] 360 | return Complex64::new(x.erf(), y); [INFO] [stderr] | ^^^ [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 `RealErrorFunctions::erf(...)` to keep using the current method [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stderr] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::::erf` [INFO] [stderr] --> src/lib.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 + #![feature(float_erf)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/realerrorfunctions.rs:217:34 [INFO] [stderr] | [INFO] [stderr] 217 | let computed_erf = x.erf(); [INFO] [stderr] | ^^^ [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 `realerrorfunctions::RealErrorFunctions::erf(...)` to keep using the current method [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stderr] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::::erf` [INFO] [stderr] --> src/lib.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 + #![feature(float_erf)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/realerrorfunctions.rs:223:37 [INFO] [stderr] | [INFO] [stderr] 223 | let computed_erf = (-x).erf(); [INFO] [stderr] | ^^^ [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 `realerrorfunctions::RealErrorFunctions::erf(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::::erf` [INFO] [stderr] --> src/lib.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 + #![feature(float_erf)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/realerrorfunctions.rs:231:30 [INFO] [stderr] | [INFO] [stderr] 231 | let computed_erf = x.erf(); [INFO] [stderr] | ^^^ [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 `realerrorfunctions::RealErrorFunctions::erf(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::::erf` [INFO] [stderr] --> src/lib.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 + #![feature(float_erf)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/realerrorfunctions.rs:237:30 [INFO] [stderr] | [INFO] [stderr] 237 | let computed_erf = x.erf(); [INFO] [stderr] | ^^^ [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 `realerrorfunctions::RealErrorFunctions::erf(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::::erf` [INFO] [stderr] --> src/lib.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 + #![feature(float_erf)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/realerrorfunctions.rs:243:30 [INFO] [stderr] | [INFO] [stderr] 243 | let computed_erf = x.erf(); [INFO] [stderr] | ^^^ [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 `realerrorfunctions::RealErrorFunctions::erf(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::::erf` [INFO] [stderr] --> src/lib.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 + #![feature(float_erf)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/realerrorfunctions.rs:344:35 [INFO] [stderr] | [INFO] [stderr] 344 | let computed_erfc = x.erfc(); [INFO] [stderr] | ^^^^ [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 `realerrorfunctions::RealErrorFunctions::erfc(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::::erfc` [INFO] [stderr] --> src/lib.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 + #![feature(float_erf)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/realerrorfunctions.rs:350:38 [INFO] [stderr] | [INFO] [stderr] 350 | let computed_erfc = (-x).erfc(); [INFO] [stderr] | ^^^^ [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 `realerrorfunctions::RealErrorFunctions::erfc(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::::erfc` [INFO] [stderr] --> src/lib.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 + #![feature(float_erf)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/realerrorfunctions.rs:358:31 [INFO] [stderr] | [INFO] [stderr] 358 | let computed_erfc = x.erfc(); [INFO] [stderr] | ^^^^ [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 `realerrorfunctions::RealErrorFunctions::erfc(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::::erfc` [INFO] [stderr] --> src/lib.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 + #![feature(float_erf)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/realerrorfunctions.rs:364:31 [INFO] [stderr] | [INFO] [stderr] 364 | let computed_erfc = x.erfc(); [INFO] [stderr] | ^^^^ [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 `realerrorfunctions::RealErrorFunctions::erfc(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::::erfc` [INFO] [stderr] --> src/lib.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 + #![feature(float_erf)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] [INFO] [stderr] --> src/realerrorfunctions.rs:370:31 [INFO] [stdout] running 11 tests [INFO] [stderr] | [INFO] [stderr] 370 | let computed_erfc = x.erfc(); [INFO] [stderr] | ^^^^ [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 `realerrorfunctions::RealErrorFunctions::erfc(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::::erfc` [INFO] [stderr] --> src/lib.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 + #![feature(float_erf)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/complexerrorfunctions.rs:360:33 [INFO] [stderr] | [INFO] [stderr] 360 | return Complex64::new(x.erf(), y); [INFO] [stderr] | ^^^ [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 `realerrorfunctions::RealErrorFunctions::erf(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::::erf` [INFO] [stderr] --> src/lib.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 + #![feature(float_erf)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `errorfunctions` (lib) generated 1 warning [INFO] [stderr] warning: `errorfunctions` (lib test) generated 11 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/errorfunctions-68512f43535ebbb4) [INFO] [stdout] test complexerrorfunctions::tests::test_dawson_complex ... ok [INFO] [stdout] test complexerrorfunctions::tests::test_erfc_complex ... ok [INFO] [stdout] test complexerrorfunctions::tests::test_w_complex ... ok [INFO] [stdout] test complexerrorfunctions::tests::test_erfcx_complex ... ok [INFO] [stdout] test complexerrorfunctions::tests::test_erf_complex ... ok [INFO] [stdout] test complexerrorfunctions::tests::test_erfi_complex ... ok [INFO] [stdout] test realerrorfunctions::tests::test_erf_real ... ok [INFO] [stdout] test realerrorfunctions::tests::test_dawson_real ... ok [INFO] [stdout] test realerrorfunctions::tests::test_erfcx_real ... ok [INFO] [stdout] test realerrorfunctions::tests::test_erfi_real ... ok [INFO] [stdout] test realerrorfunctions::tests::test_erfc_real ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests errorfunctions [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/lib.rs - (line 62) ... ok [INFO] [stdout] test src/lib.rs - (line 42) ... ok [INFO] [stdout] test src/lib.rs - (line 82) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "224454de0bf1740af984005c7c7132eb3e49b68ea744a4f77ea367e5eea58926", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "224454de0bf1740af984005c7c7132eb3e49b68ea744a4f77ea367e5eea58926", kill_on_drop: false }` [INFO] [stdout] 224454de0bf1740af984005c7c7132eb3e49b68ea744a4f77ea367e5eea58926