[INFO] fetching crate ironcalc_base 0.1.3... [INFO] checking ironcalc_base-0.1.3 against master#ac385a5af6d9fa8399a0cec799833cd28324abf8 for pr-125107 [INFO] extracting crate ironcalc_base 0.1.3 into /workspace/builds/worker-6-tc1/source [INFO] validating manifest of crates.io crate ironcalc_base 0.1.3 on toolchain ac385a5af6d9fa8399a0cec799833cd28324abf8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ac385a5af6d9fa8399a0cec799833cd28324abf8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ironcalc_base 0.1.3 [INFO] finished tweaking crates.io crate ironcalc_base 0.1.3 [INFO] tweaked toml for crates.io crate ironcalc_base 0.1.3 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate crates.io crate ironcalc_base 0.1.3 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" "+ac385a5af6d9fa8399a0cec799833cd28324abf8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde_derive v1.0.192 [INFO] [stderr] Downloaded chrono-tz-build v0.1.0 [INFO] [stderr] Downloaded serde_repr v0.1.17 [INFO] [stderr] Downloaded serde v1.0.192 [INFO] [stderr] Downloaded chrono-tz v0.7.0 [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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+ac385a5af6d9fa8399a0cec799833cd28324abf8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] edbe2c200ccf7add8486d29b3d89dfdf30398c39df8d6ce2739aff812b1dcf74 [INFO] running `Command { std: "docker" "start" "-a" "edbe2c200ccf7add8486d29b3d89dfdf30398c39df8d6ce2739aff812b1dcf74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "edbe2c200ccf7add8486d29b3d89dfdf30398c39df8d6ce2739aff812b1dcf74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "edbe2c200ccf7add8486d29b3d89dfdf30398c39df8d6ce2739aff812b1dcf74", kill_on_drop: false }` [INFO] [stdout] edbe2c200ccf7add8486d29b3d89dfdf30398c39df8d6ce2739aff812b1dcf74 [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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+ac385a5af6d9fa8399a0cec799833cd28324abf8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bff112123bfda1f4cda4f813246a9da3ac45fe4672ec7eb381520b918eec40e0 [INFO] running `Command { std: "docker" "start" "-a" "bff112123bfda1f4cda4f813246a9da3ac45fe4672ec7eb381520b918eec40e0", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling serde v1.0.192 [INFO] [stderr] Checking memchr v2.6.4 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Checking iana-time-zone v0.1.58 [INFO] [stderr] Checking ryu v1.0.15 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Checking itoa v1.0.9 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Compiling phf v0.11.2 [INFO] [stderr] Checking aho-corasick v1.1.2 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling phf_codegen v0.11.2 [INFO] [stderr] Checking getrandom v0.2.11 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking chrono v0.4.31 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling serde_derive v1.0.192 [INFO] [stderr] Compiling serde_repr v0.1.17 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Compiling parse-zoneinfo v0.3.0 [INFO] [stderr] Compiling chrono-tz-build v0.1.0 [INFO] [stderr] Compiling chrono-tz v0.7.0 [INFO] [stderr] Checking ironcalc_base v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `group_separator` is never read [INFO] [stdout] --> src/units.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 9 | Number { [INFO] [stdout] | ------ field in this variant [INFO] [stdout] 10 | group_separator: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `group_separator` is never read [INFO] [stdout] --> src/units.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 14 | Currency { [INFO] [stdout] | -------- field in this variant [INFO] [stdout] 15 | group_separator: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `group_separator` is never read [INFO] [stdout] --> src/units.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 20 | Percentage { [INFO] [stdout] | ---------- field in this variant [INFO] [stdout] 21 | group_separator: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `group_separator` is never read [INFO] [stdout] --> src/units.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 9 | Number { [INFO] [stdout] | ------ field in this variant [INFO] [stdout] 10 | group_separator: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `group_separator` is never read [INFO] [stdout] --> src/units.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 14 | Currency { [INFO] [stdout] | -------- field in this variant [INFO] [stdout] 15 | group_separator: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `group_separator` is never read [INFO] [stdout] --> src/units.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 20 | Percentage { [INFO] [stdout] | ---------- field in this variant [INFO] [stdout] 21 | group_separator: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.73s [INFO] running `Command { std: "docker" "inspect" "bff112123bfda1f4cda4f813246a9da3ac45fe4672ec7eb381520b918eec40e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bff112123bfda1f4cda4f813246a9da3ac45fe4672ec7eb381520b918eec40e0", kill_on_drop: false }` [INFO] [stdout] bff112123bfda1f4cda4f813246a9da3ac45fe4672ec7eb381520b918eec40e0 [INFO] checking ironcalc_base-0.1.3 against try#9130c02509ce15f69dc5da6359bb9d140d41d4ac for pr-125107 [INFO] extracting crate ironcalc_base 0.1.3 into /workspace/builds/worker-6-tc2/source [INFO] validating manifest of crates.io crate ironcalc_base 0.1.3 on toolchain 9130c02509ce15f69dc5da6359bb9d140d41d4ac [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9130c02509ce15f69dc5da6359bb9d140d41d4ac" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ironcalc_base 0.1.3 [INFO] finished tweaking crates.io crate ironcalc_base 0.1.3 [INFO] tweaked toml for crates.io crate ironcalc_base 0.1.3 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate crates.io crate ironcalc_base 0.1.3 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" "+9130c02509ce15f69dc5da6359bb9d140d41d4ac" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+9130c02509ce15f69dc5da6359bb9d140d41d4ac" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 21493e8163df0195bf7364044ac12479af1dfbc72c8b7e5f2e8ac5e2456c3f2c [INFO] running `Command { std: "docker" "start" "-a" "21493e8163df0195bf7364044ac12479af1dfbc72c8b7e5f2e8ac5e2456c3f2c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "21493e8163df0195bf7364044ac12479af1dfbc72c8b7e5f2e8ac5e2456c3f2c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21493e8163df0195bf7364044ac12479af1dfbc72c8b7e5f2e8ac5e2456c3f2c", kill_on_drop: false }` [INFO] [stdout] 21493e8163df0195bf7364044ac12479af1dfbc72c8b7e5f2e8ac5e2456c3f2c [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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+9130c02509ce15f69dc5da6359bb9d140d41d4ac" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0800df63517442a5a594fa8d4d003088970803c43c7f54993c60ff6b4060fb39 [INFO] running `Command { std: "docker" "start" "-a" "0800df63517442a5a594fa8d4d003088970803c43c7f54993c60ff6b4060fb39", kill_on_drop: false }` [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Checking memchr v2.6.4 [INFO] [stderr] Compiling serde v1.0.192 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Checking iana-time-zone v0.1.58 [INFO] [stderr] Checking ryu v1.0.15 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Checking itoa v1.0.9 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Checking phf_shared v0.11.2 [INFO] [stderr] Compiling phf v0.11.2 [INFO] [stderr] Checking aho-corasick v1.1.2 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling phf_codegen v0.11.2 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Checking getrandom v0.2.11 [INFO] [stderr] Checking chrono v0.4.31 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking regex-automata v0.4.3 [INFO] [stderr] Compiling serde_derive v1.0.192 [INFO] [stderr] Compiling serde_repr v0.1.17 [INFO] [stderr] Checking regex v1.10.2 [INFO] [stderr] Compiling parse-zoneinfo v0.3.0 [INFO] [stderr] Compiling chrono-tz-build v0.1.0 [INFO] [stderr] Compiling chrono-tz v0.7.0 [INFO] [stderr] Checking ironcalc_base v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] error: cannot determine resolution for the import [INFO] [stdout] --> src/model.rs:682:13 [INFO] [stdout] | [INFO] [stdout] 682 | use Cell::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `EmptyCell` in this scope [INFO] [stdout] --> src/model.rs:684:13 [INFO] [stdout] | [INFO] [stdout] 684 | EmptyCell { .. } => CalcResult::EmptyCell, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 3 + use crate::model::CalcResult::EmptyCell; [INFO] [stdout] | [INFO] [stdout] 3 + use crate::model::Cell::EmptyCell; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `BooleanCell` in this scope [INFO] [stdout] --> src/model.rs:685:13 [INFO] [stdout] | [INFO] [stdout] 685 | BooleanCell { v, .. } => CalcResult::Boolean(*v), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this variant [INFO] [stdout] | [INFO] [stdout] 3 + use crate::model::Cell::BooleanCell; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `NumberCell` in this scope [INFO] [stdout] --> src/model.rs:686:13 [INFO] [stdout] | [INFO] [stdout] 686 | NumberCell { v, .. } => CalcResult::Number(*v), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this variant [INFO] [stdout] | [INFO] [stdout] 3 + use crate::model::Cell::NumberCell; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the import [INFO] [stdout] --> src/model.rs:682:13 [INFO] [stdout] | [INFO] [stdout] 682 | use Cell::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ErrorCell` in this scope [INFO] [stdout] --> src/model.rs:687:13 [INFO] [stdout] | [INFO] [stdout] 687 | ErrorCell { ei, .. } => { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this variant [INFO] [stdout] | [INFO] [stdout] 3 + use crate::model::Cell::ErrorCell; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `SharedString` in this scope [INFO] [stdout] --> src/model.rs:691:13 [INFO] [stdout] | [INFO] [stdout] 691 | SharedString { si, .. } => { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this variant [INFO] [stdout] | [INFO] [stdout] 3 + use crate::model::Cell::SharedString; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CellFormula` in this scope [INFO] [stdout] --> src/model.rs:699:13 [INFO] [stdout] | [INFO] [stdout] 699 | CellFormula { .. } => CalcResult::Error { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this variant [INFO] [stdout] | [INFO] [stdout] 3 + use crate::model::Cell::CellFormula; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CellFormulaBoolean` in this scope [INFO] [stdout] --> src/model.rs:704:13 [INFO] [stdout] | [INFO] [stdout] 704 | CellFormulaBoolean { v, .. } => CalcResult::Boolean(*v), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this variant [INFO] [stdout] | [INFO] [stdout] 3 + use crate::model::Cell::CellFormulaBoolean; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CellFormulaNumber` in this scope [INFO] [stdout] --> src/model.rs:705:13 [INFO] [stdout] | [INFO] [stdout] 705 | CellFormulaNumber { v, .. } => CalcResult::Number(*v), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this variant [INFO] [stdout] | [INFO] [stdout] 3 + use crate::model::Cell::CellFormulaNumber; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CellFormulaString` in this scope [INFO] [stdout] --> src/model.rs:706:13 [INFO] [stdout] | [INFO] [stdout] 706 | CellFormulaString { v, .. } => CalcResult::String(v.clone()), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this variant [INFO] [stdout] | [INFO] [stdout] 3 + use crate::model::Cell::CellFormulaString; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CellFormulaError` in this scope [INFO] [stdout] --> src/model.rs:707:13 [INFO] [stdout] | [INFO] [stdout] 707 | CellFormulaError { ei, o, m, .. } => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this variant [INFO] [stdout] | [INFO] [stdout] 3 + use crate::model::Cell::CellFormulaError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `Cell` is ambiguous [INFO] [stdout] --> src/model.rs:682:13 [INFO] [stdout] | [INFO] [stdout] 682 | use Cell::*; [INFO] [stdout] | ^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `Cell` could refer to the enum imported here [INFO] [stdout] --> src/model.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | types::*, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Cell` to disambiguate [INFO] [stdout] = help: or use `self::Cell` to refer to this enum unambiguously [INFO] [stdout] note: `Cell` could also refer to a struct from prelude [INFO] [stdout] --> /rustc/9130c02509ce15f69dc5da6359bb9d140d41d4ac/library/std/src/prelude/mod.rs:148:13 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `EmptyCell` in this scope [INFO] [stdout] --> src/model.rs:684:13 [INFO] [stdout] | [INFO] [stdout] 684 | EmptyCell { .. } => CalcResult::EmptyCell, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 3 + use crate::model::CalcResult::EmptyCell; [INFO] [stdout] | [INFO] [stdout] 3 + use crate::model::Cell::EmptyCell; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `BooleanCell` in this scope [INFO] [stdout] --> src/model.rs:685:13 [INFO] [stdout] | [INFO] [stdout] 685 | BooleanCell { v, .. } => CalcResult::Boolean(*v), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this variant [INFO] [stdout] | [INFO] [stdout] 3 + use crate::model::Cell::BooleanCell; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `NumberCell` in this scope [INFO] [stdout] --> src/model.rs:686:13 [INFO] [stdout] | [INFO] [stdout] 686 | NumberCell { v, .. } => CalcResult::Number(*v), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this variant [INFO] [stdout] | [INFO] [stdout] 3 + use crate::model::Cell::NumberCell; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ErrorCell` in this scope [INFO] [stdout] --> src/model.rs:687:13 [INFO] [stdout] | [INFO] [stdout] 687 | ErrorCell { ei, .. } => { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this variant [INFO] [stdout] | [INFO] [stdout] 3 + use crate::model::Cell::ErrorCell; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `SharedString` in this scope [INFO] [stdout] --> src/model.rs:691:13 [INFO] [stdout] | [INFO] [stdout] 691 | SharedString { si, .. } => { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this variant [INFO] [stdout] | [INFO] [stdout] 3 + use crate::model::Cell::SharedString; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CellFormula` in this scope [INFO] [stdout] --> src/model.rs:699:13 [INFO] [stdout] | [INFO] [stdout] 699 | CellFormula { .. } => CalcResult::Error { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this variant [INFO] [stdout] | [INFO] [stdout] 3 + use crate::model::Cell::CellFormula; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CellFormulaBoolean` in this scope [INFO] [stdout] --> src/model.rs:704:13 [INFO] [stdout] | [INFO] [stdout] 704 | CellFormulaBoolean { v, .. } => CalcResult::Boolean(*v), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this variant [INFO] [stdout] | [INFO] [stdout] 3 + use crate::model::Cell::CellFormulaBoolean; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CellFormulaNumber` in this scope [INFO] [stdout] --> src/model.rs:705:13 [INFO] [stdout] | [INFO] [stdout] 705 | CellFormulaNumber { v, .. } => CalcResult::Number(*v), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this variant [INFO] [stdout] | [INFO] [stdout] 3 + use crate::model::Cell::CellFormulaNumber; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CellFormulaString` in this scope [INFO] [stdout] --> src/model.rs:706:13 [INFO] [stdout] | [INFO] [stdout] 706 | CellFormulaString { v, .. } => CalcResult::String(v.clone()), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this variant [INFO] [stdout] | [INFO] [stdout] 3 + use crate::model::Cell::CellFormulaString; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CellFormulaError` in this scope [INFO] [stdout] --> src/model.rs:707:13 [INFO] [stdout] | [INFO] [stdout] 707 | CellFormulaError { ei, o, m, .. } => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this variant [INFO] [stdout] | [INFO] [stdout] 3 + use crate::model::Cell::CellFormulaError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `Cell` is ambiguous [INFO] [stdout] --> src/model.rs:682:13 [INFO] [stdout] | [INFO] [stdout] 682 | use Cell::*; [INFO] [stdout] | ^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution [INFO] [stdout] note: `Cell` could refer to the enum imported here [INFO] [stdout] --> src/model.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | types::*, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Cell` to disambiguate [INFO] [stdout] = help: or use `self::Cell` to refer to this enum unambiguously [INFO] [stdout] note: `Cell` could also refer to a struct from prelude [INFO] [stdout] --> /rustc/9130c02509ce15f69dc5da6359bb9d140d41d4ac/library/std/src/prelude/mod.rs:148:13 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0422, E0659. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0422`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ironcalc_base` (lib) due to 13 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0422, E0659. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0422`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ironcalc_base` (lib test) due to 13 previous errors [INFO] running `Command { std: "docker" "inspect" "0800df63517442a5a594fa8d4d003088970803c43c7f54993c60ff6b4060fb39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0800df63517442a5a594fa8d4d003088970803c43c7f54993c60ff6b4060fb39", kill_on_drop: false }` [INFO] [stdout] 0800df63517442a5a594fa8d4d003088970803c43c7f54993c60ff6b4060fb39