[INFO] fetching crate bigdecimal-no-std 0.4.0... [INFO] checking bigdecimal-no-std-0.4.0 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate bigdecimal-no-std 0.4.0 into /workspace/builds/worker-0-tc2/source [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-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate bigdecimal-no-std 0.4.0 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3d299ba68373bbd443b1d39c1e5320c39b51422f98be534987121cfaaffb9512 [INFO] running `Command { std: "docker" "start" "-a" "3d299ba68373bbd443b1d39c1e5320c39b51422f98be534987121cfaaffb9512", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3d299ba68373bbd443b1d39c1e5320c39b51422f98be534987121cfaaffb9512", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d299ba68373bbd443b1d39c1e5320c39b51422f98be534987121cfaaffb9512", kill_on_drop: false }` [INFO] [stdout] 3d299ba68373bbd443b1d39c1e5320c39b51422f98be534987121cfaaffb9512 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 01daea4ac580353b7c9333e185285c876a2636b11e4630f83b17bf2db2c615ce [INFO] running `Command { std: "docker" "start" "-a" "01daea4ac580353b7c9333e185285c876a2636b11e4630f83b17bf2db2c615ce", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling autocfg v1.1.0 [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] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-bigint v0.4.3 [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] 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] For more information about this error, try `rustc --explain E0463`. [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[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] [stderr] error: could not compile `bigdecimal-no-std` (example "repeated_squares") due to 1 previous error; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `bigdecimal-no-std` (example "floating-precision") due to 1 previous error [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] 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 23 previous errors [INFO] running `Command { std: "docker" "inspect" "01daea4ac580353b7c9333e185285c876a2636b11e4630f83b17bf2db2c615ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01daea4ac580353b7c9333e185285c876a2636b11e4630f83b17bf2db2c615ce", kill_on_drop: false }` [INFO] [stdout] 01daea4ac580353b7c9333e185285c876a2636b11e4630f83b17bf2db2c615ce