[INFO] fetching crate black_scholes_pricer 0.2.1...
[INFO] checking black_scholes_pricer-0.2.1 against try#8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f for pr-114559
[INFO] extracting crate black_scholes_pricer 0.2.1 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate black_scholes_pricer 0.2.1 on toolchain 8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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-7-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f" "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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1fe1cdd6373d1000014d6d1497dc9a37b4150ba9ba3417c87cf1453c34848816
[INFO] running `Command { std: "docker" "start" "-a" "1fe1cdd6373d1000014d6d1497dc9a37b4150ba9ba3417c87cf1453c34848816", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1fe1cdd6373d1000014d6d1497dc9a37b4150ba9ba3417c87cf1453c34848816", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1fe1cdd6373d1000014d6d1497dc9a37b4150ba9ba3417c87cf1453c34848816", kill_on_drop: false }`
[INFO] [stdout] 1fe1cdd6373d1000014d6d1497dc9a37b4150ba9ba3417c87cf1453c34848816
[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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 54d3f86a4ae215058810e197720d866e015f0c92a89d4caeab3520f6954c0b3f
[INFO] running `Command { std: "docker" "start" "-a" "54d3f86a4ae215058810e197720d866e015f0c92a89d4caeab3520f6954c0b3f", kill_on_drop: false }`
[INFO] [stderr]     Checking safe_arch v0.5.2
[INFO] [stderr]     Checking wide v0.5.5
[INFO] [stderr]     Checking 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] [stdout] warning: 10 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 10 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1.33s
[INFO] running `Command { std: "docker" "inspect" "54d3f86a4ae215058810e197720d866e015f0c92a89d4caeab3520f6954c0b3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "54d3f86a4ae215058810e197720d866e015f0c92a89d4caeab3520f6954c0b3f", kill_on_drop: false }`
[INFO] [stdout] 54d3f86a4ae215058810e197720d866e015f0c92a89d4caeab3520f6954c0b3f
