[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-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/alexpilotti/libwhp-sample"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/alexpilotti/libwhp-sample'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/alexpilotti/libwhp-sample" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/alexpilotti/libwhp-sample"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/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#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of alexpilotti/libwhp-sample on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-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-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/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-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/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" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-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" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking alexpilotti/libwhp-sample against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-4/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/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" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] bb28249b3d395cef45347a148b9967772cfadb91e642c5a671935d4403c9fb3d [INFO] running `"docker" "start" "-a" "bb28249b3d395cef45347a148b9967772cfadb91e642c5a671935d4403c9fb3d"` [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" "bb28249b3d395cef45347a148b9967772cfadb91e642c5a671935d4403c9fb3d"` [INFO] running `"docker" "rm" "-f" "bb28249b3d395cef45347a148b9967772cfadb91e642c5a671935d4403c9fb3d"` [INFO] [stdout] bb28249b3d395cef45347a148b9967772cfadb91e642c5a671935d4403c9fb3d