[INFO] fetching crate bigdecimal-no-std 0.4.0...
[INFO] checking bigdecimal-no-std-0.4.0 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate bigdecimal-no-std 0.4.0 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate bigdecimal-no-std 0.4.0 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bigdecimal-no-std 0.4.0
[INFO] finished tweaking crates.io crate bigdecimal-no-std 0.4.0
[INFO] tweaked toml for crates.io crate bigdecimal-no-std 0.4.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] crate crates.io crate bigdecimal-no-std 0.4.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_json v1.0.93
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 25acfd8e10277676946ae632fae6979adaaaac6782525bffd35b5a981db036bb
[INFO] running `Command { std: "docker" "start" "-a" "25acfd8e10277676946ae632fae6979adaaaac6782525bffd35b5a981db036bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "25acfd8e10277676946ae632fae6979adaaaac6782525bffd35b5a981db036bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25acfd8e10277676946ae632fae6979adaaaac6782525bffd35b5a981db036bb", kill_on_drop: false }`
[INFO] [stdout] 25acfd8e10277676946ae632fae6979adaaaac6782525bffd35b5a981db036bb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 748cf8d4f32808691370c41869923f2a914c6587992e4433a30c72f95b5a88ba
[INFO] running `Command { std: "docker" "start" "-a" "748cf8d4f32808691370c41869923f2a914c6587992e4433a30c72f95b5a88ba", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]    Compiling serde_json v1.0.93
[INFO] [stderr]     Checking num-integer v0.1.45
[INFO] [stderr]     Checking bigdecimal-no-std v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0463]: can't find crate for `bigdecimal`
[INFO] [stdout]  --> examples/floating-precision.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate bigdecimal;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `bigdecimal`
[INFO] [stdout]  --> examples/repeated_squares.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate bigdecimal;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `bigdecimal`
[INFO] [stdout]  --> examples/simple-math.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate bigdecimal;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::str::FromStr`
[INFO] [stdout]  --> examples/repeated_squares.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::str::FromStr;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bigdecimal-no-std` (example "repeated_squares") due to 2 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `bigdecimal-no-std` (example "floating-precision") due to 2 previous errors
[INFO] [stdout] error[E0412]: cannot find type `BigDecimal` in this scope
[INFO] [stdout]   --> examples/simple-math.rs:34:19
[INFO] [stdout]    |
[INFO] [stdout] 34 |     let bd_match: BigDecimal = match BigDecimal::from_f64(33.9) {
[INFO] [stdout]    |                   ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BigDecimal` in this scope
[INFO] [stdout]   --> examples/simple-math.rs:72:18
[INFO] [stdout]    |
[INFO] [stdout] 72 | fn print_sum(a: &BigDecimal, b: &BigDecimal) {
[INFO] [stdout]    |                  ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BigDecimal` in this scope
[INFO] [stdout]   --> examples/simple-math.rs:72:34
[INFO] [stdout]    |
[INFO] [stdout] 72 | fn print_sum(a: &BigDecimal, b: &BigDecimal) {
[INFO] [stdout]    |                                  ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BigDecimal` in this scope
[INFO] [stdout]   --> examples/simple-math.rs:77:25
[INFO] [stdout]    |
[INFO] [stdout] 77 | fn print_division(num: &BigDecimal, den: &BigDecimal) {
[INFO] [stdout]    |                         ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BigDecimal` in this scope
[INFO] [stdout]   --> examples/simple-math.rs:77:43
[INFO] [stdout]    |
[INFO] [stdout] 77 | fn print_division(num: &BigDecimal, den: &BigDecimal) {
[INFO] [stdout]    |                                           ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:24:15
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let dec = BigDecimal::from_str(&input).unwrap();
[INFO] [stdout]    |               ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:31:24
[INFO] [stdout]    |
[INFO] [stdout] 31 |     let bd_from_prim = BigDecimal::from_f64(3.3);
[INFO] [stdout]    |                        ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:34:38
[INFO] [stdout]    |
[INFO] [stdout] 34 |     let bd_match: BigDecimal = match BigDecimal::from_f64(33.9) {
[INFO] [stdout]    |                                      ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 |         None => BigDecimal::zero(),
[INFO] [stdout]    |                 ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:40:20
[INFO] [stdout]    |
[INFO] [stdout] 40 |     let bd_add1 = &BigDecimal::from_f64(24.0).unwrap();
[INFO] [stdout]    |                    ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:41:20
[INFO] [stdout]    |
[INFO] [stdout] 41 |     let bd_add2 = &BigDecimal::from_f64(34.0).unwrap();
[INFO] [stdout]    |                    ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:44:23
[INFO] [stdout]    |
[INFO] [stdout] 44 |     let mut bd_add3 = BigDecimal::from_f64(24.0).unwrap();
[INFO] [stdout]    |                       ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:45:19
[INFO] [stdout]    |
[INFO] [stdout] 45 |     let bd_add4 = BigDecimal::from_f64(24.0).unwrap();
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:49:18
[INFO] [stdout]    |
[INFO] [stdout] 49 |     let bd_nez = BigDecimal::from_f64(0.0).unwrap();
[INFO] [stdout]    |                  ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:50:18
[INFO] [stdout]    |
[INFO] [stdout] 50 |     if bd_nez != BigDecimal::zero() {
[INFO] [stdout]    |                  ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:56:20
[INFO] [stdout]    |
[INFO] [stdout] 56 |     let bd_div1 = &BigDecimal::from_f64(24.0).unwrap();
[INFO] [stdout]    |                    ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:57:20
[INFO] [stdout]    |
[INFO] [stdout] 57 |     let bd_div2 = &BigDecimal::from_f64(1.0).unwrap();
[INFO] [stdout]    |                    ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:60:20
[INFO] [stdout]    |
[INFO] [stdout] 60 |     let bd_div1 = &BigDecimal::from_str("24.0").unwrap();
[INFO] [stdout]    |                    ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:63:19
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let bd_num = &BigDecimal::from_str("24.0").unwrap();
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:64:19
[INFO] [stdout]    |
[INFO] [stdout] 64 |     let bd_den = &BigDecimal::from_str("1.5").unwrap();
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 67 |     let bd_num = &BigDecimal::from_str("24.000").unwrap();
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:68:19
[INFO] [stdout]    |
[INFO] [stdout] 68 |     let bd_den = &BigDecimal::from_str("1.50").unwrap();
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 23 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0433, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bigdecimal-no-std` (example "simple-math") due to 24 previous errors
[INFO] running `Command { std: "docker" "inspect" "748cf8d4f32808691370c41869923f2a914c6587992e4433a30c72f95b5a88ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "748cf8d4f32808691370c41869923f2a914c6587992e4433a30c72f95b5a88ba", kill_on_drop: false }`
[INFO] [stdout] 748cf8d4f32808691370c41869923f2a914c6587992e4433a30c72f95b5a88ba
[INFO] checking bigdecimal-no-std-0.4.0 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate bigdecimal-no-std 0.4.0 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate bigdecimal-no-std 0.4.0 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bigdecimal-no-std 0.4.0
[INFO] finished tweaking crates.io crate bigdecimal-no-std 0.4.0
[INFO] tweaked toml for crates.io crate bigdecimal-no-std 0.4.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] crate crates.io crate bigdecimal-no-std 0.4.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f4039e49d2a680b3cae000b6604a8a0ddd632560bb8b6e59619d34503b6cd571
[INFO] running `Command { std: "docker" "start" "-a" "f4039e49d2a680b3cae000b6604a8a0ddd632560bb8b6e59619d34503b6cd571", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f4039e49d2a680b3cae000b6604a8a0ddd632560bb8b6e59619d34503b6cd571", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f4039e49d2a680b3cae000b6604a8a0ddd632560bb8b6e59619d34503b6cd571", kill_on_drop: false }`
[INFO] [stdout] f4039e49d2a680b3cae000b6604a8a0ddd632560bb8b6e59619d34503b6cd571
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2a5eb675c2f535d663337a3886d546cbe03404b471a034acf93f1f466600c94e
[INFO] running `Command { std: "docker" "start" "-a" "2a5eb675c2f535d663337a3886d546cbe03404b471a034acf93f1f466600c94e", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]    Compiling serde_json v1.0.93
[INFO] [stderr]     Checking num-integer v0.1.45
[INFO] [stderr]     Checking bigdecimal-no-std v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0463]: can't find crate for `bigdecimal`
[INFO] [stdout]  --> examples/repeated_squares.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate bigdecimal;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `bigdecimal`
[INFO] [stdout]  --> examples/floating-precision.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate bigdecimal;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::str::FromStr`
[INFO] [stdout]  --> examples/repeated_squares.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::str::FromStr;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `bigdecimal`
[INFO] [stdout]  --> examples/simple-math.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate bigdecimal;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bigdecimal-no-std` (example "repeated_squares") due to 2 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `bigdecimal-no-std` (example "floating-precision") due to 2 previous errors
[INFO] [stdout] error[E0412]: cannot find type `BigDecimal` in this scope
[INFO] [stdout]   --> examples/simple-math.rs:34:19
[INFO] [stdout]    |
[INFO] [stdout] 34 |     let bd_match: BigDecimal = match BigDecimal::from_f64(33.9) {
[INFO] [stdout]    |                   ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BigDecimal` in this scope
[INFO] [stdout]   --> examples/simple-math.rs:72:18
[INFO] [stdout]    |
[INFO] [stdout] 72 | fn print_sum(a: &BigDecimal, b: &BigDecimal) {
[INFO] [stdout]    |                  ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BigDecimal` in this scope
[INFO] [stdout]   --> examples/simple-math.rs:72:34
[INFO] [stdout]    |
[INFO] [stdout] 72 | fn print_sum(a: &BigDecimal, b: &BigDecimal) {
[INFO] [stdout]    |                                  ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BigDecimal` in this scope
[INFO] [stdout]   --> examples/simple-math.rs:77:25
[INFO] [stdout]    |
[INFO] [stdout] 77 | fn print_division(num: &BigDecimal, den: &BigDecimal) {
[INFO] [stdout]    |                         ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BigDecimal` in this scope
[INFO] [stdout]   --> examples/simple-math.rs:77:43
[INFO] [stdout]    |
[INFO] [stdout] 77 | fn print_division(num: &BigDecimal, den: &BigDecimal) {
[INFO] [stdout]    |                                           ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:24:15
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let dec = BigDecimal::from_str(&input).unwrap();
[INFO] [stdout]    |               ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:31:24
[INFO] [stdout]    |
[INFO] [stdout] 31 |     let bd_from_prim = BigDecimal::from_f64(3.3);
[INFO] [stdout]    |                        ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:34:38
[INFO] [stdout]    |
[INFO] [stdout] 34 |     let bd_match: BigDecimal = match BigDecimal::from_f64(33.9) {
[INFO] [stdout]    |                                      ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 |         None => BigDecimal::zero(),
[INFO] [stdout]    |                 ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:40:20
[INFO] [stdout]    |
[INFO] [stdout] 40 |     let bd_add1 = &BigDecimal::from_f64(24.0).unwrap();
[INFO] [stdout]    |                    ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:41:20
[INFO] [stdout]    |
[INFO] [stdout] 41 |     let bd_add2 = &BigDecimal::from_f64(34.0).unwrap();
[INFO] [stdout]    |                    ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:44:23
[INFO] [stdout]    |
[INFO] [stdout] 44 |     let mut bd_add3 = BigDecimal::from_f64(24.0).unwrap();
[INFO] [stdout]    |                       ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:45:19
[INFO] [stdout]    |
[INFO] [stdout] 45 |     let bd_add4 = BigDecimal::from_f64(24.0).unwrap();
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:49:18
[INFO] [stdout]    |
[INFO] [stdout] 49 |     let bd_nez = BigDecimal::from_f64(0.0).unwrap();
[INFO] [stdout]    |                  ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:50:18
[INFO] [stdout]    |
[INFO] [stdout] 50 |     if bd_nez != BigDecimal::zero() {
[INFO] [stdout]    |                  ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:56:20
[INFO] [stdout]    |
[INFO] [stdout] 56 |     let bd_div1 = &BigDecimal::from_f64(24.0).unwrap();
[INFO] [stdout]    |                    ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:57:20
[INFO] [stdout]    |
[INFO] [stdout] 57 |     let bd_div2 = &BigDecimal::from_f64(1.0).unwrap();
[INFO] [stdout]    |                    ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:60:20
[INFO] [stdout]    |
[INFO] [stdout] 60 |     let bd_div1 = &BigDecimal::from_str("24.0").unwrap();
[INFO] [stdout]    |                    ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:63:19
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let bd_num = &BigDecimal::from_str("24.0").unwrap();
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:64:19
[INFO] [stdout]    |
[INFO] [stdout] 64 |     let bd_den = &BigDecimal::from_str("1.5").unwrap();
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 67 |     let bd_num = &BigDecimal::from_str("24.000").unwrap();
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BigDecimal`
[INFO] [stdout]   --> examples/simple-math.rs:68:19
[INFO] [stdout]    |
[INFO] [stdout] 68 |     let bd_den = &BigDecimal::from_str("1.50").unwrap();
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `BigDecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 23 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0433, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bigdecimal-no-std` (example "simple-math") due to 24 previous errors
[INFO] running `Command { std: "docker" "inspect" "2a5eb675c2f535d663337a3886d546cbe03404b471a034acf93f1f466600c94e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a5eb675c2f535d663337a3886d546cbe03404b471a034acf93f1f466600c94e", kill_on_drop: false }`
[INFO] [stdout] 2a5eb675c2f535d663337a3886d546cbe03404b471a034acf93f1f466600c94e
