[INFO] fetching crate rustautogui 2.5.0...
[INFO] testing rustautogui-2.5.0 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate rustautogui 2.5.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate rustautogui 2.5.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate rustautogui 2.5.0
[INFO] tweaked toml for crates.io crate rustautogui 2.5.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rustautogui 2.5.0 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rustautogui 2.5.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 171d2494b894b9c332a07de79d4aa4378bbaf2e42c3639f15722de633b763e2e
[INFO] running `Command { std: "docker" "start" "-a" "171d2494b894b9c332a07de79d4aa4378bbaf2e42c3639f15722de633b763e2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "171d2494b894b9c332a07de79d4aa4378bbaf2e42c3639f15722de633b763e2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "171d2494b894b9c332a07de79d4aa4378bbaf2e42c3639f15722de633b763e2e", kill_on_drop: false }`
[INFO] [stdout] 171d2494b894b9c332a07de79d4aa4378bbaf2e42c3639f15722de633b763e2e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ae1f6b88e773a9c75a88e96947dda93215d3227f75b6ecc5d179199a63ed54a9
[INFO] running `Command { std: "docker" "start" "-a" "ae1f6b88e773a9c75a88e96947dda93215d3227f75b6ecc5d179199a63ed54a9", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling aligned-vec v0.5.0
[INFO] [stderr]    Compiling built v0.7.7
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling zerocopy v0.8.23
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling quick-error v2.0.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling once_cell v1.21.1
[INFO] [stderr]    Compiling weezl v0.1.8
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling imgref v1.11.0
[INFO] [stderr]    Compiling bitstream-io v2.6.0
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]    Compiling rustfft v6.2.0
[INFO] [stderr]    Compiling avif-serialize v0.8.3
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling loop9 v0.1.5
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]    Compiling zune-inflate v0.2.54
[INFO] [stderr]    Compiling half v2.5.0
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]    Compiling bytemuck v1.22.0
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling zune-core v0.4.12
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling lebe v0.5.2
[INFO] [stderr]    Compiling jpeg-decoder v0.3.1
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling bit_field v0.10.2
[INFO] [stderr]    Compiling strength_reduce v0.2.4
[INFO] [stderr]    Compiling rgb v0.8.50
[INFO] [stderr]    Compiling gif v0.13.1
[INFO] [stderr]    Compiling image-webp v0.2.1
[INFO] [stderr]    Compiling exr v1.73.0
[INFO] [stderr]    Compiling zune-jpeg v0.4.14
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling v_frame v0.3.8
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling rustautogui v2.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling primal-check v0.3.4
[INFO] [stderr]    Compiling tiff v0.9.1
[INFO] [stderr]    Compiling transpose v0.2.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling maybe-rayon v0.1.1
[INFO] [stderr]    Compiling av1-grain v0.2.3
[INFO] [stderr]    Compiling profiling-procmacros v1.0.16
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling profiling v1.0.16
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling ravif v0.11.11
[INFO] [stderr]    Compiling image v0.25.6
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.99s
[INFO] running `Command { std: "docker" "inspect" "ae1f6b88e773a9c75a88e96947dda93215d3227f75b6ecc5d179199a63ed54a9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ae1f6b88e773a9c75a88e96947dda93215d3227f75b6ecc5d179199a63ed54a9", kill_on_drop: false }`
[INFO] [stdout] ae1f6b88e773a9c75a88e96947dda93215d3227f75b6ecc5d179199a63ed54a9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6feaccb26d544a3a6eb4d9dc26ebcff61fdc28c4ac33f03e46f9d292810b2483
[INFO] running `Command { std: "docker" "start" "-a" "6feaccb26d544a3a6eb4d9dc26ebcff61fdc28c4ac33f03e46f9d292810b2483", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustautogui v2.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.19s
[INFO] running `Command { std: "docker" "inspect" "6feaccb26d544a3a6eb4d9dc26ebcff61fdc28c4ac33f03e46f9d292810b2483", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6feaccb26d544a3a6eb4d9dc26ebcff61fdc28c4ac33f03e46f9d292810b2483", kill_on_drop: false }`
[INFO] [stdout] 6feaccb26d544a3a6eb4d9dc26ebcff61fdc28c4ac33f03e46f9d292810b2483
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 69de4878582fc142a8e5701f1b006657cb28e4634fee077efee85412f2211c14
[INFO] running `Command { std: "docker" "start" "-a" "69de4878582fc142a8e5701f1b006657cb28e4634fee077efee85412f2211c14", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rustautogui-d3ccbfc63889064b)
[INFO] [stderr]      Running tests/mouse_tests.rs (/opt/rustwide/target/debug/deps/mouse_tests-d0bab6e47e64b223)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/multi_test.rs (/opt/rustwide/target/debug/deps/multi_test-16908e40d674a4e4)
[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] [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] [stdout] 
[INFO] [stderr]      Running tests/tmpl_match_tests.rs (/opt/rustwide/target/debug/deps/tmpl_match_tests-fffc3073eb98b8f5)
[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] [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 rustautogui
[INFO] [stdout] 
[INFO] [stdout] running 31 tests
[INFO] [stdout] test src/lib.rs - (line 279) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 312) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 179) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 152) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 320) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 288) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 294) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 256) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 326) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 273) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 197) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 160) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 306) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 437) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 475) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 384) ... ok
[INFO] [stdout] test src/lib.rs - (line 360) ... ok
[INFO] [stdout] test src/lib.rs - (line 412) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 188) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 447) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 485) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 491) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 480) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 398) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 144) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 552) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 421) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 392) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 454) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 374) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 130) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 279) stdout ----
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:281:54
[INFO] [stdout]     |
[INFO] [stdout] 281 | let found_locations: Option<Vec<(u32, u32, f64)>> =  rustautogui.find_image_on_screen_and_move_mouse(0.9, 1.0).unwrap();
[INFO] [stdout]     |                                                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 281 - let found_locations: Option<Vec<(u32, u32, f64)>> =  rustautogui.find_image_on_screen_and_move_mouse(0.9, 1.0).unwrap();
[INFO] [stdout] 281 + let found_locations: Option<Vec<(u32, u32, f64)>> =  rustautogui::find_image_on_screen_and_move_mouse(0.9, 1.0).unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 312) stdout ----
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:314:1
[INFO] [stdout]     |
[INFO] [stdout] 314 | rustautogui
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 314 - rustautogui
[INFO] [stdout] 315 -       .find_stored_image_on_screen_and_move_mouse(0.9, 1.0, "test2") // precision, moving_time, alias (&str)
[INFO] [stdout] 314 + rustautogui::find_stored_image_on_screen_and_move_mouse(0.9, 1.0, "test2") // precision, moving_time, alias (&str)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 179) stdout ----
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:181:1
[INFO] [stdout]     |
[INFO] [stdout] 181 | rustautogui.store_template_from_file( // returns Result<(), String>
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 181 - rustautogui.store_template_from_file( // returns Result<(), String>
[INFO] [stdout] 181 + rustautogui::store_template_from_file( // returns Result<(), String>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 152) stdout ----
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:154:1
[INFO] [stdout]     |
[INFO] [stdout] 154 | rustautogui.prepare_template_from_imagebuffer( // returns Result<(), String>
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 154 - rustautogui.prepare_template_from_imagebuffer( // returns Result<(), String>
[INFO] [stdout] 154 + rustautogui::prepare_template_from_imagebuffer( // returns Result<(), String>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `img_buffer` in this scope
[INFO] [stdout]    --> src/lib.rs:155:4
[INFO] [stdout]     |
[INFO] [stdout] 155 |    img_buffer, // image:  ImageBuffer<P, Vec<T>> -- Accepts RGB/RGBA/Luma(black and white)
[INFO] [stdout]     |    ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0423, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 320) stdout ----
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:322:1
[INFO] [stdout]     |
[INFO] [stdout] 322 | rustautogui
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 322 - rustautogui
[INFO] [stdout] 323 -         .loop_find_stored_image_on_screen(0.95, 15, "stars") // precision, timeout, alias
[INFO] [stdout] 322 + rustautogui::loop_find_stored_image_on_screen(0.95, 15, "stars") // precision, timeout, alias
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 288) stdout ----
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 | rustautogui
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 290 - rustautogui
[INFO] [stdout] 291 -         .loop_find_image_on_screen(0.95, 15) // args: precision, timeout
[INFO] [stdout] 290 + rustautogui::loop_find_image_on_screen(0.95, 15) // args: precision, timeout
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 294) stdout ----
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:296:1
[INFO] [stdout]     |
[INFO] [stdout] 296 | rustautogui
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 296 - rustautogui
[INFO] [stdout] 297 -         .loop_find_image_on_screen_and_move_mouse(0.95, 1.0, 15) // args: precision, moving_time and timeout
[INFO] [stdout] 296 + rustautogui::loop_find_image_on_screen_and_move_mouse(0.95, 1.0, 15) // args: precision, moving_time and timeout
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 256) stdout ----
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:258:1
[INFO] [stdout]     |
[INFO] [stdout] 258 | rustautogui.store_template_from_imagebuffer_custom( // returns Result<(), String>
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 258 - rustautogui.store_template_from_imagebuffer_custom( // returns Result<(), String>
[INFO] [stdout] 258 + rustautogui::store_template_from_imagebuffer_custom( // returns Result<(), String>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `img_buffer` in this scope
[INFO] [stdout]    --> src/lib.rs:259:4
[INFO] [stdout]     |
[INFO] [stdout] 259 |    img_buffer,
[INFO] [stdout]     |    ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0423, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 326) stdout ----
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:328:1
[INFO] [stdout]     |
[INFO] [stdout] 328 | rustautogui
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 328 - rustautogui
[INFO] [stdout] 329 -         .loop_find_stored_image_on_screen_and_move_mouse(0.95, 1.0, 15, "stars") // precision, moving_time, timeout, alias
[INFO] [stdout] 328 + rustautogui::loop_find_stored_image_on_screen_and_move_mouse(0.95, 1.0, 15, "stars") // precision, moving_time, timeout, alias
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 273) stdout ----
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:275:53
[INFO] [stdout]     |
[INFO] [stdout] 275 | let found_locations: Option<Vec<(u32, u32, f64)>> = rustautogui.find_image_on_screen(0.9).unwrap();
[INFO] [stdout]     |                                                     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 275 - let found_locations: Option<Vec<(u32, u32, f64)>> = rustautogui.find_image_on_screen(0.9).unwrap();
[INFO] [stdout] 275 + let found_locations: Option<Vec<(u32, u32, f64)>> = rustautogui::find_image_on_screen(0.9).unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 197) stdout ----
[INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `None`
[INFO] [stdout]    --> src/lib.rs:201:4
[INFO] [stdout]     |
[INFO] [stdout] 200 |    img_raw // img_raw:  &[u8] encoded raw bytes
[INFO] [stdout]     |           -
[INFO] [stdout]     |           |
[INFO] [stdout]     |           expected one of 8 possible tokens
[INFO] [stdout]     |           help: missing `,`
[INFO] [stdout] 201 |    None,  // region: Option<(u32, u32, u32, u32)>
[INFO] [stdout]     |    ^^^^ unexpected token
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:199:1
[INFO] [stdout]     |
[INFO] [stdout] 199 | rustautogui.store_template_from_raw_encoded( // returns Result<(), String>
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 199 - rustautogui.store_template_from_raw_encoded( // returns Result<(), String>
[INFO] [stdout] 199 + rustautogui::store_template_from_raw_encoded( // returns Result<(), String>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `img_raw` in this scope
[INFO] [stdout]    --> src/lib.rs:200:4
[INFO] [stdout]     |
[INFO] [stdout] 200 |    img_raw // img_raw:  &[u8] encoded raw bytes
[INFO] [stdout]     |    ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0423, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 160) stdout ----
[INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `None`
[INFO] [stdout]    --> src/lib.rs:164:4
[INFO] [stdout]     |
[INFO] [stdout] 163 |    img_raw // img_raw:  &[u8] - encoded raw bytes
[INFO] [stdout]     |           -
[INFO] [stdout]     |           |
[INFO] [stdout]     |           expected one of 8 possible tokens
[INFO] [stdout]     |           help: missing `,`
[INFO] [stdout] 164 |    None,  // region: Option<(u32, u32, u32, u32)>
[INFO] [stdout]     |    ^^^^ unexpected token
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:162:1
[INFO] [stdout]     |
[INFO] [stdout] 162 | rustautogui.prepare_template_from_raw_encoded( // returns Result<(), String>
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 162 - rustautogui.prepare_template_from_raw_encoded( // returns Result<(), String>
[INFO] [stdout] 162 + rustautogui::prepare_template_from_raw_encoded( // returns Result<(), String>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `img_raw` in this scope
[INFO] [stdout]    --> src/lib.rs:163:4
[INFO] [stdout]     |
[INFO] [stdout] 163 |    img_raw // img_raw:  &[u8] - encoded raw bytes
[INFO] [stdout]     |    ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0423, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 306) stdout ----
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:308:1
[INFO] [stdout]     |
[INFO] [stdout] 308 | rustautogui
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 308 - rustautogui
[INFO] [stdout] 309 -       .find_stored_image_on_screen(0.9,  "test2") // precision, alias
[INFO] [stdout] 308 + rustautogui::find_stored_image_on_screen(0.9,  "test2") // precision, alias
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 437) stdout ----
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:439:1
[INFO] [stdout]     |
[INFO] [stdout] 439 | rustautogui.drag_mouse_to_pos(150, 980, 2.0).unwrap(); // args: x, y, moving_time. 
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 439 - rustautogui.drag_mouse_to_pos(150, 980, 2.0).unwrap(); // args: x, y, moving_time. 
[INFO] [stdout] 439 + rustautogui::drag_mouse_to_pos(150, 980, 2.0).unwrap(); // args: x, y, moving_time. 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:440:1
[INFO] [stdout]     |
[INFO] [stdout] 440 | rustautogui.drag_mouse_to(Some(200), Some(400), 1.2).unwrap(); // args: x, y, moving_time. Accepts option. None value keeps current...
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 440 - rustautogui.drag_mouse_to(Some(200), Some(400), 1.2).unwrap(); // args: x, y, moving_time. Accepts option. None value keeps current pos.
[INFO] [stdout] 440 + rustautogui::drag_mouse_to(Some(200), Some(400), 1.2).unwrap(); // args: x, y, moving_time. Accepts option. None value keeps current pos.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:441:1
[INFO] [stdout]     |
[INFO] [stdout] 441 | rustautogui.drag_mouse(500, -500, 1.0).unwrap();
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 441 - rustautogui.drag_mouse(500, -500, 1.0).unwrap();
[INFO] [stdout] 441 + rustautogui::drag_mouse(500, -500, 1.0).unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 475) stdout ----
[INFO] [stdout] error: expected item, found `$`
[INFO] [stdout]    --> src/lib.rs:476:4
[INFO] [stdout]     |
[INFO] [stdout] 476 |    $env:RUSTAUTOGUI_SUPPRESS_WARNINGS="1"    #to turn off warnings
[INFO] [stdout]     |    ^ expected item
[INFO] [stdout]     |
[INFO] [stdout]     = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[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 - (line 412) stdout ----
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:414:1
[INFO] [stdout]     |
[INFO] [stdout] 414 | rustautogui.scroll_up().unwrap();
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 414 - rustautogui.scroll_up().unwrap();
[INFO] [stdout] 414 + rustautogui::scroll_up().unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | rustautogui.scroll_down().unwrap();
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 415 - rustautogui.scroll_down().unwrap();
[INFO] [stdout] 415 + rustautogui::scroll_down().unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:416:1
[INFO] [stdout]     |
[INFO] [stdout] 416 | rustautogui.scroll_left().unwrap();
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 416 - rustautogui.scroll_left().unwrap();
[INFO] [stdout] 416 + rustautogui::scroll_left().unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:417:1
[INFO] [stdout]     |
[INFO] [stdout] 417 | rustautogui.scroll_right().unwrap();
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 417 - rustautogui.scroll_right().unwrap();
[INFO] [stdout] 417 + rustautogui::scroll_right().unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 188) stdout ----
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:190:1
[INFO] [stdout]     |
[INFO] [stdout] 190 | rustautogui.store_template_from_imagebuffer( // returns Result<(), String>
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 190 - rustautogui.store_template_from_imagebuffer( // returns Result<(), String>
[INFO] [stdout] 190 + rustautogui::store_template_from_imagebuffer( // returns Result<(), String>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `img_buffer` in this scope
[INFO] [stdout]    --> src/lib.rs:191:4
[INFO] [stdout]     |
[INFO] [stdout] 191 |    img_buffer, // image:  ImageBuffer<P, Vec<T>> -- Accepts RGB/RGBA/Luma(black and white)
[INFO] [stdout]     |    ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0423, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 447) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `print_mouse_position` in this scope
[INFO] [stdout]    --> src/lib.rs:448:1
[INFO] [stdout]     |
[INFO] [stdout] 448 | print_mouse_position().unwrap();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 447 + use rustautogui::print_mouse_position;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[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 - (line 485) stdout ----
[INFO] [stdout] error: expected one of `!` or `::`, found `RUSTAUTOGUI_SUPPRESS_WARNINGS`
[INFO] [stdout]    --> src/lib.rs:486:11
[INFO] [stdout]     |
[INFO] [stdout] 486 |    export RUSTAUTOGUI_SUPPRESS_WARNINGS=1    #to turn off warnings
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected one of `!` or `::`
[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 - (line 491) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RustAutoGui`
[INFO] [stdout]    --> src/lib.rs:493:23
[INFO] [stdout]     |
[INFO] [stdout] 493 | let mut rustautogui = RustAutoGui::new(false).unwrap();
[INFO] [stdout]     |                       ^^^^^^^^^^^ use of undeclared type `RustAutoGui`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 490 + use rustautogui::RustAutoGui;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 480) stdout ----
[INFO] [stdout] error: expected one of `!` or `::`, found `RUSTAUTOGUI_SUPPRESS_WARNINGS`
[INFO] [stdout]    --> src/lib.rs:481:8
[INFO] [stdout]     |
[INFO] [stdout] 481 |    set RUSTAUTOGUI_SUPPRESS_WARNINGS=1       #to turn off warnings
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected one of `!` or `::`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a keyword `let` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 481 -    set RUSTAUTOGUI_SUPPRESS_WARNINGS=1       #to turn off warnings
[INFO] [stdout] 481 +    let RUSTAUTOGUI_SUPPRESS_WARNINGS=1       #to turn off warnings
[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 - (line 398) stdout ----
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:400:1
[INFO] [stdout]     |
[INFO] [stdout] 400 | rustautogui.click(MouseClick::LEFT).unwrap(); // args: button,  choose  click button MouseClick::{LEFT, RIGHT, MIDDLE}
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 400 - rustautogui.click(MouseClick::LEFT).unwrap(); // args: button,  choose  click button MouseClick::{LEFT, RIGHT, MIDDLE}
[INFO] [stdout] 400 + rustautogui::click(MouseClick::LEFT).unwrap(); // args: button,  choose  click button MouseClick::{LEFT, RIGHT, MIDDLE}
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MouseClick`
[INFO] [stdout]    --> src/lib.rs:400:19
[INFO] [stdout]     |
[INFO] [stdout] 400 | rustautogui.click(MouseClick::LEFT).unwrap(); // args: button,  choose  click button MouseClick::{LEFT, RIGHT, MIDDLE}
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared type `MouseClick`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 397 + use rustautogui::MouseClick;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:401:1
[INFO] [stdout]     |
[INFO] [stdout] 401 | rustautogui.left_click().unwrap(); // left mouse click
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 401 - rustautogui.left_click().unwrap(); // left mouse click
[INFO] [stdout] 401 + rustautogui::left_click().unwrap(); // left mouse click
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:402:1
[INFO] [stdout]     |
[INFO] [stdout] 402 | rustautogui.right_click().unwrap(); // right mouse click
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 402 - rustautogui.right_click().unwrap(); // right mouse click
[INFO] [stdout] 402 + rustautogui::right_click().unwrap(); // right mouse click
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:403:1
[INFO] [stdout]     |
[INFO] [stdout] 403 | rustautogui.double_click().unwrap(); // double left click
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 403 - rustautogui.double_click().unwrap(); // double left click
[INFO] [stdout] 403 + rustautogui::double_click().unwrap(); // double left click
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:404:1
[INFO] [stdout]     |
[INFO] [stdout] 404 | rustautogui.middle_click().unwrap(); // double left click
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 404 - rustautogui.middle_click().unwrap(); // double left click
[INFO] [stdout] 404 + rustautogui::middle_click().unwrap(); // double left click
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:407:1
[INFO] [stdout]     |
[INFO] [stdout] 407 | rustautogui.mouse_down(MouseClick::RIGHT).unwrap(); // args: button, click button down,  MouseClick::{LEFT, RIGHT, MIDDLE}
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 407 - rustautogui.mouse_down(MouseClick::RIGHT).unwrap(); // args: button, click button down,  MouseClick::{LEFT, RIGHT, MIDDLE}
[INFO] [stdout] 407 + rustautogui::mouse_down(MouseClick::RIGHT).unwrap(); // args: button, click button down,  MouseClick::{LEFT, RIGHT, MIDDLE}
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MouseClick`
[INFO] [stdout]    --> src/lib.rs:407:24
[INFO] [stdout]     |
[INFO] [stdout] 407 | rustautogui.mouse_down(MouseClick::RIGHT).unwrap(); // args: button, click button down,  MouseClick::{LEFT, RIGHT, MIDDLE}
[INFO] [stdout]     |                        ^^^^^^^^^^ use of undeclared type `MouseClick`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 397 + use rustautogui::MouseClick;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:408:1
[INFO] [stdout]     |
[INFO] [stdout] 408 | rustautogui.mouse_up(MouseClick::RIGHT).unwrap();
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 408 - rustautogui.mouse_up(MouseClick::RIGHT).unwrap();
[INFO] [stdout] 408 + rustautogui::mouse_up(MouseClick::RIGHT).unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MouseClick`
[INFO] [stdout]    --> src/lib.rs:408:22
[INFO] [stdout]     |
[INFO] [stdout] 408 | rustautogui.mouse_up(MouseClick::RIGHT).unwrap();
[INFO] [stdout]     |                      ^^^^^^^^^^ use of undeclared type `MouseClick`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 397 + use rustautogui::MouseClick;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0423, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 144) stdout ----
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:146:1
[INFO] [stdout]     |
[INFO] [stdout] 146 | rustautogui.prepare_template_from_file( // returns Result<(), String>
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 146 - rustautogui.prepare_template_from_file( // returns Result<(), String>
[INFO] [stdout] 146 + rustautogui::prepare_template_from_file( // returns Result<(), String>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 552) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `gui` in this scope
[INFO] [stdout]    --> src/lib.rs:553:1
[INFO] [stdout]     |
[INFO] [stdout] 553 | gui.list_devices();
[INFO] [stdout]     | ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `gui` in this scope
[INFO] [stdout]    --> src/lib.rs:555:1
[INFO] [stdout]     |
[INFO] [stdout] 555 | gui.change_ocl_device(1);
[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 - (line 421) stdout ----
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:423:1
[INFO] [stdout]     |
[INFO] [stdout] 423 | rustautogui.move_mouse_to_pos(1920, 1080, 1.0).unwrap(); // args: x, y, moving_time. Moves mouse to position for certain time
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 423 - rustautogui.move_mouse_to_pos(1920, 1080, 1.0).unwrap(); // args: x, y, moving_time. Moves mouse to position for certain time
[INFO] [stdout] 423 + rustautogui::move_mouse_to_pos(1920, 1080, 1.0).unwrap(); // args: x, y, moving_time. Moves mouse to position for certain time
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:424:1
[INFO] [stdout]     |
[INFO] [stdout] 424 | rustautogui.move_mouse_to(Some(500), None, 1.0).unwrap(); // args: x, y, moving_time. Moves mouse to position, but acceps Option
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 424 - rustautogui.move_mouse_to(Some(500), None, 1.0).unwrap(); // args: x, y, moving_time. Moves mouse to position, but acceps Option
[INFO] [stdout] 424 + rustautogui::move_mouse_to(Some(500), None, 1.0).unwrap(); // args: x, y, moving_time. Moves mouse to position, but acceps Option
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:426:1
[INFO] [stdout]     |
[INFO] [stdout] 426 | rustautogui.move_mouse(-50, 120, 1.0).unwrap();
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 426 - rustautogui.move_mouse(-50, 120, 1.0).unwrap();
[INFO] [stdout] 426 + rustautogui::move_mouse(-50, 120, 1.0).unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 392) stdout ----
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:394:1
[INFO] [stdout]     |
[INFO] [stdout] 394 | rustautogui.get_mouse_position().unwrap();
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 394 - rustautogui.get_mouse_position().unwrap();
[INFO] [stdout] 394 + rustautogui::get_mouse_position().unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 454) stdout ----
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:456:1
[INFO] [stdout]     |
[INFO] [stdout] 456 | rustautogui.keyboard_input("test!@#24").unwrap(); // input string, or better say, do the sequence of key presses
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 456 - rustautogui.keyboard_input("test!@#24").unwrap(); // input string, or better say, do the sequence of key presses
[INFO] [stdout] 456 + rustautogui::keyboard_input("test!@#24").unwrap(); // input string, or better say, do the sequence of key presses
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:457:1
[INFO] [stdout]     |
[INFO] [stdout] 457 | rustautogui.keyboard_command("backspace").unwrap(); // press a keyboard button
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 457 - rustautogui.keyboard_command("backspace").unwrap(); // press a keyboard button
[INFO] [stdout] 457 + rustautogui::keyboard_command("backspace").unwrap(); // press a keyboard button
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:458:1
[INFO] [stdout]     |
[INFO] [stdout] 458 | rustautogui.keyboard_multi_key("shift", "control", Some("t")).unwrap(); // Executed multiple key press at same time. third argument...
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 458 - rustautogui.keyboard_multi_key("shift", "control", Some("t")).unwrap(); // Executed multiple key press at same time. third argument is optional
[INFO] [stdout] 458 + rustautogui::keyboard_multi_key("shift", "control", Some("t")).unwrap(); // Executed multiple key press at same time. third argument is optional
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:459:1
[INFO] [stdout]     |
[INFO] [stdout] 459 | rustautogui.key_down("backspace").unwrap(); // press a keyboard button down only
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 459 - rustautogui.key_down("backspace").unwrap(); // press a keyboard button down only
[INFO] [stdout] 459 + rustautogui::key_down("backspace").unwrap(); // press a keyboard button down only
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:460:1
[INFO] [stdout]     |
[INFO] [stdout] 460 | rustautogui.key_up("backspace").unwrap();
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 460 - rustautogui.key_up("backspace").unwrap();
[INFO] [stdout] 460 + rustautogui::key_up("backspace").unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 374) stdout ----
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:376:1
[INFO] [stdout]     |
[INFO] [stdout] 376 | rustautogui.get_screen_size(); // returns (x, y) size of display
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 376 - rustautogui.get_screen_size(); // returns (x, y) size of display
[INFO] [stdout] 376 + rustautogui::get_screen_size(); // returns (x, y) size of display
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:377:1
[INFO] [stdout]     |
[INFO] [stdout] 377 | rustautogui.change_debug_state(true); // change debugging
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 377 - rustautogui.change_debug_state(true); // change debugging
[INFO] [stdout] 377 + rustautogui::change_debug_state(true); // change debugging
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:378:1
[INFO] [stdout]     |
[INFO] [stdout] 378 | rustautogui.set_suppress_warning(true); // turn off warnings
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 378 - rustautogui.set_suppress_warning(true); // turn off warnings
[INFO] [stdout] 378 + rustautogui::set_suppress_warning(true); // turn off warnings
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found crate `rustautogui`
[INFO] [stdout]    --> src/lib.rs:379:1
[INFO] [stdout]     |
[INFO] [stdout] 379 | rustautogui.save_screenshot("test.png").unwrap();
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 379 - rustautogui.save_screenshot("test.png").unwrap();
[INFO] [stdout] 379 + rustautogui::save_screenshot("test.png").unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 130) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (254) panicked at src/core/screen/linux/mod.rs:45:17:
[INFO] [stdout] Error grabbing display. Unable to open X display. Possible x11 issue, check if it is activated and that you're not running wayland
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x619da2ae48b2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x619da2ae48b2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x619da2ae48b2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x619da2ae48b2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x619da2af5e0a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x619da2af5e0a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x619da2ae8b66 - std[3f03f8b59f91bef1]::io::default_write_fmt::<std[3f03f8b59f91bef1]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x619da2ae8b66 - <std[3f03f8b59f91bef1]::sys::stdio::unix::Stderr as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x619da2ac999f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x619da2ac999f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x619da2ae0241 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x619da2ae03fb - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x619da2ac9a8a - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x619da2abed29 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x619da2aca37d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x619da2af647c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x619da2aa5ffe - <rustautogui[c25d790b5bc4fb35]::core::screen::linux::Screen>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/screen/linux/mod.rs:45:17
[INFO] [stdout]   17:     0x619da2a94bcb - <rustautogui[c25d790b5bc4fb35]::RustAutoGui>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:110:22
[INFO] [stdout]   18:     0x619da2a949f4 - rust_out[183646e59c86b0c5]::main::_doctest_main_src_lib_rs_130_0
[INFO] [stdout]   19:     0x619da2a949d6 - rust_out[183646e59c86b0c5]::main
[INFO] [stdout]   20:     0x619da2a94a23 - <fn() as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   21:     0x619da2a94996 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stdout]   22:     0x619da2a949a9 - std[3f03f8b59f91bef1]::rt::lang_start::<()>::{closure#0}
[INFO] [stdout]   23:     0x619da2adf3f6 - <&dyn core[585f66e14d78f9ba]::ops::function::Fn<(), Output = i32> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::panic::unwind_safe::RefUnwindSafe as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   24:     0x619da2adf3f6 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<&dyn core[585f66e14d78f9ba]::ops::function::Fn<(), Output = i32> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   25:     0x619da2adf3f6 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<i32, &dyn core[585f66e14d78f9ba]::ops::function::Fn<(), Output = i32> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   26:     0x619da2adf3f6 - std[3f03f8b59f91bef1]::panic::catch_unwind::<&dyn core[585f66e14d78f9ba]::ops::function::Fn<(), Output = i32> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   27:     0x619da2adf3f6 - std[3f03f8b59f91bef1]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/rt.rs:175:24
[INFO] [stdout]   28:     0x619da2adf3f6 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<std[3f03f8b59f91bef1]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x619da2adf3f6 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<isize, std[3f03f8b59f91bef1]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x619da2adf3f6 - std[3f03f8b59f91bef1]::panic::catch_unwind::<std[3f03f8b59f91bef1]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x619da2adf3f6 - std[3f03f8b59f91bef1]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/rt.rs:171:5
[INFO] [stdout]   32:     0x619da2a947a1 - std[3f03f8b59f91bef1]::rt::lang_start::<()>
[INFO] [stdout]   33:     0x619da2a94a85 - main
[INFO] [stdout]   34:     0x70215ecf01ca - <unknown>
[INFO] [stdout]   35:     0x70215ecf028b - __libc_start_main
[INFO] [stdout]   36:     0x619da2a946b5 - _start
[INFO] [stdout]   37:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 130)
[INFO] [stdout]     src/lib.rs - (line 144)
[INFO] [stdout]     src/lib.rs - (line 152)
[INFO] [stdout]     src/lib.rs - (line 160)
[INFO] [stdout]     src/lib.rs - (line 179)
[INFO] [stdout]     src/lib.rs - (line 188)
[INFO] [stdout]     src/lib.rs - (line 197)
[INFO] [stdout]     src/lib.rs - (line 256)
[INFO] [stdout]     src/lib.rs - (line 273)
[INFO] [stdout]     src/lib.rs - (line 279)
[INFO] [stdout]     src/lib.rs - (line 288)
[INFO] [stdout]     src/lib.rs - (line 294)
[INFO] [stdout]     src/lib.rs - (line 306)
[INFO] [stdout]     src/lib.rs - (line 312)
[INFO] [stdout]     src/lib.rs - (line 320)
[INFO] [stdout]     src/lib.rs - (line 326)
[INFO] [stdout]     src/lib.rs - (line 374)
[INFO] [stdout]     src/lib.rs - (line 392)
[INFO] [stdout]     src/lib.rs - (line 398)
[INFO] [stdout]     src/lib.rs - (line 412)
[INFO] [stdout]     src/lib.rs - (line 421)
[INFO] [stdout]     src/lib.rs - (line 437)
[INFO] [stdout]     src/lib.rs - (line 447)
[INFO] [stdout]     src/lib.rs - (line 454)
[INFO] [stdout]     src/lib.rs - (line 475)
[INFO] [stdout]     src/lib.rs - (line 480)
[INFO] [stdout]     src/lib.rs - (line 485)
[INFO] [stdout]     src/lib.rs - (line 491)
[INFO] [stdout]     src/lib.rs - (line 552)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 29 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.51s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "69de4878582fc142a8e5701f1b006657cb28e4634fee077efee85412f2211c14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "69de4878582fc142a8e5701f1b006657cb28e4634fee077efee85412f2211c14", kill_on_drop: false }`
[INFO] [stdout] 69de4878582fc142a8e5701f1b006657cb28e4634fee077efee85412f2211c14
