[INFO] fetching crate black_scholes_pricer 0.2.1... [INFO] testing black_scholes_pricer-0.2.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7 [INFO] extracting crate black_scholes_pricer 0.2.1 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate black_scholes_pricer 0.2.1 [INFO] finished tweaking crates.io crate black_scholes_pricer 0.2.1 [INFO] tweaked toml for crates.io crate black_scholes_pricer 0.2.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate black_scholes_pricer 0.2.1 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 3 packages to latest compatible versions [INFO] [stderr] Adding wide v0.5.5 (available: v0.8.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded wide v0.5.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1e27959e50faf9da0267dda10e767514f73bc1ac95094d90ad314c9433ce0ddf [INFO] running `Command { std: "docker" "start" "-a" "1e27959e50faf9da0267dda10e767514f73bc1ac95094d90ad314c9433ce0ddf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1e27959e50faf9da0267dda10e767514f73bc1ac95094d90ad314c9433ce0ddf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e27959e50faf9da0267dda10e767514f73bc1ac95094d90ad314c9433ce0ddf", kill_on_drop: false }` [INFO] [stdout] 1e27959e50faf9da0267dda10e767514f73bc1ac95094d90ad314c9433ce0ddf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0db01f3f67acd6e097bb45b27beb7aa3ecc95a63a9f33bfc1e3e5e595e3dacf1 [INFO] running `Command { std: "docker" "start" "-a" "0db01f3f67acd6e097bb45b27beb7aa3ecc95a63a9f33bfc1e3e5e595e3dacf1", kill_on_drop: false }` [INFO] [stderr] Compiling safe_arch v0.5.2 [INFO] [stderr] Compiling wide v0.5.5 [INFO] [stderr] Compiling black_scholes_pricer v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `put_delta` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `put_delta` in the value namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `call_delta` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `call_delta` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `vega` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `vega` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `gamma` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `gamma` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `call_theta` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `call_theta` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `put_theta` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `put_theta` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `call_rho` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `call_rho` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `put_rho` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `put_rho` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `call_strike_from_delta` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `call_strike_from_delta` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `put_strike_from_delta` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `put_strike_from_delta` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s [INFO] running `Command { std: "docker" "inspect" "0db01f3f67acd6e097bb45b27beb7aa3ecc95a63a9f33bfc1e3e5e595e3dacf1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0db01f3f67acd6e097bb45b27beb7aa3ecc95a63a9f33bfc1e3e5e595e3dacf1", kill_on_drop: false }` [INFO] [stdout] 0db01f3f67acd6e097bb45b27beb7aa3ecc95a63a9f33bfc1e3e5e595e3dacf1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5beed9875bd7287324884cef15fe56049e5352653c18bbc1eb2798a4f0353c0a [INFO] running `Command { std: "docker" "start" "-a" "5beed9875bd7287324884cef15fe56049e5352653c18bbc1eb2798a4f0353c0a", kill_on_drop: false }` [INFO] [stderr] Compiling black_scholes_pricer v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `put_delta` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `put_delta` in the value namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `call_delta` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `call_delta` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `vega` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `vega` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `gamma` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `gamma` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `call_theta` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `call_theta` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `put_theta` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `put_theta` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `call_rho` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `call_rho` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `put_rho` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `put_rho` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `call_strike_from_delta` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `call_strike_from_delta` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `put_strike_from_delta` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `put_strike_from_delta` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `put_delta` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `put_delta` in the value namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `call_delta` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `call_delta` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `vega` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `vega` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `gamma` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `gamma` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `call_theta` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `call_theta` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `put_theta` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `put_theta` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `call_rho` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `call_rho` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `put_rho` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `put_rho` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `call_strike_from_delta` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `call_strike_from_delta` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use bs::*; [INFO] [stdout] | ^^^^^ the name `put_strike_from_delta` in the value namespace is first re-exported here [INFO] [stdout] 25 | pub use bs_single::*; [INFO] [stdout] | ------------ but the name `put_strike_from_delta` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.56s [INFO] running `Command { std: "docker" "inspect" "5beed9875bd7287324884cef15fe56049e5352653c18bbc1eb2798a4f0353c0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5beed9875bd7287324884cef15fe56049e5352653c18bbc1eb2798a4f0353c0a", kill_on_drop: false }` [INFO] [stdout] 5beed9875bd7287324884cef15fe56049e5352653c18bbc1eb2798a4f0353c0a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7c3d0dc147b88074b743e1176de51476eff6706d2253fe8e5606b0b2d7cc172a [INFO] running `Command { std: "docker" "start" "-a" "7c3d0dc147b88074b743e1176de51476eff6706d2253fe8e5606b0b2d7cc172a", kill_on_drop: false }` [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | pub use bs::*; [INFO] [stderr] | ^^^^^ the name `put_delta` in the value namespace is first re-exported here [INFO] [stderr] 25 | pub use bs_single::*; [INFO] [stderr] | ------------ but the name `put_delta` in the value namespace is also re-exported here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | pub use bs::*; [INFO] [stderr] | ^^^^^ the name `call_delta` in the value namespace is first re-exported here [INFO] [stderr] 25 | pub use bs_single::*; [INFO] [stderr] | ------------ but the name `call_delta` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | pub use bs::*; [INFO] [stderr] | ^^^^^ the name `vega` in the value namespace is first re-exported here [INFO] [stderr] 25 | pub use bs_single::*; [INFO] [stderr] | ------------ but the name `vega` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | pub use bs::*; [INFO] [stderr] | ^^^^^ the name `gamma` in the value namespace is first re-exported here [INFO] [stderr] 25 | pub use bs_single::*; [INFO] [stderr] | ------------ but the name `gamma` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | pub use bs::*; [INFO] [stderr] | ^^^^^ the name `call_theta` in the value namespace is first re-exported here [INFO] [stderr] 25 | pub use bs_single::*; [INFO] [stderr] | ------------ but the name `call_theta` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | pub use bs::*; [INFO] [stderr] | ^^^^^ the name `put_theta` in the value namespace is first re-exported here [INFO] [stderr] 25 | pub use bs_single::*; [INFO] [stderr] | ------------ but the name `put_theta` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | pub use bs::*; [INFO] [stderr] | ^^^^^ the name `call_rho` in the value namespace is first re-exported here [INFO] [stderr] 25 | pub use bs_single::*; [INFO] [stderr] | ------------ but the name `call_rho` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | pub use bs::*; [INFO] [stderr] | ^^^^^ the name `put_rho` in the value namespace is first re-exported here [INFO] [stderr] 25 | pub use bs_single::*; [INFO] [stderr] | ------------ but the name `put_rho` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | pub use bs::*; [INFO] [stderr] | ^^^^^ the name `call_strike_from_delta` in the value namespace is first re-exported here [INFO] [stderr] 25 | pub use bs_single::*; [INFO] [stderr] | ------------ but the name `call_strike_from_delta` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | pub use bs::*; [INFO] [stderr] | ^^^^^ the name `put_strike_from_delta` in the value namespace is first re-exported here [INFO] [stderr] 25 | pub use bs_single::*; [INFO] [stderr] | ------------ but the name `put_strike_from_delta` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: `black_scholes_pricer` (lib) generated 10 warnings [INFO] [stderr] warning: `black_scholes_pricer` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/black_scholes_pricer-1014ae5edcec7e76) [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test bs_f32x8_::tests::gamma_check ... ok [INFO] [stdout] test bs_f32x8_::tests::delta_check ... ok [INFO] [stdout] test bs_f32x8_::tests::erf_check ... ok [INFO] [stdout] test bs_f32x8_::tests::check_ir_from_price_f32x8 ... ok [INFO] [stdout] test bs_f32x8_::tests::put_check ... ok [INFO] [stdout] test bs_f32x8_::tests::call_check ... ok [INFO] [stdout] test bs_f32x8_::tests::ncd_check ... ok [INFO] [stdout] test bs_f32x8_::tests::vega_check ... ok [INFO] [stdout] test bs_single::tests::basic_tests ... ok [INFO] [stdout] test bs_f32x8_::tests::rho_check ... ok [INFO] [stdout] test bs_f32x8_::tests::npd_check ... ok [INFO] [stdout] test bs_single::tests::implied_vol_from_price ... ok [INFO] [stdout] test bs_f32x8_::tests::check_iv_from_price_f32x8 ... ok [INFO] [stdout] test bs_single::tests::simple_demo ... ok [INFO] [stdout] test bs_single::tests::implied_rho_from_price ... ok [INFO] [stdout] test bs_f32x8_::tests::theta_check ... ok [INFO] [stdout] test bs_single::tests::cdf_f32_single ... ok [INFO] [stdout] test bs_single::tests::perf_single ... ok [INFO] [stdout] test bs_f32x8_::tests::cdf_perf ... ok [INFO] [stdout] test bs_f32x8_::tests::ncd_perf ... ok [INFO] [stdout] test bs_f32x8_::tests::put_perf ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 36.10s [INFO] [stdout] [INFO] [stderr] Doc-tests black_scholes_pricer [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7c3d0dc147b88074b743e1176de51476eff6706d2253fe8e5606b0b2d7cc172a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c3d0dc147b88074b743e1176de51476eff6706d2253fe8e5606b0b2d7cc172a", kill_on_drop: false }` [INFO] [stdout] 7c3d0dc147b88074b743e1176de51476eff6706d2253fe8e5606b0b2d7cc172a