[INFO] fetching crate smartcalc 1.0.1... [INFO] testing smartcalc-1.0.1 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate smartcalc 1.0.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate smartcalc 1.0.1 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate smartcalc 1.0.1 [INFO] finished tweaking crates.io crate smartcalc 1.0.1 [INFO] tweaked toml for crates.io crate smartcalc 1.0.1 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded libc-print v0.1.17 [INFO] [stderr] Downloaded memory_units v0.4.0 [INFO] [stderr] Downloaded mut_static v5.0.0 [INFO] [stderr] Downloaded wee_alloc v0.4.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 31b4d6f890b9d1d4883f7739a8e3606d7289c580e526bc712dbe4fa125b05289 [INFO] running `Command { std: "docker" "start" "-a" "31b4d6f890b9d1d4883f7739a8e3606d7289c580e526bc712dbe4fa125b05289", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "31b4d6f890b9d1d4883f7739a8e3606d7289c580e526bc712dbe4fa125b05289", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31b4d6f890b9d1d4883f7739a8e3606d7289c580e526bc712dbe4fa125b05289", kill_on_drop: false }` [INFO] [stdout] 31b4d6f890b9d1d4883f7739a8e3606d7289c580e526bc712dbe4fa125b05289 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 610f40910eb02d0fc992c4b05c593e406fa092a9b2ed8a5fec2a918d66ee9f36 [INFO] running `Command { std: "docker" "start" "-a" "610f40910eb02d0fc992c4b05c593e406fa092a9b2ed8a5fec2a918d66ee9f36", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling smartcalc v1.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling serde_repr v0.1.7 [INFO] [stderr] Compiling mut_static v5.0.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling libc-print v0.1.17 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.77s [INFO] running `Command { std: "docker" "inspect" "610f40910eb02d0fc992c4b05c593e406fa092a9b2ed8a5fec2a918d66ee9f36", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "610f40910eb02d0fc992c4b05c593e406fa092a9b2ed8a5fec2a918d66ee9f36", kill_on_drop: false }` [INFO] [stdout] 610f40910eb02d0fc992c4b05c593e406fa092a9b2ed8a5fec2a918d66ee9f36 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 04226a7b4987d5942cd8de729b0990bd7b46e3e78345202429c117c72eda55dd [INFO] running `Command { std: "docker" "start" "-a" "04226a7b4987d5942cd8de729b0990bd7b46e3e78345202429c117c72eda55dd", kill_on_drop: false }` [INFO] [stderr] Compiling smartcalc v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `libsmartcalc` [INFO] [stdout] --> tests/executer_test.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate libsmartcalc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `libsmartcalc` [INFO] [stdout] --> tests/variable_test.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate libsmartcalc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `libsmartcalc` [INFO] [stdout] --> tests/general_test.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate libsmartcalc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:29:13 [INFO] [stdout] | [INFO] [stdout] 29 | BramaAstType::Item(item) => assert_eq!(item.get_underlying_number(), 171.6), [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:44:13 [INFO] [stdout] | [INFO] [stdout] 44 | BramaAstType::Item(number) => assert_eq!(number.get_underlying_number(), 120.0), [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:48:13 [INFO] [stdout] | [INFO] [stdout] 48 | BramaAstType::Item(number) => assert_eq!(number.get_underlying_number(), 240.0), [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:64:13 [INFO] [stdout] | [INFO] [stdout] 64 | BramaAstType::Item(number) => assert_eq!(number.get_underlying_number(), 120.0), [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 68 | BramaAstType::Item(number) => assert_eq!(number.get_underlying_number(), 200.0), [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 72 | BramaAstType::Item(number) => assert_eq!(number.get_underlying_number(), 320.0), [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:88:13 [INFO] [stdout] | [INFO] [stdout] 88 | BramaAstType::Item(number) => assert_eq!(number.get_underlying_number(), 120.0), [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | BramaAstType::Item(number) => assert_eq!(number.get_underlying_number(), 200.0), [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:96:13 [INFO] [stdout] | [INFO] [stdout] 96 | BramaAstType::Item(number) => assert_eq!(number.get_underlying_number(), 320.0), [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:110:13 [INFO] [stdout] | [INFO] [stdout] 110 | BramaAstType::Item(number) => assert_eq!(number.get_underlying_number(), 300.0), [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:130:13 [INFO] [stdout] | [INFO] [stdout] 130 | BramaAstType::Item(number) => assert_eq!(number.get_underlying_number(), 10324.0), [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:134:13 [INFO] [stdout] | [INFO] [stdout] 134 | BramaAstType::Item(number) => assert_eq!(number.get_underlying_number(), 5890.0), [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:138:13 [INFO] [stdout] | [INFO] [stdout] 138 | BramaAstType::Item(number) => assert_eq!(number.get_underlying_number(), 16214.0), [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/variable_test.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | BramaAstType::Item(item) => match item.as_any().downcast_ref::() { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:142:13 [INFO] [stdout] | [INFO] [stdout] 142 | BramaAstType::Item(number) => assert_eq!(number.get_underlying_number(), 25965.25), [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/variable_test.rs:38:13 [INFO] [stdout] | [INFO] [stdout] 38 | BramaAstType::Item(item) => match item.as_any().downcast_ref::() { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:146:13 [INFO] [stdout] | [INFO] [stdout] 146 | BramaAstType::Item(number) => assert_eq!(number.get_underlying_number(), 3500.0), [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:150:13 [INFO] [stdout] | [INFO] [stdout] 150 | BramaAstType::Item(number) => assert_eq!(number.get_underlying_number(), 8600.0), [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/variable_test.rs:48:13 [INFO] [stdout] | [INFO] [stdout] 48 | BramaAstType::Item(item) => match item.as_any().downcast_ref::() { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:154:13 [INFO] [stdout] | [INFO] [stdout] 154 | BramaAstType::Item(number) => assert_eq!(number.get_underlying_number(), 54279.25), [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:169:13 [INFO] [stdout] | [INFO] [stdout] 169 | ... BramaAstType::Item(item) => assert_eq!(item.as_any().downcast_ref::().unwrap().as_naive_time(), NaiveTime::from_hms(11, 3... [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:173:13 [INFO] [stdout] | [INFO] [stdout] 173 | ... BramaAstType::Item(item) => assert_eq!(item.as_any().downcast_ref::().unwrap().as_naive_time(), NaiveTime::from_hms(23, 3... [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/variable_test.rs:70:13 [INFO] [stdout] | [INFO] [stdout] 70 | BramaAstType::Item(item) => match item.as_any().downcast_ref::() { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/variable_test.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 80 | BramaAstType::Item(item) => match item.as_any().downcast_ref::() { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:188:13 [INFO] [stdout] | [INFO] [stdout] 188 | ... BramaAstType::Item(item) => assert_eq!(item.as_any().downcast_ref::().unwrap().as_naive_time(), NaiveTime::from_hms(11, 3... [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/variable_test.rs:90:13 [INFO] [stdout] | [INFO] [stdout] 90 | BramaAstType::Item(item) => match item.as_any().downcast_ref::() { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:192:13 [INFO] [stdout] | [INFO] [stdout] 192 | ... BramaAstType::Item(item) => assert_eq!(item.as_any().downcast_ref::().unwrap().as_naive_time(), NaiveTime::from_hms(10, 3... [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/variable_test.rs:109:13 [INFO] [stdout] | [INFO] [stdout] 109 | BramaAstType::Item(item) => match item.as_any().downcast_ref::() { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/variable_test.rs:116:13 [INFO] [stdout] | [INFO] [stdout] 116 | BramaAstType::Item(item) => match item.as_any().downcast_ref::() { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/general_test.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/general_test.rs:31:30 [INFO] [stdout] | [INFO] [stdout] 31 | let mut calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/variable_test.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:212:13 [INFO] [stdout] | [INFO] [stdout] 212 | BramaAstType::Item(num) => assert_eq!(num.get_underlying_number(), 2_000.0), [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/variable_test.rs:23:26 [INFO] [stdout] | [INFO] [stdout] 23 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalcConfig` [INFO] [stdout] --> tests/variable_test.rs:24:22 [INFO] [stdout] | [INFO] [stdout] 24 | let config = SmartCalcConfig::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::config::SmartCalcConfig; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MoneyItem` in this scope [INFO] [stdout] --> tests/variable_test.rs:28:76 [INFO] [stdout] | [INFO] [stdout] 28 | BramaAstType::Item(item) => match item.as_any().downcast_ref::() { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::money::MoneyItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:216:13 [INFO] [stdout] | [INFO] [stdout] 216 | BramaAstType::Item(num) => assert_eq!(num.get_underlying_number(), 3_000_000.0), [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MoneyItem` in this scope [INFO] [stdout] --> tests/variable_test.rs:38:76 [INFO] [stdout] | [INFO] [stdout] 38 | BramaAstType::Item(item) => match item.as_any().downcast_ref::() { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::money::MoneyItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MoneyItem` in this scope [INFO] [stdout] --> tests/variable_test.rs:48:76 [INFO] [stdout] | [INFO] [stdout] 48 | BramaAstType::Item(item) => match item.as_any().downcast_ref::() { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::money::MoneyItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/variable_test.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:220:13 [INFO] [stdout] | [INFO] [stdout] 220 | BramaAstType::Item(num) => assert_eq!(num.get_underlying_number(), 4_000_000_000.0), [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/variable_test.rs:65:26 [INFO] [stdout] | [INFO] [stdout] 65 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalcConfig` [INFO] [stdout] --> tests/variable_test.rs:66:22 [INFO] [stdout] | [INFO] [stdout] 66 | let config = SmartCalcConfig::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::config::SmartCalcConfig; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MoneyItem` in this scope [INFO] [stdout] --> tests/variable_test.rs:70:76 [INFO] [stdout] | [INFO] [stdout] 70 | BramaAstType::Item(item) => match item.as_any().downcast_ref::() { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::money::MoneyItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:224:13 [INFO] [stdout] | [INFO] [stdout] 224 | BramaAstType::Item(num) => assert_eq!(num.get_underlying_number(), 5_000_000_000_000.0), [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:228:13 [INFO] [stdout] | [INFO] [stdout] 228 | BramaAstType::Item(num) => assert_eq!(num.get_underlying_number(), 6_000_000_000_000_000.0), [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MoneyItem` in this scope [INFO] [stdout] --> tests/variable_test.rs:80:76 [INFO] [stdout] | [INFO] [stdout] 80 | BramaAstType::Item(item) => match item.as_any().downcast_ref::() { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::money::MoneyItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:232:13 [INFO] [stdout] | [INFO] [stdout] 232 | BramaAstType::Item(num) => assert_eq!(num.get_underlying_number(), 7_000_000_000_000_000_000.0), [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NumberItem` in this scope [INFO] [stdout] --> tests/variable_test.rs:90:76 [INFO] [stdout] | [INFO] [stdout] 90 | BramaAstType::Item(item) => match item.as_any().downcast_ref::() { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::number::NumberItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:236:13 [INFO] [stdout] | [INFO] [stdout] 236 | BramaAstType::Item(num) => assert_eq!(num.get_underlying_number(), 8_000_000_000_000_000_000_000.0), [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/variable_test.rs:104:9 [INFO] [stdout] | [INFO] [stdout] 104 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:251:13 [INFO] [stdout] | [INFO] [stdout] 251 | BramaAstType::Item(number) => assert_eq!(number.get_underlying_number(), 0.2222222222222222), [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/variable_test.rs:105:26 [INFO] [stdout] | [INFO] [stdout] 105 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NumberItem` in this scope [INFO] [stdout] --> tests/variable_test.rs:109:76 [INFO] [stdout] | [INFO] [stdout] 109 | BramaAstType::Item(item) => match item.as_any().downcast_ref::() { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::number::NumberItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NumberItem` in this scope [INFO] [stdout] --> tests/variable_test.rs:116:76 [INFO] [stdout] | [INFO] [stdout] 116 | BramaAstType::Item(item) => match item.as_any().downcast_ref::() { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::number::NumberItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:266:13 [INFO] [stdout] | [INFO] [stdout] 266 | ... BramaAstType::Item(item) => assert_eq!(item.as_any().downcast_ref::().unwrap().as_naive_time(), NaiveTime::from_hms(11, 3... [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:270:13 [INFO] [stdout] | [INFO] [stdout] 270 | ... BramaAstType::Item(item) => assert_eq!(item.as_any().downcast_ref::().unwrap().as_naive_time(), NaiveTime::from_hms(12, 3... [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:285:13 [INFO] [stdout] | [INFO] [stdout] 285 | ... BramaAstType::Item(item) => assert_eq!(item.as_any().downcast_ref::().unwrap().get_duration(), Duration::seconds(1931... [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:300:13 [INFO] [stdout] | [INFO] [stdout] 300 | BramaAstType::Item(item) => match item.as_any().downcast_ref::() { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:320:13 [INFO] [stdout] | [INFO] [stdout] 320 | BramaAstType::Item(item) => { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:336:13 [INFO] [stdout] | [INFO] [stdout] 336 | BramaAstType::Item(item) => { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:352:13 [INFO] [stdout] | [INFO] [stdout] 352 | BramaAstType::Item(item) => { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0463. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:368:13 [INFO] [stdout] | [INFO] [stdout] 368 | BramaAstType::Item(item) => { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::ops::Deref` [INFO] [stdout] --> tests/variable_test.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | use core::ops::Deref; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:384:13 [INFO] [stdout] | [INFO] [stdout] 384 | BramaAstType::Item(item) => { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:400:13 [INFO] [stdout] | [INFO] [stdout] 400 | BramaAstType::Item(item) => { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:416:13 [INFO] [stdout] | [INFO] [stdout] 416 | BramaAstType::Item(item) => { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `smartcalc` due to 4 previous errors [INFO] [stdout] error: aborting due to 25 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0433, E0463. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:432:13 [INFO] [stdout] | [INFO] [stdout] 432 | BramaAstType::Item(item) => { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:448:13 [INFO] [stdout] | [INFO] [stdout] 448 | BramaAstType::Item(item) => { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:464:13 [INFO] [stdout] | [INFO] [stdout] 464 | BramaAstType::Item(item) => { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:480:13 [INFO] [stdout] | [INFO] [stdout] 480 | BramaAstType::Item(item) => { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:496:13 [INFO] [stdout] | [INFO] [stdout] 496 | BramaAstType::Item(item) => { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:512:13 [INFO] [stdout] | [INFO] [stdout] 512 | BramaAstType::Item(item) => { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:528:13 [INFO] [stdout] | [INFO] [stdout] 528 | BramaAstType::Item(item) => { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:544:13 [INFO] [stdout] | [INFO] [stdout] 544 | BramaAstType::Item(item) => { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:560:13 [INFO] [stdout] | [INFO] [stdout] 560 | BramaAstType::Item(item) => { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:576:13 [INFO] [stdout] | [INFO] [stdout] 576 | BramaAstType::Item(item) => { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:592:13 [INFO] [stdout] | [INFO] [stdout] 592 | BramaAstType::Item(item) => { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:608:13 [INFO] [stdout] | [INFO] [stdout] 608 | BramaAstType::Item(number) => { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BramaAstType` [INFO] [stdout] --> tests/executer_test.rs:624:13 [INFO] [stdout] | [INFO] [stdout] 624 | BramaAstType::Item(item) => { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `BramaAstType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MemoryType` [INFO] [stdout] --> tests/executer_test.rs:629:67 [INFO] [stdout] | [INFO] [stdout] 629 | assert_eq!(memory_item.get_memory_type(), MemoryType::MegaByte); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `MemoryType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:26:26 [INFO] [stdout] | [INFO] [stdout] 26 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:60:26 [INFO] [stdout] | [INFO] [stdout] 60 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:83:26 [INFO] [stdout] | [INFO] [stdout] 83 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:104:9 [INFO] [stdout] | [INFO] [stdout] 104 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:105:26 [INFO] [stdout] | [INFO] [stdout] 105 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:124:9 [INFO] [stdout] | [INFO] [stdout] 124 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:125:26 [INFO] [stdout] | [INFO] [stdout] 125 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:164:26 [INFO] [stdout] | [INFO] [stdout] 164 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TimeItem` in this scope [INFO] [stdout] --> tests/executer_test.rs:169:81 [INFO] [stdout] | [INFO] [stdout] 169 | ... BramaAstType::Item(item) => assert_eq!(item.as_any().downcast_ref::().unwrap().as_naive_time(), NaiveTime::from_hms(11, 3... [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::time::TimeItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TimeItem` in this scope [INFO] [stdout] --> tests/executer_test.rs:173:81 [INFO] [stdout] | [INFO] [stdout] 173 | ... BramaAstType::Item(item) => assert_eq!(item.as_any().downcast_ref::().unwrap().as_naive_time(), NaiveTime::from_hms(23, 3... [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::time::TimeItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:182:9 [INFO] [stdout] | [INFO] [stdout] 182 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:183:26 [INFO] [stdout] | [INFO] [stdout] 183 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TimeItem` in this scope [INFO] [stdout] --> tests/executer_test.rs:188:81 [INFO] [stdout] | [INFO] [stdout] 188 | ... BramaAstType::Item(item) => assert_eq!(item.as_any().downcast_ref::().unwrap().as_naive_time(), NaiveTime::from_hms(11, 3... [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::time::TimeItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TimeItem` in this scope [INFO] [stdout] --> tests/executer_test.rs:192:81 [INFO] [stdout] | [INFO] [stdout] 192 | ... BramaAstType::Item(item) => assert_eq!(item.as_any().downcast_ref::().unwrap().as_naive_time(), NaiveTime::from_hms(10, 3... [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::time::TimeItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:206:9 [INFO] [stdout] | [INFO] [stdout] 206 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:207:26 [INFO] [stdout] | [INFO] [stdout] 207 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:245:9 [INFO] [stdout] | [INFO] [stdout] 245 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:246:26 [INFO] [stdout] | [INFO] [stdout] 246 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:260:9 [INFO] [stdout] | [INFO] [stdout] 260 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:261:26 [INFO] [stdout] | [INFO] [stdout] 261 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TimeItem` in this scope [INFO] [stdout] --> tests/executer_test.rs:266:81 [INFO] [stdout] | [INFO] [stdout] 266 | ... BramaAstType::Item(item) => assert_eq!(item.as_any().downcast_ref::().unwrap().as_naive_time(), NaiveTime::from_hms(11, 3... [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::time::TimeItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TimeItem` in this scope [INFO] [stdout] --> tests/executer_test.rs:270:81 [INFO] [stdout] | [INFO] [stdout] 270 | ... BramaAstType::Item(item) => assert_eq!(item.as_any().downcast_ref::().unwrap().as_naive_time(), NaiveTime::from_hms(12, 3... [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::time::TimeItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:279:9 [INFO] [stdout] | [INFO] [stdout] 279 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:280:26 [INFO] [stdout] | [INFO] [stdout] 280 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DurationItem` in this scope [INFO] [stdout] --> tests/executer_test.rs:285:81 [INFO] [stdout] | [INFO] [stdout] 285 | ... BramaAstType::Item(item) => assert_eq!(item.as_any().downcast_ref::().unwrap().get_duration(), Duration::seconds(1931... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/chrono-0.4.19/src/oldtime.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | pub struct Duration { [INFO] [stdout] | ------------------- similarly named struct `Duration` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 285 | BramaAstType::Item(item) => assert_eq!(item.as_any().downcast_ref::().unwrap().get_duration(), Duration::seconds(19315)), [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::duration::DurationItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:293:9 [INFO] [stdout] | [INFO] [stdout] 293 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:294:26 [INFO] [stdout] | [INFO] [stdout] 294 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalcConfig` [INFO] [stdout] --> tests/executer_test.rs:295:22 [INFO] [stdout] | [INFO] [stdout] 295 | let config = SmartCalcConfig::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::config::SmartCalcConfig; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MoneyItem` in this scope [INFO] [stdout] --> tests/executer_test.rs:300:76 [INFO] [stdout] | [INFO] [stdout] 300 | BramaAstType::Item(item) => match item.as_any().downcast_ref::() { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::money::MoneyItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:314:9 [INFO] [stdout] | [INFO] [stdout] 314 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:315:26 [INFO] [stdout] | [INFO] [stdout] 315 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DurationItem` in this scope [INFO] [stdout] --> tests/executer_test.rs:321:57 [INFO] [stdout] | [INFO] [stdout] 321 | assert_eq!(item.as_any().downcast_ref::().unwrap().get_duration(), Duration::seconds(6001)); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/chrono-0.4.19/src/oldtime.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | pub struct Duration { [INFO] [stdout] | ------------------- similarly named struct `Duration` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 321 | assert_eq!(item.as_any().downcast_ref::().unwrap().get_duration(), Duration::seconds(6001)); [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::duration::DurationItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:330:9 [INFO] [stdout] | [INFO] [stdout] 330 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:331:26 [INFO] [stdout] | [INFO] [stdout] 331 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TimeItem` in this scope [INFO] [stdout] --> tests/executer_test.rs:337:57 [INFO] [stdout] | [INFO] [stdout] 337 | assert_eq!(item.as_any().downcast_ref::().unwrap().as_naive_time(), NaiveTime::from_hms(11, 30, 00)); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::time::TimeItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:346:9 [INFO] [stdout] | [INFO] [stdout] 346 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:347:26 [INFO] [stdout] | [INFO] [stdout] 347 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TimeItem` in this scope [INFO] [stdout] --> tests/executer_test.rs:353:57 [INFO] [stdout] | [INFO] [stdout] 353 | assert_eq!(item.as_any().downcast_ref::().unwrap().as_naive_time(), NaiveTime::from_hms(12, 40, 01)); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::time::TimeItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:362:9 [INFO] [stdout] | [INFO] [stdout] 362 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:363:26 [INFO] [stdout] | [INFO] [stdout] 363 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TimeItem` in this scope [INFO] [stdout] --> tests/executer_test.rs:369:57 [INFO] [stdout] | [INFO] [stdout] 369 | assert_eq!(item.as_any().downcast_ref::().unwrap().as_naive_time(), NaiveTime::from_hms(10, 50, 0)); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::time::TimeItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:378:9 [INFO] [stdout] | [INFO] [stdout] 378 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:379:26 [INFO] [stdout] | [INFO] [stdout] 379 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DateItem` in this scope [INFO] [stdout] --> tests/executer_test.rs:385:57 [INFO] [stdout] | [INFO] [stdout] 385 | ... assert_eq!(item.as_any().downcast_ref::().unwrap().get_date(), NaiveDate::from_ymd(Local::now().date().year(), 7, 1)); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::date::DateItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:395:26 [INFO] [stdout] | [INFO] [stdout] 395 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DateItem` in this scope [INFO] [stdout] --> tests/executer_test.rs:401:57 [INFO] [stdout] | [INFO] [stdout] 401 | assert_eq!(item.as_any().downcast_ref::().unwrap().get_date(), NaiveDate::from_ymd(2018, 12, 27)); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::date::DateItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:410:9 [INFO] [stdout] | [INFO] [stdout] 410 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:411:26 [INFO] [stdout] | [INFO] [stdout] 411 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DateItem` in this scope [INFO] [stdout] --> tests/executer_test.rs:417:57 [INFO] [stdout] | [INFO] [stdout] 417 | assert_eq!(item.as_any().downcast_ref::().unwrap().get_date(), NaiveDate::from_ymd(2019, 3, 1)); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::date::DateItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:426:9 [INFO] [stdout] | [INFO] [stdout] 426 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:427:26 [INFO] [stdout] | [INFO] [stdout] 427 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DateItem` in this scope [INFO] [stdout] --> tests/executer_test.rs:433:57 [INFO] [stdout] | [INFO] [stdout] 433 | assert_eq!(item.as_any().downcast_ref::().unwrap().get_date(), NaiveDate::from_ymd(2018, 11, 28)); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::date::DateItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:442:9 [INFO] [stdout] | [INFO] [stdout] 442 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:443:26 [INFO] [stdout] | [INFO] [stdout] 443 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DateItem` in this scope [INFO] [stdout] --> tests/executer_test.rs:449:57 [INFO] [stdout] | [INFO] [stdout] 449 | assert_eq!(item.as_any().downcast_ref::().unwrap().get_date(), NaiveDate::from_ymd(2018, 11, 18)); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::date::DateItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:458:9 [INFO] [stdout] | [INFO] [stdout] 458 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:459:26 [INFO] [stdout] | [INFO] [stdout] 459 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DateItem` in this scope [INFO] [stdout] --> tests/executer_test.rs:465:57 [INFO] [stdout] | [INFO] [stdout] 465 | assert_eq!(item.as_any().downcast_ref::().unwrap().get_date(), NaiveDate::from_ymd(2018, 10, 25)); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::date::DateItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:474:9 [INFO] [stdout] | [INFO] [stdout] 474 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:475:26 [INFO] [stdout] | [INFO] [stdout] 475 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DateItem` in this scope [INFO] [stdout] --> tests/executer_test.rs:481:57 [INFO] [stdout] | [INFO] [stdout] 481 | assert_eq!(item.as_any().downcast_ref::().unwrap().get_date(), NaiveDate::from_ymd(2020, 02, 12)); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::date::DateItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:490:9 [INFO] [stdout] | [INFO] [stdout] 490 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:491:26 [INFO] [stdout] | [INFO] [stdout] 491 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DateItem` in this scope [INFO] [stdout] --> tests/executer_test.rs:497:57 [INFO] [stdout] | [INFO] [stdout] 497 | assert_eq!(item.as_any().downcast_ref::().unwrap().get_date(), NaiveDate::from_ymd(1988, 02, 12)); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::date::DateItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:506:9 [INFO] [stdout] | [INFO] [stdout] 506 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:507:26 [INFO] [stdout] | [INFO] [stdout] 507 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DateItem` in this scope [INFO] [stdout] --> tests/executer_test.rs:513:57 [INFO] [stdout] | [INFO] [stdout] 513 | assert_eq!(item.as_any().downcast_ref::().unwrap().get_date(), NaiveDate::from_ymd(1988, 02, 12)); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::date::DateItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:522:9 [INFO] [stdout] | [INFO] [stdout] 522 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:523:26 [INFO] [stdout] | [INFO] [stdout] 523 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DurationItem` in this scope [INFO] [stdout] --> tests/executer_test.rs:529:57 [INFO] [stdout] | [INFO] [stdout] 529 | assert_eq!(item.as_any().downcast_ref::().unwrap().get_duration(), Duration::days(7732)); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/chrono-0.4.19/src/oldtime.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | pub struct Duration { [INFO] [stdout] | ------------------- similarly named struct `Duration` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 529 | assert_eq!(item.as_any().downcast_ref::().unwrap().get_duration(), Duration::days(7732)); [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::duration::DurationItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:538:9 [INFO] [stdout] | [INFO] [stdout] 538 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:539:26 [INFO] [stdout] | [INFO] [stdout] 539 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DurationItem` in this scope [INFO] [stdout] --> tests/executer_test.rs:545:57 [INFO] [stdout] | [INFO] [stdout] 545 | assert_eq!(item.as_any().downcast_ref::().unwrap().get_duration(), Duration::days(7732)); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/chrono-0.4.19/src/oldtime.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | pub struct Duration { [INFO] [stdout] | ------------------- similarly named struct `Duration` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 545 | assert_eq!(item.as_any().downcast_ref::().unwrap().get_duration(), Duration::days(7732)); [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::duration::DurationItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:554:9 [INFO] [stdout] | [INFO] [stdout] 554 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:555:26 [INFO] [stdout] | [INFO] [stdout] 555 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DateItem` in this scope [INFO] [stdout] --> tests/executer_test.rs:561:57 [INFO] [stdout] | [INFO] [stdout] 561 | assert_eq!(item.as_any().downcast_ref::().unwrap().get_date(), Local::today().naive_local() + Duration::weeks(3)); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::date::DateItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:570:9 [INFO] [stdout] | [INFO] [stdout] 570 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:571:26 [INFO] [stdout] | [INFO] [stdout] 571 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DateItem` in this scope [INFO] [stdout] --> tests/executer_test.rs:577:57 [INFO] [stdout] | [INFO] [stdout] 577 | ... assert_eq!(item.as_any().downcast_ref::().unwrap().get_date(), (Local::today().naive_local() + Duration::weeks(3)) - Dur... [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::date::DateItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:586:9 [INFO] [stdout] | [INFO] [stdout] 586 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:587:26 [INFO] [stdout] | [INFO] [stdout] 587 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DateItem` in this scope [INFO] [stdout] --> tests/executer_test.rs:593:57 [INFO] [stdout] | [INFO] [stdout] 593 | ... assert_eq!(item.as_any().downcast_ref::().unwrap().get_date(), Local::today().naive_local() + Duration::weeks(3) + Durat... [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::date::DateItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:602:9 [INFO] [stdout] | [INFO] [stdout] 602 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:603:26 [INFO] [stdout] | [INFO] [stdout] 603 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialize` in this scope [INFO] [stdout] --> tests/executer_test.rs:618:9 [INFO] [stdout] | [INFO] [stdout] 618 | initialize(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use lazy_static::initialize; [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::executer::initialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmartCalc` [INFO] [stdout] --> tests/executer_test.rs:619:26 [INFO] [stdout] | [INFO] [stdout] 619 | let calculater = SmartCalc::default(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::app::SmartCalc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MemoryItem` in this scope [INFO] [stdout] --> tests/executer_test.rs:626:52 [INFO] [stdout] | [INFO] [stdout] 626 | match item.as_any().downcast_ref::() { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 7 | use smartcalc::compiler::memory::MemoryItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::ops::Deref` [INFO] [stdout] --> tests/executer_test.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | use core::ops::Deref; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 149 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0433, E0463. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "04226a7b4987d5942cd8de729b0990bd7b46e3e78345202429c117c72eda55dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04226a7b4987d5942cd8de729b0990bd7b46e3e78345202429c117c72eda55dd", kill_on_drop: false }` [INFO] [stdout] 04226a7b4987d5942cd8de729b0990bd7b46e3e78345202429c117c72eda55dd