[INFO] fetching crate ak_macros 0.2.9...
[INFO] testing ak_macros-0.2.9 against beta-2025-09-21 for beta-1.91-2
[INFO] extracting crate ak_macros 0.2.9 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate ak_macros 0.2.9
[INFO] finished tweaking crates.io crate ak_macros 0.2.9
[INFO] tweaked toml for crates.io crate ak_macros 0.2.9 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ak_macros 0.2.9 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ak_macros 0.2.9 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 42d9aa9d16b8c3ce22c1de34517819686d948390d837573e50265926477b02b6
[INFO] running `Command { std: "docker" "start" "-a" "42d9aa9d16b8c3ce22c1de34517819686d948390d837573e50265926477b02b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "42d9aa9d16b8c3ce22c1de34517819686d948390d837573e50265926477b02b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "42d9aa9d16b8c3ce22c1de34517819686d948390d837573e50265926477b02b6", kill_on_drop: false }`
[INFO] [stdout] 42d9aa9d16b8c3ce22c1de34517819686d948390d837573e50265926477b02b6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dd83554cadc0ac71ac507f6f71174d55f7ea90a0b6c4c3ab8e8c114f6476a51d
[INFO] running `Command { std: "docker" "start" "-a" "dd83554cadc0ac71ac507f6f71174d55f7ea90a0b6c4c3ab8e8c114f6476a51d", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling webbrowser v0.5.5
[INFO] [stderr]    Compiling settimeout v0.1.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tokio-macros v2.3.0
[INFO] [stderr]    Compiling tokio v1.38.0
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling ak_macros v0.2.9 (/opt/rustwide/workdir)
[INFO] [stdout] warning: found module declaration for lib.rs
[INFO] [stdout]  --> src/main.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | mod lib;
[INFO] [stdout]   | ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: lib.rs is the root of this crate's library target
[INFO] [stdout]   = help: to refer to it from other targets, use the library's name as the path
[INFO] [stdout]   = note: `#[warn(special_module_name)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/lib.rs:10:27
[INFO] [stdout]    |
[INFO] [stdout] 10 |         println!($($arg)*);
[INFO] [stdout]    |                           ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/main.rs:3:5
[INFO] [stdout]    |
[INFO] [stdout]  3 |     akp!("hello world")
[INFO] [stdout]    |     ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `akp`
[INFO] [stdout]    = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `akp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.95s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: ak_macros v0.2.9 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "dd83554cadc0ac71ac507f6f71174d55f7ea90a0b6c4c3ab8e8c114f6476a51d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd83554cadc0ac71ac507f6f71174d55f7ea90a0b6c4c3ab8e8c114f6476a51d", kill_on_drop: false }`
[INFO] [stdout] dd83554cadc0ac71ac507f6f71174d55f7ea90a0b6c4c3ab8e8c114f6476a51d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5e4d7044c4f5ce4532400cd76f2b264111df28fe98ca1feee7be58806ded2990
[INFO] running `Command { std: "docker" "start" "-a" "5e4d7044c4f5ce4532400cd76f2b264111df28fe98ca1feee7be58806ded2990", kill_on_drop: false }`
[INFO] [stderr]    Compiling ak_macros v0.2.9 (/opt/rustwide/workdir)
[INFO] [stdout] warning: found module declaration for lib.rs
[INFO] [stdout]  --> src/main.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | mod lib;
[INFO] [stdout]   | ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: lib.rs is the root of this crate's library target
[INFO] [stdout]   = help: to refer to it from other targets, use the library's name as the path
[INFO] [stdout]   = note: `#[warn(special_module_name)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/lib.rs:10:27
[INFO] [stdout]    |
[INFO] [stdout] 10 |         println!($($arg)*);
[INFO] [stdout]    |                           ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/main.rs:3:5
[INFO] [stdout]    |
[INFO] [stdout]  3 |     akp!("hello world")
[INFO] [stdout]    |     ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `akp`
[INFO] [stdout]    = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `akp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.46s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: ak_macros v0.2.9 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "5e4d7044c4f5ce4532400cd76f2b264111df28fe98ca1feee7be58806ded2990", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e4d7044c4f5ce4532400cd76f2b264111df28fe98ca1feee7be58806ded2990", kill_on_drop: false }`
[INFO] [stdout] 5e4d7044c4f5ce4532400cd76f2b264111df28fe98ca1feee7be58806ded2990
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b32bf18d28d3003e887bfa869d47734bd40cc68b2ee4df1982ed2f464b2a8d72
[INFO] running `Command { std: "docker" "start" "-a" "b32bf18d28d3003e887bfa869d47734bd40cc68b2ee4df1982ed2f464b2a8d72", kill_on_drop: false }`
[INFO] [stderr] warning: found module declaration for lib.rs
[INFO] [stderr]  --> src/main.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | mod lib;
[INFO] [stderr]   | ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: lib.rs is the root of this crate's library target
[INFO] [stderr]   = help: to refer to it from other targets, use the library's name as the path
[INFO] [stderr]   = note: `#[warn(special_module_name)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]   --> src/lib.rs:10:27
[INFO] [stderr]    |
[INFO] [stderr] 10 |         println!($($arg)*);
[INFO] [stderr]    |                           ^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/main.rs:3:5
[INFO] [stderr]    |
[INFO] [stderr]  3 |     akp!("hello world")
[INFO] [stderr]    |     ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `akp`
[INFO] [stderr]    = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stderr]    = note: this warning originates in the macro `akp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `ak_macros` (bin "ak_macros" test) generated 2 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: ak_macros v0.2.9 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ak_macros-d21c116e08a6dd7c)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ak_macros-945a3dd9edbd9d17)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests ak_macros
[INFO] [stdout] 
[INFO] [stdout] running 24 tests
[INFO] [stdout] test src/lib.rs - if_cond (line 112) ... FAILED
[INFO] [stdout] test src/lib.rs - input_prompt (line 13) ... FAILED
[INFO] [stdout] test src/lib.rs - remove_all_folders (line 72) ... FAILED
[INFO] [stdout] test src/lib.rs - Positive_number (line 497) ... FAILED
[INFO] [stdout] test src/lib.rs - akp (line 1) ... FAILED
[INFO] [stdout] test src/lib.rs - Get_CPU (line 564) ... FAILED
[INFO] [stdout] test src/lib.rs - Negative_number (line 518) ... FAILED
[INFO] [stdout] test src/lib.rs - remove_file (line 54) ... FAILED
[INFO] [stdout] test src/lib.rs - remove_folder (line 35) ... FAILED
[INFO] [stdout] test src/lib.rs - Ram_size (line 539) ... FAILED
[INFO] [stdout] test src/lib.rs - set_String (line 482) ... FAILED
[INFO] [stdout] test src/lib.rs - terminal (line 167) ... FAILED
[INFO] [stdout] test src/lib.rs - this_month (line 364) ... FAILED
[INFO] [stdout] test src/lib.rs - this_OS (line 208) ... FAILED
[INFO] [stdout] test src/lib.rs - use_createFile (line 456) ... FAILED
[INFO] [stdout] test src/lib.rs - use_loopAt (line 591) ... FAILED
[INFO] [stdout] test src/lib.rs - use_rand (line 222) ... FAILED
[INFO] [stdout] test src/lib.rs - use_fetch (line 259) ... FAILED
[INFO] [stdout] test src/lib.rs - this_year (line 383) ... FAILED
[INFO] [stdout] test src/lib.rs - use_lower_case (line 444) ... FAILED
[INFO] [stdout] test src/lib.rs - use_zip (line 307) ... FAILED
[INFO] [stdout] test src/lib.rs - use_upper_case (line 432) ... FAILED
[INFO] [stdout] test src/lib.rs - use_loop (line 87) ... FAILED
[INFO] [stdout] test src/lib.rs - use_time (line 628) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - if_cond (line 112) stdout ----
[INFO] [stdout] error: expected item after doc comment
[INFO] [stdout]  --> src/lib.rs:119:2
[INFO] [stdout]   |
[INFO] [stdout] 1 | /  /// if_cond macro do if condition method
[INFO] [stdout] 2 | |  /// the macro take 4 values
[INFO] [stdout] 3 | |  /// 1 - import the value you want to do event about him
[INFO] [stdout] 4 | |  /// 2 - do condition
[INFO] [stdout] 5 | |  /// 3 - if event
[INFO] [stdout] 6 | |  /// 4 - else event
[INFO] [stdout]   | |___________________- other attributes here
[INFO] [stdout] 7 |    /// for example
[INFO] [stdout]   |    ^^^^^^^^^^^^^^^ this doc comment doesn't document anything
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - input_prompt (line 13) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found doc comment `/// or`
[INFO] [stdout]  --> src/lib.rs:17:2
[INFO] [stdout]   |
[INFO] [stdout] 3 |   use apk_macros::input_prompt
[INFO] [stdout]   |                               - expected one of `::`, `;`, or `as`
[INFO] [stdout] 4 |  /// or
[INFO] [stdout]   |  ^^^^^^ unexpected token
[INFO] [stdout]   |
[INFO] [stdout] help: add a space before the last `/` to write a regular comment
[INFO] [stdout]   |
[INFO] [stdout] 4 |  // / or
[INFO] [stdout]   |    +
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - remove_all_folders (line 72) stdout ----
[INFO] [stdout] error: cannot find macro `remove_all_folders` in this scope
[INFO] [stdout]  --> src/lib.rs:74:2
[INFO] [stdout]   |
[INFO] [stdout] 4 |  remove_all_folders!("/home/ak/Desktop/new_Folder/");
[INFO] [stdout]   |  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::remove_all_folders;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Positive_number (line 497) stdout ----
[INFO] [stdout] error: cannot find macro `akp` in this scope
[INFO] [stdout]  --> src/lib.rs:504:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | akp!("{}", num);
[INFO] [stdout]   | ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::akp;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `Positive_number` in this scope
[INFO] [stdout]  --> src/lib.rs:503:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | let num = Positive_number!(-20);
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::Positive_number;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `akp` in this scope
[INFO] [stdout]  --> src/lib.rs:501:2
[INFO] [stdout]   |
[INFO] [stdout] 6 |  akp!("Age is :{}", num); //OutPut:  Age is :20
[INFO] [stdout]   |  ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::akp;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `Positive_number` in this scope
[INFO] [stdout]  --> src/lib.rs:500:12
[INFO] [stdout]   |
[INFO] [stdout] 5 |  let num = Positive_number!(20);
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::Positive_number;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - akp (line 1) stdout ----
[INFO] [stdout] error: expected `;`, found `akp`
[INFO] [stdout]  --> src/lib.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 7 | use ak_macros::*
[INFO] [stdout]   |                 ^ help: add `;` here
[INFO] [stdout] 8 | akp!("Hello World");
[INFO] [stdout]   | --- unexpected token
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `akp_macros`
[INFO] [stdout]  --> src/lib.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use akp_macros::akp;
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `akp_macros`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use akp_macros::akp;
[INFO] [stdout] 5 + use ak_macros::akp;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Get_CPU (line 564) stdout ----
[INFO] [stdout] error: cannot find macro `akp` in this scope
[INFO] [stdout]  --> src/lib.rs:568:2
[INFO] [stdout]   |
[INFO] [stdout] 6 |  akp!("My CPU is:  {}",my_cpu);
[INFO] [stdout]   |  ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::akp;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `Get_CPU` in this scope
[INFO] [stdout]  --> src/lib.rs:567:15
[INFO] [stdout]   |
[INFO] [stdout] 5 |  let my_cpu = Get_CPU!();
[INFO] [stdout]   |               ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::Get_CPU;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Negative_number (line 518) stdout ----
[INFO] [stdout] error: cannot find macro `akp` in this scope
[INFO] [stdout]  --> src/lib.rs:525:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | akp!("{}", num);
[INFO] [stdout]   | ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::akp;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `Negative_number` in this scope
[INFO] [stdout]  --> src/lib.rs:524:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | let num = Negative_number!(20);
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::Negative_number;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `akp` in this scope
[INFO] [stdout]  --> src/lib.rs:522:2
[INFO] [stdout]   |
[INFO] [stdout] 6 |  akp!("Age is :{}", num); //OutPut:  Age is :-20
[INFO] [stdout]   |  ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::akp;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `Negative_number` in this scope
[INFO] [stdout]  --> src/lib.rs:521:12
[INFO] [stdout]   |
[INFO] [stdout] 5 |  let num = Negative_number!(-20);
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::Negative_number;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - remove_file (line 54) stdout ----
[INFO] [stdout] error: cannot find macro `remove_file` in this scope
[INFO] [stdout]  --> src/lib.rs:58:2
[INFO] [stdout]   |
[INFO] [stdout] 6 |  remove_file!("/home/ak/Desktop/new_file/");
[INFO] [stdout]   |  ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::remove_file;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - remove_folder (line 35) stdout ----
[INFO] [stdout] error: cannot find macro `remove_folder` in this scope
[INFO] [stdout]  --> src/lib.rs:39:2
[INFO] [stdout]   |
[INFO] [stdout] 6 |  remove_folder!("/home/ak/Desktop/new_Folder/");
[INFO] [stdout]   |  ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::remove_folder;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Ram_size (line 539) stdout ----
[INFO] [stdout] error: cannot find macro `akp` in this scope
[INFO] [stdout]  --> src/lib.rs:544:2
[INFO] [stdout]   |
[INFO] [stdout] 7 |  akp!("Total RAM: {} GB", my_ram);
[INFO] [stdout]   |  ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::akp;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `akp` in this scope
[INFO] [stdout]  --> src/lib.rs:543:2
[INFO] [stdout]   |
[INFO] [stdout] 6 |  akp!("Total RAM: {:.2} GB", my_ram); /// Total RAM: 7.67 GB
[INFO] [stdout]   |  ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::akp;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `Ram_size` in this scope
[INFO] [stdout]  --> src/lib.rs:542:15
[INFO] [stdout]   |
[INFO] [stdout] 5 |  let my_ram = Ram_size!();
[INFO] [stdout]   |               ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::Ram_size;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - set_String (line 482) stdout ----
[INFO] [stdout] error: cannot find macro `akp` in this scope
[INFO] [stdout]  --> src/lib.rs:488:2
[INFO] [stdout]   |
[INFO] [stdout] 8 |  akp!("{}",my_name);
[INFO] [stdout]   |  ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::akp;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `set_String` in this scope
[INFO] [stdout]  --> src/lib.rs:487:16
[INFO] [stdout]   |
[INFO] [stdout] 7 |  let my_name = set_String!("ak Macros crate");
[INFO] [stdout]   |                ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::set_String;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - terminal (line 167) stdout ----
[INFO] [stdout] error: cannot find macro `terminal` in this scope
[INFO] [stdout]   --> src/lib.rs:178:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | terminal!(
[INFO] [stdout]    | ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  2 + use ak_macros::terminal;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `terminal` in this scope
[INFO] [stdout]   --> src/lib.rs:175:2
[INFO] [stdout]    |
[INFO] [stdout] 10 |  terminal!("sh", "mkdir ak-macros_App");
[INFO] [stdout]    |  ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  2 + use ak_macros::terminal;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - this_month (line 364) stdout ----
[INFO] [stdout] error: cannot find macro `akp` in this scope
[INFO] [stdout]  --> src/lib.rs:368:3
[INFO] [stdout]   |
[INFO] [stdout] 6 |   akp!("month is: {}",month);
[INFO] [stdout]   |   ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::akp;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `this_month` in this scope
[INFO] [stdout]  --> src/lib.rs:367:14
[INFO] [stdout]   |
[INFO] [stdout] 5 |  let month = this_month!();
[INFO] [stdout]   |              ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::this_month;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `this_month` in this scope
[INFO] [stdout]  --> src/lib.rs:365:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | this_month!(); /// Macro to show month
[INFO] [stdout]   | ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::this_month;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - this_OS (line 208) stdout ----
[INFO] [stdout] error: cannot find macro `akp` in this scope
[INFO] [stdout]  --> src/lib.rs:212:2
[INFO] [stdout]   |
[INFO] [stdout] 6 |  akp!("My operating system is :{}",this_OS!());
[INFO] [stdout]   |  ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::akp;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `this_OS` in this scope
[INFO] [stdout]  --> src/lib.rs:209:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | this_OS!(); ///macro can know your operating system Name
[INFO] [stdout]   | ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::this_OS;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - use_createFile (line 456) stdout ----
[INFO] [stdout] error: cannot find macro `use_createFile` in this scope
[INFO] [stdout]  --> src/lib.rs:460:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | use_createFile!("ak2","/home/ak/Desktop","Hello from ak-macros");
[INFO] [stdout]   | ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::use_createFile;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - use_loopAt (line 591) stdout ----
[INFO] [stdout] error: unexpected closing delimiter: `}`
[INFO] [stdout]   --> src/lib.rs:602:1
[INFO] [stdout]    |
[INFO] [stdout]  8 |   use_loopAt!(tarr, varr, {
[INFO] [stdout]    |                           - this opening brace...
[INFO] [stdout]  9 |       println!("hello {}", varr);
[INFO] [stdout] 10 |   });
[INFO] [stdout]    |   - ...matches this closing brace
[INFO] [stdout] 11 | });  
[INFO] [stdout]    | ^ unexpected closing delimiter
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - use_rand (line 222) stdout ----
[INFO] [stdout] error: cannot find macro `use_rand` in this scope
[INFO] [stdout]   --> src/lib.rs:236:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | use_rand!(my_float,f64,{
[INFO] [stdout]    | ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  2 + use ak_macros::use_rand;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `use_rand` in this scope
[INFO] [stdout]   --> src/lib.rs:232:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | use_rand!(my_float, {
[INFO] [stdout]    | ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  2 + use ak_macros::use_rand;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - use_fetch (line 259) stdout ----
[INFO] [stdout] error: cannot find macro `use_fetch` in this scope
[INFO] [stdout]   --> src/lib.rs:269:2
[INFO] [stdout]    |
[INFO] [stdout] 11 |  use_fetch!("api",HTTP_Request);
[INFO] [stdout]    |  ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  2 + use ak_macros::use_fetch;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `use_fetch` in this scope
[INFO] [stdout]   --> src/lib.rs:273:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | use_fetch!("https://fakestoreapi.com/products/", GET);
[INFO] [stdout]    | ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  2 + use ak_macros::use_fetch;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - this_year (line 383) stdout ----
[INFO] [stdout] error: cannot find macro `akp` in this scope
[INFO] [stdout]  --> src/lib.rs:387:3
[INFO] [stdout]   |
[INFO] [stdout] 6 |   akp!("Year is: {}",year);
[INFO] [stdout]   |   ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::akp;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `this_year` in this scope
[INFO] [stdout]  --> src/lib.rs:386:13
[INFO] [stdout]   |
[INFO] [stdout] 5 |  let year = this_year!();
[INFO] [stdout]   |             ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::this_year;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `this_year` in this scope
[INFO] [stdout]  --> src/lib.rs:384:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | this_year!(); /// Macro to show Year
[INFO] [stdout]   | ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::this_year;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - use_lower_case (line 444) stdout ----
[INFO] [stdout] error: cannot find macro `use_lower_case` in this scope
[INFO] [stdout]  --> src/lib.rs:446:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     use_lower_case!(name);
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::use_lower_case;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `name` in this scope
[INFO] [stdout]  --> src/lib.rs:447:18
[INFO] [stdout]   |
[INFO] [stdout] 5 |    println!("{}",name);
[INFO] [stdout]   |                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - use_zip (line 307) stdout ----
[INFO] [stdout] error: cannot find macro `use_zip` in this scope
[INFO] [stdout]  --> src/lib.rs:315:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | use_zip!(
[INFO] [stdout]   | ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::use_zip;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `use_zip` in this scope
[INFO] [stdout]  --> src/lib.rs:311:2
[INFO] [stdout]   |
[INFO] [stdout] 5 |  use_zip!("ZIP_PAth","Path_for_EXtract_Files");
[INFO] [stdout]   |  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::use_zip;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `use_zip` in this scope
[INFO] [stdout]  --> src/lib.rs:308:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | use_zip!(); /// macro can extract the ZIP files
[INFO] [stdout]   | ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::use_zip;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - use_upper_case (line 432) stdout ----
[INFO] [stdout] error: cannot find macro `use_upper_case` in this scope
[INFO] [stdout]  --> src/lib.rs:434:4
[INFO] [stdout]   |
[INFO] [stdout] 4 |    use_upper_case!(name);
[INFO] [stdout]   |    ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::use_upper_case;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `name` in this scope
[INFO] [stdout]  --> src/lib.rs:435:18
[INFO] [stdout]   |
[INFO] [stdout] 5 |    println!("{}",name);
[INFO] [stdout]   |                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - use_loop (line 87) stdout ----
[INFO] [stdout] error: cannot find macro `use_loop` in this scope
[INFO] [stdout]   --> src/lib.rs:99:3
[INFO] [stdout]    |
[INFO] [stdout] 14 |   use_loop!(false, 0, 100, i, akp!("{}", i));
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  2 + use ak_macros::use_loop;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `use_loop` in this scope
[INFO] [stdout]   --> src/lib.rs:97:2
[INFO] [stdout]    |
[INFO] [stdout] 12 |  use_loop!(true, 0, 100, i, akp!("{}", i));
[INFO] [stdout]    |  ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  2 + use ak_macros::use_loop;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - use_time (line 628) stdout ----
[INFO] [stdout] error: cannot find macro `use_time` in this scope
[INFO] [stdout]  --> src/lib.rs:631:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     use_time!(5); // Pauses execution for 5 seconds
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ak_macros::use_time;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - Get_CPU (line 564)
[INFO] [stdout]     src/lib.rs - Negative_number (line 518)
[INFO] [stdout]     src/lib.rs - Positive_number (line 497)
[INFO] [stdout]     src/lib.rs - Ram_size (line 539)
[INFO] [stdout]     src/lib.rs - akp (line 1)
[INFO] [stdout]     src/lib.rs - if_cond (line 112)
[INFO] [stdout]     src/lib.rs - input_prompt (line 13)
[INFO] [stdout]     src/lib.rs - remove_all_folders (line 72)
[INFO] [stdout]     src/lib.rs - remove_file (line 54)
[INFO] [stdout]     src/lib.rs - remove_folder (line 35)
[INFO] [stdout]     src/lib.rs - set_String (line 482)
[INFO] [stdout]     src/lib.rs - terminal (line 167)
[INFO] [stdout]     src/lib.rs - this_OS (line 208)
[INFO] [stdout]     src/lib.rs - this_month (line 364)
[INFO] [stdout]     src/lib.rs - this_year (line 383)
[INFO] [stdout]     src/lib.rs - use_createFile (line 456)
[INFO] [stdout]     src/lib.rs - use_fetch (line 259)
[INFO] [stdout]     src/lib.rs - use_loop (line 87)
[INFO] [stdout]     src/lib.rs - use_loopAt (line 591)
[INFO] [stdout]     src/lib.rs - use_lower_case (line 444)
[INFO] [stdout]     src/lib.rs - use_rand (line 222)
[INFO] [stdout]     src/lib.rs - use_time (line 628)
[INFO] [stdout]     src/lib.rs - use_upper_case (line 432)
[INFO] [stdout]     src/lib.rs - use_zip (line 307)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 24 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.34s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "b32bf18d28d3003e887bfa869d47734bd40cc68b2ee4df1982ed2f464b2a8d72", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b32bf18d28d3003e887bfa869d47734bd40cc68b2ee4df1982ed2f464b2a8d72", kill_on_drop: false }`
[INFO] [stdout] b32bf18d28d3003e887bfa869d47734bd40cc68b2ee4df1982ed2f464b2a8d72
