[INFO] fetching crate errorfunctions 0.2.0... [INFO] testing errorfunctions-0.2.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate errorfunctions 0.2.0 into /workspace/builds/worker-7-tc2/source [INFO] removed /workspace/builds/worker-7-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-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate errorfunctions 0.2.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 60322ea46f6ccf3df292bc0a8797964c6d65203e01f470d6482b2d0e6f12f1b2 [INFO] running `Command { std: "docker" "start" "-a" "60322ea46f6ccf3df292bc0a8797964c6d65203e01f470d6482b2d0e6f12f1b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "60322ea46f6ccf3df292bc0a8797964c6d65203e01f470d6482b2d0e6f12f1b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60322ea46f6ccf3df292bc0a8797964c6d65203e01f470d6482b2d0e6f12f1b2", kill_on_drop: false }` [INFO] [stdout] 60322ea46f6ccf3df292bc0a8797964c6d65203e01f470d6482b2d0e6f12f1b2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7dc7235d369b50c495a87ccb9fc52de7b229e5437265f3f3a69900bb9d5883bc [INFO] running `Command { std: "docker" "start" "-a" "7dc7235d369b50c495a87ccb9fc52de7b229e5437265f3f3a69900bb9d5883bc", kill_on_drop: false }` [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling num-complex v0.4.6 [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 2.16s [INFO] running `Command { std: "docker" "inspect" "7dc7235d369b50c495a87ccb9fc52de7b229e5437265f3f3a69900bb9d5883bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7dc7235d369b50c495a87ccb9fc52de7b229e5437265f3f3a69900bb9d5883bc", kill_on_drop: false }` [INFO] [stdout] 7dc7235d369b50c495a87ccb9fc52de7b229e5437265f3f3a69900bb9d5883bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 75c45f25a29ee0f6b479c4cb8630f9c7a85c45dcc5a85bb6183f77a3f03df867 [INFO] running `Command { std: "docker" "start" "-a" "75c45f25a29ee0f6b479c4cb8630f9c7a85c45dcc5a85bb6183f77a3f03df867", 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.51s [INFO] running `Command { std: "docker" "inspect" "75c45f25a29ee0f6b479c4cb8630f9c7a85c45dcc5a85bb6183f77a3f03df867", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "75c45f25a29ee0f6b479c4cb8630f9c7a85c45dcc5a85bb6183f77a3f03df867", kill_on_drop: false }` [INFO] [stdout] 75c45f25a29ee0f6b479c4cb8630f9c7a85c45dcc5a85bb6183f77a3f03df867 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3817f8ed381db5628510803d20ce01a54f858a96e939ca3fc71abe185d7e8ba4 [INFO] running `Command { std: "docker" "start" "-a" "3817f8ed381db5628510803d20ce01a54f858a96e939ca3fc71abe185d7e8ba4", 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: `errorfunctions` (lib) generated 1 warning [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] [stderr] --> src/realerrorfunctions.rs:370:31 [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 test) generated 11 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/errorfunctions-68512f43535ebbb4) [INFO] [stdout] [INFO] [stdout] running 11 tests [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_erfi_complex ... ok [INFO] [stdout] test complexerrorfunctions::tests::test_erfcx_complex ... ok [INFO] [stdout] test complexerrorfunctions::tests::test_erf_complex ... 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_dawson_real ... ok [INFO] [stdout] test realerrorfunctions::tests::test_erf_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.01s [INFO] [stdout] [INFO] [stderr] Doc-tests errorfunctions [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/lib.rs - (line 82) ... ok [INFO] [stdout] test src/lib.rs - (line 62) ... ok [INFO] [stdout] test src/lib.rs - (line 42) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3817f8ed381db5628510803d20ce01a54f858a96e939ca3fc71abe185d7e8ba4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3817f8ed381db5628510803d20ce01a54f858a96e939ca3fc71abe185d7e8ba4", kill_on_drop: false }` [INFO] [stdout] 3817f8ed381db5628510803d20ce01a54f858a96e939ca3fc71abe185d7e8ba4