[INFO] updating cached repository alexpilotti/libwhp-sample [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/alexpilotti/libwhp-sample [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/alexpilotti/libwhp-sample" "work/ex/pr-62181/sources/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946/gh/alexpilotti/libwhp-sample"` [INFO] [stderr] Cloning into 'work/ex/pr-62181/sources/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946/gh/alexpilotti/libwhp-sample'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/alexpilotti/libwhp-sample" "work/ex/pr-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/gh/alexpilotti/libwhp-sample"` [INFO] [stderr] Cloning into 'work/ex/pr-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/gh/alexpilotti/libwhp-sample'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ba225333dcbe1061457449a019ea836128cceed5 [INFO] sha for GitHub repo alexpilotti/libwhp-sample: ba225333dcbe1061457449a019ea836128cceed5 [INFO] validating manifest of alexpilotti/libwhp-sample on toolchain master#6ea4036cd20a4b1ab1d56e555108c21735ff6946 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+6ea4036cd20a4b1ab1d56e555108c21735ff6946-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of alexpilotti/libwhp-sample on toolchain try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+003a7b6b5753e8509fdfe7949d4f0873ba71e4fc-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing alexpilotti/libwhp-sample [INFO] finished frobbing alexpilotti/libwhp-sample [INFO] frobbed toml for alexpilotti/libwhp-sample written to work/ex/pr-62181/sources/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946/gh/alexpilotti/libwhp-sample/Cargo.toml [INFO] started frobbing alexpilotti/libwhp-sample [INFO] finished frobbing alexpilotti/libwhp-sample [INFO] frobbed toml for alexpilotti/libwhp-sample written to work/ex/pr-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/gh/alexpilotti/libwhp-sample/Cargo.toml [INFO] crate alexpilotti/libwhp-sample already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+6ea4036cd20a4b1ab1d56e555108c21735ff6946-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+003a7b6b5753e8509fdfe7949d4f0873ba71e4fc-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking alexpilotti/libwhp-sample against try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc for pr-62181 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62181/worker-3/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/gh/alexpilotti/libwhp-sample:/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" "+003a7b6b5753e8509fdfe7949d4f0873ba71e4fc-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f8546528dd744345c6aa6844260d2bf2e19d71adbc45f4ee618c47f14b64fe41 [INFO] running `"docker" "start" "-a" "f8546528dd744345c6aa6844260d2bf2e19d71adbc45f4ee618c47f14b64fe41"` [INFO] [stderr] Checking libwhp v0.1.0 (https://github.com/insula-rs/libwhp#72bdad4d) [INFO] [stderr] Checking testwhp v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0599]: no method named `InstructionLength` found for type `libwhp::WHV_VP_EXIT_CONTEXT` in the current scope [INFO] [stderr] --> src/main.rs:98:61 [INFO] [stderr] | [INFO] [stderr] 98 | exit_context.VpContext.Rip + exit_context.VpContext.InstructionLength() as u64; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `IsWrite` found for type `u32` in the current scope [INFO] [stderr] --> src/main.rs:102:38 [INFO] [stderr] | [INFO] [stderr] 102 | if msr_access.AccessInfo.IsWrite() == 1 { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `IsWrite` found for type `u32` in the current scope [INFO] [stderr] --> src/main.rs:124:30 [INFO] [stderr] | [INFO] [stderr] 124 | if msr_access.AccessInfo.IsWrite() == 1 { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `InstructionLength` found for type `libwhp::WHV_VP_EXIT_CONTEXT` in the current scope [INFO] [stderr] --> src/main.rs:147:61 [INFO] [stderr] | [INFO] [stderr] 147 | exit_context.VpContext.Rip + exit_context.VpContext.InstructionLength() as u64; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_X64CpuidExit` found for type `u64` in the current scope [INFO] [stderr] --> src/main.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | property.ExtendedVmExits.set_X64CpuidExit(1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_X64MsrExit` found for type `u64` in the current scope [INFO] [stderr] --> src/main.rs:200:34 [INFO] [stderr] | [INFO] [stderr] 200 | property.ExtendedVmExits.set_X64MsrExit(1); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_ExceptionExit` found for type `u64` in the current scope [INFO] [stderr] --> src/main.rs:201:34 [INFO] [stderr] | [INFO] [stderr] 201 | property.ExtendedVmExits.set_ExceptionExit(1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_SegmentType` found for type `&mut libwhp::WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stderr] --> src/main.rs:265:17 [INFO] [stderr] | [INFO] [stderr] 265 | segment.set_SegmentType(11); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_NonSystemSegment` found for type `&mut libwhp::WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stderr] --> src/main.rs:266:17 [INFO] [stderr] | [INFO] [stderr] 266 | segment.set_NonSystemSegment(1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_Present` found for type `&mut libwhp::WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stderr] --> src/main.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | segment.set_Present(1); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_Long` found for type `&mut libwhp::WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stderr] --> src/main.rs:268:17 [INFO] [stderr] | [INFO] [stderr] 268 | segment.set_Long(1); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_Granularity` found for type `&mut libwhp::WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stderr] --> src/main.rs:269:17 [INFO] [stderr] | [INFO] [stderr] 269 | segment.set_Granularity(1); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_SegmentType` found for type `&mut libwhp::WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stderr] --> src/main.rs:278:17 [INFO] [stderr] | [INFO] [stderr] 278 | segment.set_SegmentType(3); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_NonSystemSegment` found for type `&mut libwhp::WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stderr] --> src/main.rs:279:17 [INFO] [stderr] | [INFO] [stderr] 279 | segment.set_NonSystemSegment(1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_Present` found for type `&mut libwhp::WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stderr] --> src/main.rs:280:17 [INFO] [stderr] | [INFO] [stderr] 280 | segment.set_Present(1); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_Long` found for type `&mut libwhp::WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stderr] --> src/main.rs:281:17 [INFO] [stderr] | [INFO] [stderr] 281 | segment.set_Long(1); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_Granularity` found for type `&mut libwhp::WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stderr] --> src/main.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | segment.set_Granularity(1); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `testwhp`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `InstructionLength` found for type `libwhp::WHV_VP_EXIT_CONTEXT` in the current scope [INFO] [stderr] --> src/main.rs:98:61 [INFO] [stderr] | [INFO] [stderr] 98 | exit_context.VpContext.Rip + exit_context.VpContext.InstructionLength() as u64; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `IsWrite` found for type `u32` in the current scope [INFO] [stderr] --> src/main.rs:102:38 [INFO] [stderr] | [INFO] [stderr] 102 | if msr_access.AccessInfo.IsWrite() == 1 { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `IsWrite` found for type `u32` in the current scope [INFO] [stderr] --> src/main.rs:124:30 [INFO] [stderr] | [INFO] [stderr] 124 | if msr_access.AccessInfo.IsWrite() == 1 { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `InstructionLength` found for type `libwhp::WHV_VP_EXIT_CONTEXT` in the current scope [INFO] [stderr] --> src/main.rs:147:61 [INFO] [stderr] | [INFO] [stderr] 147 | exit_context.VpContext.Rip + exit_context.VpContext.InstructionLength() as u64; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_X64CpuidExit` found for type `u64` in the current scope [INFO] [stderr] --> src/main.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | property.ExtendedVmExits.set_X64CpuidExit(1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_X64MsrExit` found for type `u64` in the current scope [INFO] [stderr] --> src/main.rs:200:34 [INFO] [stderr] | [INFO] [stderr] 200 | property.ExtendedVmExits.set_X64MsrExit(1); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_ExceptionExit` found for type `u64` in the current scope [INFO] [stderr] --> src/main.rs:201:34 [INFO] [stderr] | [INFO] [stderr] 201 | property.ExtendedVmExits.set_ExceptionExit(1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_SegmentType` found for type `&mut libwhp::WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stderr] --> src/main.rs:265:17 [INFO] [stderr] | [INFO] [stderr] 265 | segment.set_SegmentType(11); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_NonSystemSegment` found for type `&mut libwhp::WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stderr] --> src/main.rs:266:17 [INFO] [stderr] | [INFO] [stderr] 266 | segment.set_NonSystemSegment(1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_Present` found for type `&mut libwhp::WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stderr] --> src/main.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | segment.set_Present(1); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_Long` found for type `&mut libwhp::WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stderr] --> src/main.rs:268:17 [INFO] [stderr] | [INFO] [stderr] 268 | segment.set_Long(1); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_Granularity` found for type `&mut libwhp::WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stderr] --> src/main.rs:269:17 [INFO] [stderr] | [INFO] [stderr] 269 | segment.set_Granularity(1); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_SegmentType` found for type `&mut libwhp::WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stderr] --> src/main.rs:278:17 [INFO] [stderr] | [INFO] [stderr] 278 | segment.set_SegmentType(3); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_NonSystemSegment` found for type `&mut libwhp::WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stderr] --> src/main.rs:279:17 [INFO] [stderr] | [INFO] [stderr] 279 | segment.set_NonSystemSegment(1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_Present` found for type `&mut libwhp::WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stderr] --> src/main.rs:280:17 [INFO] [stderr] | [INFO] [stderr] 280 | segment.set_Present(1); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_Long` found for type `&mut libwhp::WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stderr] --> src/main.rs:281:17 [INFO] [stderr] | [INFO] [stderr] 281 | segment.set_Long(1); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_Granularity` found for type `&mut libwhp::WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stderr] --> src/main.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | segment.set_Granularity(1); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `testwhp`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f8546528dd744345c6aa6844260d2bf2e19d71adbc45f4ee618c47f14b64fe41"` [INFO] running `"docker" "rm" "-f" "f8546528dd744345c6aa6844260d2bf2e19d71adbc45f4ee618c47f14b64fe41"` [INFO] [stdout] f8546528dd744345c6aa6844260d2bf2e19d71adbc45f4ee618c47f14b64fe41