[INFO] fetching crate versionize 0.1.3... [INFO] checking versionize-0.1.3 against master#a874956d940ecb3ed524b6176a171219ac4787ea for pr-76104 [INFO] extracting crate versionize 0.1.3 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate versionize 0.1.3 on toolchain a874956d940ecb3ed524b6176a171219ac4787ea [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a874956d940ecb3ed524b6176a171219ac4787ea" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-3/source/.cargo/config [INFO] started tweaking crates.io crate versionize 0.1.3 [INFO] finished tweaking crates.io crate versionize 0.1.3 [INFO] tweaked toml for crates.io crate versionize 0.1.3 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a874956d940ecb3ed524b6176a171219ac4787ea" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a874956d940ecb3ed524b6176a171219ac4787ea" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+a874956d940ecb3ed524b6176a171219ac4787ea" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 637560842b5ae90581fe43dd2e3d58bd6eacabd1eaf1d22629f64a915911138b [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" "637560842b5ae90581fe43dd2e3d58bd6eacabd1eaf1d22629f64a915911138b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "637560842b5ae90581fe43dd2e3d58bd6eacabd1eaf1d22629f64a915911138b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "637560842b5ae90581fe43dd2e3d58bd6eacabd1eaf1d22629f64a915911138b", kill_on_drop: false }` [INFO] [stdout] 637560842b5ae90581fe43dd2e3d58bd6eacabd1eaf1d22629f64a915911138b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+a874956d940ecb3ed524b6176a171219ac4787ea" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 221c0cc03350095c30b3e71a36dac50ae7bb48d21f3d71ad6e94ef3cb5170d74 [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" "221c0cc03350095c30b3e71a36dac50ae7bb48d21f3d71ad6e94ef3cb5170d74", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.21 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.41 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Checking crc64 v1.0.0 [INFO] [stderr] Checking vm-memory v0.2.2 [INFO] [stderr] Checking vmm-sys-util v0.6.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking bincode v1.3.1 [INFO] [stderr] Compiling versionize_derive v0.1.3 [INFO] [stderr] Checking versionize v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/primitives.rs:375:9 [INFO] [stdout] | [INFO] [stdout] 375 | std::mem::replace(object.as_mut_fam_struct(), header); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Union serialization is not supported. [INFO] [stdout] --> tests/test.rs:299:10 [INFO] [stdout] | [INFO] [stdout] 299 | #[derive(Versionize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Union serialization is not supported. [INFO] [stdout] --> tests/test.rs:650:14 [INFO] [stdout] | [INFO] [stdout] 650 | #[derive(Versionize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Union serialization is not supported. [INFO] [stdout] --> tests/test.rs:1139:27 [INFO] [stdout] | [INFO] [stdout] 1139 | #[derive(Clone, Copy, Versionize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/primitives.rs:375:9 [INFO] [stdout] | [INFO] [stdout] 375 | std::mem::replace(object.as_mut_fam_struct(), header); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `type_id` found for union `TestUnion` in the current scope [INFO] [stdout] --> tests/test.rs:365:38 [INFO] [stdout] | [INFO] [stdout] 300 | union TestUnion { [INFO] [stdout] | --------------- function or associated item `type_id` not found for this [INFO] [stdout] ... [INFO] [stdout] 365 | .set_type_version(TestUnion::type_id(), 2) [INFO] [stdout] | ^^^^^^^ function or associated item not found in `TestUnion` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 8 | use std::any::Any; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `type_id` found for union `TestUnion` in the current scope [INFO] [stdout] --> tests/test.rs:367:38 [INFO] [stdout] | [INFO] [stdout] 300 | union TestUnion { [INFO] [stdout] | --------------- function or associated item `type_id` not found for this [INFO] [stdout] ... [INFO] [stdout] 367 | .set_type_version(TestUnion::type_id(), 3); [INFO] [stdout] | ^^^^^^^ function or associated item not found in `TestUnion` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 8 | use std::any::Any; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `TestUnion: Versionize` is not satisfied [INFO] [stdout] --> tests/test.rs:372:9 [INFO] [stdout] | [INFO] [stdout] 372 | ::deserialize(&mut snapshot_blob, &vm, 1).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Versionize` is not implemented for `TestUnion` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/lib.rs:89:20 [INFO] [stdout] | [INFO] [stdout] 89 | fn deserialize( [INFO] [stdout] | - required by this bound in `deserialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `TestUnion: Versionize` is not satisfied [INFO] [stdout] --> tests/test.rs:380:22 [INFO] [stdout] | [INFO] [stdout] 380 | restored_state = ::deserialize(&mut snapshot_blob, &vm, 2).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Versionize` is not implemented for `TestUnion` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/lib.rs:89:20 [INFO] [stdout] | [INFO] [stdout] 89 | fn deserialize( [INFO] [stdout] | - required by this bound in `deserialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `TestUnion: Versionize` is not satisfied [INFO] [stdout] --> tests/test.rs:397:22 [INFO] [stdout] | [INFO] [stdout] 397 | restored_state = ::deserialize(&mut snapshot_blob, &vm, 3).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Versionize` is not implemented for `TestUnion` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/lib.rs:89:20 [INFO] [stdout] | [INFO] [stdout] 89 | fn deserialize( [INFO] [stdout] | - required by this bound in `deserialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `TestUnion: Versionize` is not satisfied [INFO] [stdout] --> tests/test.rs:410:9 [INFO] [stdout] | [INFO] [stdout] 410 | ::deserialize(&mut snapshot_blob, &vm, 3).unwrap_err(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Versionize` is not implemented for `TestUnion` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/lib.rs:89:20 [INFO] [stdout] | [INFO] [stdout] 89 | fn deserialize( [INFO] [stdout] | - required by this bound in `deserialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `TestUnion: Versionize` is not satisfied [INFO] [stdout] --> tests/test.rs:421:22 [INFO] [stdout] | [INFO] [stdout] 421 | restored_state = ::deserialize(&mut snapshot_blob, &vm, 3).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Versionize` is not implemented for `TestUnion` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/lib.rs:89:20 [INFO] [stdout] | [INFO] [stdout] 89 | fn deserialize( [INFO] [stdout] | - required by this bound in `deserialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `serialize` found for union `test_versionize_union_with_array::TestUnion` in the current scope [INFO] [stdout] --> tests/test.rs:674:10 [INFO] [stdout] | [INFO] [stdout] 651 | union TestUnion { [INFO] [stdout] | --------------- method `serialize` not found for this [INFO] [stdout] ... [INFO] [stdout] 674 | .serialize(&mut mem.as_mut_slice(), &version_map, 1) [INFO] [stdout] | ^^^^^^^^^ method not found in `test_versionize_union_with_array::TestUnion` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following traits define an item `serialize`, perhaps you need to implement one of them: [INFO] [stdout] candidate #1: `Versionize` [INFO] [stdout] candidate #2: `bincode::config::Options` [INFO] [stdout] candidate #3: `serde::ser::Serialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `deserialize` found for union `test_versionize_union_with_array::TestUnion` in the current scope [INFO] [stdout] --> tests/test.rs:676:42 [INFO] [stdout] | [INFO] [stdout] 651 | union TestUnion { [INFO] [stdout] | --------------- function or associated item `deserialize` not found for this [INFO] [stdout] ... [INFO] [stdout] 676 | let restored_test_union = TestUnion::deserialize(&mut mem.as_slice(), &version_map, 1).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ function or associated item not found in `test_versionize_union_with_array::TestUnion` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following traits define an item `deserialize`, perhaps you need to implement one of them: [INFO] [stdout] candidate #1: `Versionize` [INFO] [stdout] candidate #2: `bincode::config::Options` [INFO] [stdout] candidate #3: `serde::de::Deserialize` [INFO] [stdout] candidate #4: `serde::de::DeserializeSeed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `type_id` found for union `TestUnion` in the current scope [INFO] [stdout] --> tests/test.rs:1052:38 [INFO] [stdout] | [INFO] [stdout] 300 | union TestUnion { [INFO] [stdout] | --------------- function or associated item `type_id` not found for this [INFO] [stdout] ... [INFO] [stdout] 1052 | .set_type_version(TestUnion::type_id(), 2) [INFO] [stdout] | ^^^^^^^ function or associated item not found in `TestUnion` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 8 | use std::any::Any; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `type_id` found for union `TestUnion` in the current scope [INFO] [stdout] --> tests/test.rs:1054:38 [INFO] [stdout] | [INFO] [stdout] 300 | union TestUnion { [INFO] [stdout] | --------------- function or associated item `type_id` not found for this [INFO] [stdout] ... [INFO] [stdout] 1054 | .set_type_version(TestUnion::type_id(), 3); [INFO] [stdout] | ^^^^^^^ function or associated item not found in `TestUnion` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 8 | use std::any::Any; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `serialize` found for union `TestUnion` in the current scope [INFO] [stdout] --> tests/test.rs:1069:10 [INFO] [stdout] | [INFO] [stdout] 300 | union TestUnion { [INFO] [stdout] | --------------- method `serialize` not found for this [INFO] [stdout] ... [INFO] [stdout] 1069 | .serialize(&mut snapshot_mem.as_mut_slice(), &vm, 1) [INFO] [stdout] | ^^^^^^^^^ method not found in `TestUnion` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following traits define an item `serialize`, perhaps you need to implement one of them: [INFO] [stdout] candidate #1: `Versionize` [INFO] [stdout] candidate #2: `bincode::config::Options` [INFO] [stdout] candidate #3: `serde::ser::Serialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `TestUnion: Versionize` is not satisfied [INFO] [stdout] --> tests/test.rs:1072:9 [INFO] [stdout] | [INFO] [stdout] 1072 | ::deserialize(&mut snapshot_mem.as_slice(), &vm, 1).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Versionize` is not implemented for `TestUnion` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/lib.rs:89:20 [INFO] [stdout] | [INFO] [stdout] 89 | fn deserialize( [INFO] [stdout] | - required by this bound in `deserialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `serialize` found for union `TestUnion` in the current scope [INFO] [stdout] --> tests/test.rs:1093:10 [INFO] [stdout] | [INFO] [stdout] 300 | union TestUnion { [INFO] [stdout] | --------------- method `serialize` not found for this [INFO] [stdout] ... [INFO] [stdout] 1093 | .serialize(&mut snapshot_mem.as_mut_slice(), &vm, 2) [INFO] [stdout] | ^^^^^^^^^ method not found in `TestUnion` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following traits define an item `serialize`, perhaps you need to implement one of them: [INFO] [stdout] candidate #1: `Versionize` [INFO] [stdout] candidate #2: `bincode::config::Options` [INFO] [stdout] candidate #3: `serde::ser::Serialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `TestUnion: Versionize` is not satisfied [INFO] [stdout] --> tests/test.rs:1096:9 [INFO] [stdout] | [INFO] [stdout] 1096 | ::deserialize(&mut snapshot_mem.as_slice(), &vm, 2).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Versionize` is not implemented for `TestUnion` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/lib.rs:89:20 [INFO] [stdout] | [INFO] [stdout] 89 | fn deserialize( [INFO] [stdout] | - required by this bound in `deserialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `serialize` found for union `TestUnion` in the current scope [INFO] [stdout] --> tests/test.rs:1114:10 [INFO] [stdout] | [INFO] [stdout] 300 | union TestUnion { [INFO] [stdout] | --------------- method `serialize` not found for this [INFO] [stdout] ... [INFO] [stdout] 1114 | .serialize(&mut snapshot_mem.as_mut_slice(), &vm, 3) [INFO] [stdout] | ^^^^^^^^^ method not found in `TestUnion` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following traits define an item `serialize`, perhaps you need to implement one of them: [INFO] [stdout] candidate #1: `Versionize` [INFO] [stdout] candidate #2: `bincode::config::Options` [INFO] [stdout] candidate #3: `serde::ser::Serialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `TestUnion: Versionize` is not satisfied [INFO] [stdout] --> tests/test.rs:1117:9 [INFO] [stdout] | [INFO] [stdout] 1117 | ::deserialize(&mut snapshot_mem.as_slice(), &vm, 3).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Versionize` is not implemented for `TestUnion` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/lib.rs:89:20 [INFO] [stdout] | [INFO] [stdout] 89 | fn deserialize( [INFO] [stdout] | - required by this bound in `deserialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `type_id` found for union `kvm_irq_level__bindgen_ty_1` in the current scope [INFO] [stdout] --> tests/test.rs:1166:56 [INFO] [stdout] | [INFO] [stdout] 1140 | union kvm_irq_level__bindgen_ty_1 { [INFO] [stdout] | --------------------------------- function or associated item `type_id` not found for this [INFO] [stdout] ... [INFO] [stdout] 1166 | .set_type_version(kvm_irq_level__bindgen_ty_1::type_id(), 2) [INFO] [stdout] | ^^^^^^^ function or associated item not found in `kvm_irq_level__bindgen_ty_1` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 8 | use std::any::Any; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `type_id` found for union `kvm_irq_level__bindgen_ty_1` in the current scope [INFO] [stdout] --> tests/test.rs:1168:56 [INFO] [stdout] | [INFO] [stdout] 1140 | union kvm_irq_level__bindgen_ty_1 { [INFO] [stdout] | --------------------------------- function or associated item `type_id` not found for this [INFO] [stdout] ... [INFO] [stdout] 1168 | .set_type_version(kvm_irq_level__bindgen_ty_1::type_id(), 3); [INFO] [stdout] | ^^^^^^^ function or associated item not found in `kvm_irq_level__bindgen_ty_1` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 8 | use std::any::Any; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `serialize` found for union `kvm_irq_level__bindgen_ty_1` in the current scope [INFO] [stdout] --> tests/test.rs:1178:10 [INFO] [stdout] | [INFO] [stdout] 1140 | union kvm_irq_level__bindgen_ty_1 { [INFO] [stdout] | --------------------------------- method `serialize` not found for this [INFO] [stdout] ... [INFO] [stdout] 1178 | .serialize(&mut snapshot_mem.as_mut_slice(), &vm, 1) [INFO] [stdout] | ^^^^^^^^^ method not found in `kvm_irq_level__bindgen_ty_1` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following traits define an item `serialize`, perhaps you need to implement one of them: [INFO] [stdout] candidate #1: `Versionize` [INFO] [stdout] candidate #2: `bincode::config::Options` [INFO] [stdout] candidate #3: `serde::ser::Serialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `kvm_irq_level__bindgen_ty_1: Versionize` is not satisfied [INFO] [stdout] --> tests/test.rs:1180:30 [INFO] [stdout] | [INFO] [stdout] 1180 | let mut restored_state = ::deserialize( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Versionize` is not implemented for `kvm_irq_level__bindgen_ty_1` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/lib.rs:89:20 [INFO] [stdout] | [INFO] [stdout] 89 | fn deserialize( [INFO] [stdout] | - required by this bound in `deserialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `serialize` found for union `kvm_irq_level__bindgen_ty_1` in the current scope [INFO] [stdout] --> tests/test.rs:1195:10 [INFO] [stdout] | [INFO] [stdout] 1140 | union kvm_irq_level__bindgen_ty_1 { [INFO] [stdout] | --------------------------------- method `serialize` not found for this [INFO] [stdout] ... [INFO] [stdout] 1195 | .serialize(&mut snapshot_mem.as_mut_slice(), &vm, 2) [INFO] [stdout] | ^^^^^^^^^ method not found in `kvm_irq_level__bindgen_ty_1` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following traits define an item `serialize`, perhaps you need to implement one of them: [INFO] [stdout] candidate #1: `Versionize` [INFO] [stdout] candidate #2: `bincode::config::Options` [INFO] [stdout] candidate #3: `serde::ser::Serialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `kvm_irq_level__bindgen_ty_1: Versionize` is not satisfied [INFO] [stdout] --> tests/test.rs:1197:22 [INFO] [stdout] | [INFO] [stdout] 1197 | restored_state = ::deserialize( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Versionize` is not implemented for `kvm_irq_level__bindgen_ty_1` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/lib.rs:89:20 [INFO] [stdout] | [INFO] [stdout] 89 | fn deserialize( [INFO] [stdout] | - required by this bound in `deserialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `serialize` found for union `kvm_irq_level__bindgen_ty_1` in the current scope [INFO] [stdout] --> tests/test.rs:1212:10 [INFO] [stdout] | [INFO] [stdout] 1140 | union kvm_irq_level__bindgen_ty_1 { [INFO] [stdout] | --------------------------------- method `serialize` not found for this [INFO] [stdout] ... [INFO] [stdout] 1212 | .serialize(&mut snapshot_mem.as_mut_slice(), &vm, 3) [INFO] [stdout] | ^^^^^^^^^ method not found in `kvm_irq_level__bindgen_ty_1` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following traits define an item `serialize`, perhaps you need to implement one of them: [INFO] [stdout] candidate #1: `Versionize` [INFO] [stdout] candidate #2: `bincode::config::Options` [INFO] [stdout] candidate #3: `serde::ser::Serialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `kvm_irq_level__bindgen_ty_1: Versionize` is not satisfied [INFO] [stdout] --> tests/test.rs:1214:22 [INFO] [stdout] | [INFO] [stdout] 1214 | restored_state = ::deserialize( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Versionize` is not implemented for `kvm_irq_level__bindgen_ty_1` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/lib.rs:89:20 [INFO] [stdout] | [INFO] [stdout] 89 | fn deserialize( [INFO] [stdout] | - required by this bound in `deserialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 28 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `versionize` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "221c0cc03350095c30b3e71a36dac50ae7bb48d21f3d71ad6e94ef3cb5170d74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "221c0cc03350095c30b3e71a36dac50ae7bb48d21f3d71ad6e94ef3cb5170d74", kill_on_drop: false }` [INFO] [stdout] 221c0cc03350095c30b3e71a36dac50ae7bb48d21f3d71ad6e94ef3cb5170d74