[INFO] fetching crate bigdecimal-no-std 0.4.0... [INFO] checking bigdecimal-no-std-0.4.0 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate bigdecimal-no-std 0.4.0 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate bigdecimal-no-std 0.4.0 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "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-5-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" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 96766b6644c1a62d0a405276be886871640e6209e0b7f52d67f7b134e71b53e7 [INFO] running `Command { std: "docker" "start" "-a" "96766b6644c1a62d0a405276be886871640e6209e0b7f52d67f7b134e71b53e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "96766b6644c1a62d0a405276be886871640e6209e0b7f52d67f7b134e71b53e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96766b6644c1a62d0a405276be886871640e6209e0b7f52d67f7b134e71b53e7", kill_on_drop: false }` [INFO] [stdout] 96766b6644c1a62d0a405276be886871640e6209e0b7f52d67f7b134e71b53e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 03edc4770d0bf9e8911718a50751ebe73b58c386ce7354c839d805c75838a996 [INFO] running `Command { std: "docker" "start" "-a" "03edc4770d0bf9e8911718a50751ebe73b58c386ce7354c839d805c75838a996", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [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 itoa v1.0.5 [INFO] [stderr] Checking ryu v1.0.12 [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/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[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: aborting due to 1 previous error [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] 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" "03edc4770d0bf9e8911718a50751ebe73b58c386ce7354c839d805c75838a996", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03edc4770d0bf9e8911718a50751ebe73b58c386ce7354c839d805c75838a996", kill_on_drop: false }` [INFO] [stdout] 03edc4770d0bf9e8911718a50751ebe73b58c386ce7354c839d805c75838a996