[INFO] cloning repository https://github.com/alexpilotti/libwhp-sample [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alexpilotti/libwhp-sample" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexpilotti%2Flibwhp-sample", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexpilotti%2Flibwhp-sample'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ba225333dcbe1061457449a019ea836128cceed5 [INFO] checking alexpilotti/libwhp-sample against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexpilotti%2Flibwhp-sample" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/alexpilotti/libwhp-sample on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/alexpilotti/libwhp-sample [INFO] finished tweaking git repo https://github.com/alexpilotti/libwhp-sample [INFO] tweaked toml for git repo https://github.com/alexpilotti/libwhp-sample written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/alexpilotti/libwhp-sample already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4b173664e6742f27df8d8ef914178ffbcd7b9f6d477e5410da5938d0c2637f68 [INFO] running `Command { std: "docker" "start" "-a" "4b173664e6742f27df8d8ef914178ffbcd7b9f6d477e5410da5938d0c2637f68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4b173664e6742f27df8d8ef914178ffbcd7b9f6d477e5410da5938d0c2637f68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b173664e6742f27df8d8ef914178ffbcd7b9f6d477e5410da5938d0c2637f68", kill_on_drop: false }` [INFO] [stdout] 4b173664e6742f27df8d8ef914178ffbcd7b9f6d477e5410da5938d0c2637f68 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 02d02b8147e6c92e9d9ca06e8e6c1bcf86580491bff1afab6f2204f080f1e720 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "02d02b8147e6c92e9d9ca06e8e6c1bcf86580491bff1afab6f2204f080f1e720", kill_on_drop: false }` [INFO] [stderr] Checking libwhp v0.1.0 (https://github.com/insula-rs/libwhp#72bdad4d) [INFO] [stderr] Checking testwhp v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0599]: no method named `InstructionLength` found for struct `WHV_VP_EXIT_CONTEXT` in the current scope [INFO] [stdout] --> src/main.rs:98:61 [INFO] [stdout] | [INFO] [stdout] 98 | exit_context.VpContext.Rip + exit_context.VpContext.InstructionLength() as u64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ method not found in `WHV_VP_EXIT_CONTEXT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `IsWrite` found for type `u32` in the current scope [INFO] [stdout] --> src/main.rs:102:38 [INFO] [stdout] | [INFO] [stdout] 102 | if msr_access.AccessInfo.IsWrite() == 1 { [INFO] [stdout] | ^^^^^^^ method not found in `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `IsWrite` found for type `u32` in the current scope [INFO] [stdout] --> src/main.rs:124:30 [INFO] [stdout] | [INFO] [stdout] 124 | if msr_access.AccessInfo.IsWrite() == 1 { [INFO] [stdout] | ^^^^^^^ method not found in `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `InstructionLength` found for struct `WHV_VP_EXIT_CONTEXT` in the current scope [INFO] [stdout] --> src/main.rs:147:61 [INFO] [stdout] | [INFO] [stdout] 147 | exit_context.VpContext.Rip + exit_context.VpContext.InstructionLength() as u64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ method not found in `WHV_VP_EXIT_CONTEXT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_X64CpuidExit` found for type `u64` in the current scope [INFO] [stdout] --> src/main.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | property.ExtendedVmExits.set_X64CpuidExit(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ method not found in `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_X64MsrExit` found for type `u64` in the current scope [INFO] [stdout] --> src/main.rs:200:34 [INFO] [stdout] | [INFO] [stdout] 200 | property.ExtendedVmExits.set_X64MsrExit(1); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_ExceptionExit` found for type `u64` in the current scope [INFO] [stdout] --> src/main.rs:201:34 [INFO] [stdout] | [INFO] [stdout] 201 | property.ExtendedVmExits.set_ExceptionExit(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ method not found in `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_SegmentType` found for mutable reference `&mut WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stdout] --> src/main.rs:265:17 [INFO] [stdout] | [INFO] [stdout] 265 | segment.set_SegmentType(11); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `&mut WHV_X64_SEGMENT_REGISTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_NonSystemSegment` found for mutable reference `&mut WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stdout] --> src/main.rs:266:17 [INFO] [stdout] | [INFO] [stdout] 266 | segment.set_NonSystemSegment(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ method not found in `&mut WHV_X64_SEGMENT_REGISTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_Present` found for mutable reference `&mut WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stdout] --> src/main.rs:267:17 [INFO] [stdout] | [INFO] [stdout] 267 | segment.set_Present(1); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `&mut WHV_X64_SEGMENT_REGISTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_Long` found for mutable reference `&mut WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stdout] --> src/main.rs:268:17 [INFO] [stdout] | [INFO] [stdout] 268 | segment.set_Long(1); [INFO] [stdout] | ^^^^^^^^ method not found in `&mut WHV_X64_SEGMENT_REGISTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_Granularity` found for mutable reference `&mut WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stdout] --> src/main.rs:269:17 [INFO] [stdout] | [INFO] [stdout] 269 | segment.set_Granularity(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `&mut WHV_X64_SEGMENT_REGISTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_SegmentType` found for mutable reference `&mut WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stdout] --> src/main.rs:278:17 [INFO] [stdout] | [INFO] [stdout] 278 | segment.set_SegmentType(3); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `&mut WHV_X64_SEGMENT_REGISTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_NonSystemSegment` found for mutable reference `&mut WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stdout] --> src/main.rs:279:17 [INFO] [stdout] | [INFO] [stdout] 279 | segment.set_NonSystemSegment(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ method not found in `&mut WHV_X64_SEGMENT_REGISTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_Present` found for mutable reference `&mut WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stdout] --> src/main.rs:280:17 [INFO] [stdout] | [INFO] [stdout] 280 | segment.set_Present(1); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `&mut WHV_X64_SEGMENT_REGISTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_Long` found for mutable reference `&mut WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stdout] --> src/main.rs:281:17 [INFO] [stdout] | [INFO] [stdout] 281 | segment.set_Long(1); [INFO] [stdout] | ^^^^^^^^ method not found in `&mut WHV_X64_SEGMENT_REGISTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_Granularity` found for mutable reference `&mut WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stdout] --> src/main.rs:282:17 [INFO] [stdout] | [INFO] [stdout] 282 | segment.set_Granularity(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `&mut WHV_X64_SEGMENT_REGISTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 17 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `InstructionLength` found for struct `WHV_VP_EXIT_CONTEXT` in the current scope [INFO] [stdout] --> src/main.rs:98:61 [INFO] [stdout] | [INFO] [stdout] 98 | exit_context.VpContext.Rip + exit_context.VpContext.InstructionLength() as u64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ method not found in `WHV_VP_EXIT_CONTEXT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `IsWrite` found for type `u32` in the current scope [INFO] [stdout] --> src/main.rs:102:38 [INFO] [stdout] | [INFO] [stdout] 102 | if msr_access.AccessInfo.IsWrite() == 1 { [INFO] [stdout] | ^^^^^^^ method not found in `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `IsWrite` found for type `u32` in the current scope [INFO] [stdout] --> src/main.rs:124:30 [INFO] [stdout] | [INFO] [stdout] 124 | if msr_access.AccessInfo.IsWrite() == 1 { [INFO] [stdout] | ^^^^^^^ method not found in `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `InstructionLength` found for struct `WHV_VP_EXIT_CONTEXT` in the current scope [INFO] [stdout] --> src/main.rs:147:61 [INFO] [stdout] | [INFO] [stdout] 147 | exit_context.VpContext.Rip + exit_context.VpContext.InstructionLength() as u64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ method not found in `WHV_VP_EXIT_CONTEXT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_X64CpuidExit` found for type `u64` in the current scope [INFO] [stdout] --> src/main.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | property.ExtendedVmExits.set_X64CpuidExit(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ method not found in `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_X64MsrExit` found for type `u64` in the current scope [INFO] [stdout] --> src/main.rs:200:34 [INFO] [stdout] | [INFO] [stdout] 200 | property.ExtendedVmExits.set_X64MsrExit(1); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_ExceptionExit` found for type `u64` in the current scope [INFO] [stdout] --> src/main.rs:201:34 [INFO] [stdout] | [INFO] [stdout] 201 | property.ExtendedVmExits.set_ExceptionExit(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ method not found in `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `testwhp` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0599]: no method named `set_SegmentType` found for mutable reference `&mut WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stdout] --> src/main.rs:265:17 [INFO] [stdout] | [INFO] [stdout] 265 | segment.set_SegmentType(11); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `&mut WHV_X64_SEGMENT_REGISTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_NonSystemSegment` found for mutable reference `&mut WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stdout] --> src/main.rs:266:17 [INFO] [stdout] | [INFO] [stdout] 266 | segment.set_NonSystemSegment(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ method not found in `&mut WHV_X64_SEGMENT_REGISTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_Present` found for mutable reference `&mut WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stdout] --> src/main.rs:267:17 [INFO] [stdout] | [INFO] [stdout] 267 | segment.set_Present(1); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `&mut WHV_X64_SEGMENT_REGISTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_Long` found for mutable reference `&mut WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stdout] --> src/main.rs:268:17 [INFO] [stdout] | [INFO] [stdout] 268 | segment.set_Long(1); [INFO] [stdout] | ^^^^^^^^ method not found in `&mut WHV_X64_SEGMENT_REGISTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_Granularity` found for mutable reference `&mut WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stdout] --> src/main.rs:269:17 [INFO] [stdout] | [INFO] [stdout] 269 | segment.set_Granularity(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `&mut WHV_X64_SEGMENT_REGISTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_SegmentType` found for mutable reference `&mut WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stdout] --> src/main.rs:278:17 [INFO] [stdout] | [INFO] [stdout] 278 | segment.set_SegmentType(3); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `&mut WHV_X64_SEGMENT_REGISTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_NonSystemSegment` found for mutable reference `&mut WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stdout] --> src/main.rs:279:17 [INFO] [stdout] | [INFO] [stdout] 279 | segment.set_NonSystemSegment(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ method not found in `&mut WHV_X64_SEGMENT_REGISTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_Present` found for mutable reference `&mut WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stdout] --> src/main.rs:280:17 [INFO] [stdout] | [INFO] [stdout] 280 | segment.set_Present(1); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `&mut WHV_X64_SEGMENT_REGISTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_Long` found for mutable reference `&mut WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stdout] --> src/main.rs:281:17 [INFO] [stdout] | [INFO] [stdout] 281 | segment.set_Long(1); [INFO] [stdout] | ^^^^^^^^ method not found in `&mut WHV_X64_SEGMENT_REGISTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_Granularity` found for mutable reference `&mut WHV_X64_SEGMENT_REGISTER` in the current scope [INFO] [stdout] --> src/main.rs:282:17 [INFO] [stdout] | [INFO] [stdout] 282 | segment.set_Granularity(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `&mut WHV_X64_SEGMENT_REGISTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 17 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "02d02b8147e6c92e9d9ca06e8e6c1bcf86580491bff1afab6f2204f080f1e720", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02d02b8147e6c92e9d9ca06e8e6c1bcf86580491bff1afab6f2204f080f1e720", kill_on_drop: false }` [INFO] [stdout] 02d02b8147e6c92e9d9ca06e8e6c1bcf86580491bff1afab6f2204f080f1e720