[INFO] fetching crate mouse_automation 0.1.3... [INFO] extracting crate mouse_automation 0.1.3 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/mouse_automation/0.1.3 [INFO] extracting crate mouse_automation 0.1.3 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/mouse_automation/0.1.3 [INFO] validating manifest of mouse_automation-0.1.3 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of mouse_automation-0.1.3 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing mouse_automation-0.1.3 [INFO] finished frobbing mouse_automation-0.1.3 [INFO] frobbed toml for mouse_automation-0.1.3 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/mouse_automation/0.1.3/Cargo.toml [INFO] started frobbing mouse_automation-0.1.3 [INFO] finished frobbing mouse_automation-0.1.3 [INFO] frobbed toml for mouse_automation-0.1.3 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/mouse_automation/0.1.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing mouse_automation-0.1.3 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/mouse_automation/0.1.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 618882d5c146bcd4e1552063b5ec5f30a478b28d2158b6c5ac0cc23150e1c032 [INFO] running `"docker" "start" "-a" "618882d5c146bcd4e1552063b5ec5f30a478b28d2158b6c5ac0cc23150e1c032"` [INFO] [stderr] Compiling mouse_automation v0.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: `extern` block uses type `Input` which is not FFI-safe: this struct has unspecified layout [INFO] [stderr] --> src/lib.rs:2:45 [INFO] [stderr] | [INFO] [stderr] 2 | pub fn SendInput(cInputs: u32, pInputs: *mut Input, cbSize: i32) -> u32; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(improper_ctypes)] on by default [INFO] [stderr] = help: consider adding a #[repr(C)] or #[repr(transparent)] attribute to this struct [INFO] [stderr] note: type defined here [INFO] [stderr] --> src/lib.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15| / pub struct Input { [INFO] [stderr] 16| | pub input_type: u32, [INFO] [stderr] 17| | pub input_data: MouseInput, [INFO] [stderr] 18| | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.22s [INFO] running `"docker" "inspect" "618882d5c146bcd4e1552063b5ec5f30a478b28d2158b6c5ac0cc23150e1c032"` [INFO] running `"docker" "rm" "-f" "618882d5c146bcd4e1552063b5ec5f30a478b28d2158b6c5ac0cc23150e1c032"` [INFO] [stdout] 618882d5c146bcd4e1552063b5ec5f30a478b28d2158b6c5ac0cc23150e1c032 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/mouse_automation/0.1.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] ecbd8e7b65844ea053095ccf5e775a2d14134b5c12b2596e3124d647a3ae4c4d [INFO] running `"docker" "start" "-a" "ecbd8e7b65844ea053095ccf5e775a2d14134b5c12b2596e3124d647a3ae4c4d"` [INFO] [stderr] Compiling mouse_automation v0.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: `extern` block uses type `Input` which is not FFI-safe: this struct has unspecified layout [INFO] [stderr] --> src/lib.rs:2:45 [INFO] [stderr] | [INFO] [stderr] 2 | pub fn SendInput(cInputs: u32, pInputs: *mut Input, cbSize: i32) -> u32; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(improper_ctypes)] on by default [INFO] [stderr] = help: consider adding a #[repr(C)] or #[repr(transparent)] attribute to this struct [INFO] [stderr] note: type defined here [INFO] [stderr] --> src/lib.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15| / pub struct Input { [INFO] [stderr] 16| | pub input_type: u32, [INFO] [stderr] 17| | pub input_data: MouseInput, [INFO] [stderr] 18| | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.41s [INFO] running `"docker" "inspect" "ecbd8e7b65844ea053095ccf5e775a2d14134b5c12b2596e3124d647a3ae4c4d"` [INFO] running `"docker" "rm" "-f" "ecbd8e7b65844ea053095ccf5e775a2d14134b5c12b2596e3124d647a3ae4c4d"` [INFO] [stdout] ecbd8e7b65844ea053095ccf5e775a2d14134b5c12b2596e3124d647a3ae4c4d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/mouse_automation/0.1.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] d5301c70f0204f2bf21b44334b88fd7b4c37304431845634ae56544263e2a56a [INFO] running `"docker" "start" "-a" "d5301c70f0204f2bf21b44334b88fd7b4c37304431845634ae56544263e2a56a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/mouse_automation-21cb8c3039cd444c [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 [INFO] [stdout] [INFO] [stderr] Doc-tests mouse_automation [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "d5301c70f0204f2bf21b44334b88fd7b4c37304431845634ae56544263e2a56a"` [INFO] running `"docker" "rm" "-f" "d5301c70f0204f2bf21b44334b88fd7b4c37304431845634ae56544263e2a56a"` [INFO] [stdout] d5301c70f0204f2bf21b44334b88fd7b4c37304431845634ae56544263e2a56a