[INFO] fetching crate rkyv 0.3.0... [INFO] checking rkyv-0.3.0 against master#4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5 for pr-81174 [INFO] extracting crate rkyv 0.3.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate rkyv 0.3.0 on toolchain 4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate rkyv 0.3.0 [INFO] finished tweaking crates.io crate rkyv 0.3.0 [INFO] tweaked toml for crates.io crate rkyv 0.3.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "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] f3e5352c61e688b36303998343f12a2dde5a467e2c834a792827c3c422f933f8 [INFO] running `Command { std: "docker" "start" "-a" "f3e5352c61e688b36303998343f12a2dde5a467e2c834a792827c3c422f933f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f3e5352c61e688b36303998343f12a2dde5a467e2c834a792827c3c422f933f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3e5352c61e688b36303998343f12a2dde5a467e2c834a792827c3c422f933f8", kill_on_drop: false }` [INFO] [stdout] f3e5352c61e688b36303998343f12a2dde5a467e2c834a792827c3c422f933f8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bc34a269bacf664499a644c767cf0927f884e223e4bebc2c678a4f2573d603e9 [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" "bc34a269bacf664499a644c767cf0927f884e223e4bebc2c678a4f2573d603e9", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Checking seahash v4.1.0 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling rkyv_derive v0.3.0 [INFO] [stderr] Checking rkyv v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `rkyv::check_archive` [INFO] [stdout] --> benches/bench.rs:5:28 [INFO] [stdout] | [INFO] [stdout] 5 | use rkyv::{archived_value, check_archive, Aligned, Archive, ArchiveBuffer, Unarchive, Write}; [INFO] [stdout] | ^^^^^^^^^^^^^ no `check_archive` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytecheck` [INFO] [stdout] --> benches/bench.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytecheck::CheckBytes; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `bytecheck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `criterion` [INFO] [stdout] --> benches/bench.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use criterion::{black_box, criterion_group, criterion_main, Criterion}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `criterion` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rand` [INFO] [stdout] --> benches/bench.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rand::Rng; [INFO] [stdout] | ^^^^ use of undeclared crate or module `rand` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rand_pcg` [INFO] [stdout] --> benches/bench.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rand_pcg::Lcg64Xsh32; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `rand_pcg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `serde` [INFO] [stdout] --> benches/bench.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `serde` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `CheckBytes` [INFO] [stdout] --> benches/bench.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | #[derive(Archive, CheckBytes, Clone, Copy, Deserialize, Serialize, Unarchive)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Deserialize` [INFO] [stdout] --> benches/bench.rs:85:44 [INFO] [stdout] | [INFO] [stdout] 85 | #[derive(Archive, CheckBytes, Clone, Copy, Deserialize, Serialize, Unarchive)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Serialize` [INFO] [stdout] --> benches/bench.rs:85:57 [INFO] [stdout] | [INFO] [stdout] 85 | #[derive(Archive, CheckBytes, Clone, Copy, Deserialize, Serialize, Unarchive)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Deserialize` [INFO] [stdout] --> benches/bench.rs:107:19 [INFO] [stdout] | [INFO] [stdout] 107 | #[derive(Archive, Deserialize, Serialize, Unarchive)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Serialize` [INFO] [stdout] --> benches/bench.rs:107:32 [INFO] [stdout] | [INFO] [stdout] 107 | #[derive(Archive, Deserialize, Serialize, Unarchive)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `CheckBytes` [INFO] [stdout] --> benches/bench.rs:108:18 [INFO] [stdout] | [INFO] [stdout] 108 | #[archive(derive(CheckBytes))] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | count: i8, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 111 | slot: u8, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | id: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `CheckBytes` [INFO] [stdout] --> benches/bench.rs:135:19 [INFO] [stdout] | [INFO] [stdout] 135 | #[derive(Archive, CheckBytes, Clone, Copy, Deserialize, Serialize, Unarchive)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Deserialize` [INFO] [stdout] --> benches/bench.rs:135:44 [INFO] [stdout] | [INFO] [stdout] 135 | #[derive(Archive, CheckBytes, Clone, Copy, Deserialize, Serialize, Unarchive)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Serialize` [INFO] [stdout] --> benches/bench.rs:135:57 [INFO] [stdout] | [INFO] [stdout] 135 | #[derive(Archive, CheckBytes, Clone, Copy, Deserialize, Serialize, Unarchive)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Deserialize` [INFO] [stdout] --> benches/bench.rs:161:19 [INFO] [stdout] | [INFO] [stdout] 161 | #[derive(Archive, Deserialize, Serialize, Unarchive)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Serialize` [INFO] [stdout] --> benches/bench.rs:161:32 [INFO] [stdout] | [INFO] [stdout] 161 | #[derive(Archive, Deserialize, Serialize, Unarchive)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `CheckBytes` [INFO] [stdout] --> benches/bench.rs:162:18 [INFO] [stdout] | [INFO] [stdout] 162 | #[archive(derive(CheckBytes))] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:164:5 [INFO] [stdout] | [INFO] [stdout] 164 | id: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:165:5 [INFO] [stdout] | [INFO] [stdout] 165 | pos: (f64, f64, f64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:166:5 [INFO] [stdout] | [INFO] [stdout] 166 | motion: (f64, f64, f64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:167:5 [INFO] [stdout] | [INFO] [stdout] 167 | rotation: (f32, f32), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:168:5 [INFO] [stdout] | [INFO] [stdout] 168 | fall_distance: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:169:5 [INFO] [stdout] | [INFO] [stdout] 169 | fire: u16, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:170:5 [INFO] [stdout] | [INFO] [stdout] 170 | air: u16, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:171:5 [INFO] [stdout] | [INFO] [stdout] 171 | on_ground: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:172:5 [INFO] [stdout] | [INFO] [stdout] 172 | no_gravity: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:173:5 [INFO] [stdout] | [INFO] [stdout] 173 | invulnerable: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | portal_cooldown: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:175:5 [INFO] [stdout] | [INFO] [stdout] 175 | uuid: [u32; 4], [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:176:5 [INFO] [stdout] | [INFO] [stdout] 176 | custom_name: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:177:5 [INFO] [stdout] | [INFO] [stdout] 177 | custom_name_visible: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:178:5 [INFO] [stdout] | [INFO] [stdout] 178 | silent: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:179:5 [INFO] [stdout] | [INFO] [stdout] 179 | glowing: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Deserialize` [INFO] [stdout] --> benches/bench.rs:213:19 [INFO] [stdout] | [INFO] [stdout] 213 | #[derive(Archive, Deserialize, Serialize, Unarchive)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Serialize` [INFO] [stdout] --> benches/bench.rs:213:32 [INFO] [stdout] | [INFO] [stdout] 213 | #[derive(Archive, Deserialize, Serialize, Unarchive)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `CheckBytes` [INFO] [stdout] --> benches/bench.rs:214:18 [INFO] [stdout] | [INFO] [stdout] 214 | #[archive(derive(CheckBytes))] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:216:5 [INFO] [stdout] | [INFO] [stdout] 216 | recipes: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:217:5 [INFO] [stdout] | [INFO] [stdout] 217 | to_be_displayed: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | is_filtering_craftable: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:219:5 [INFO] [stdout] | [INFO] [stdout] 219 | is_gui_open: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:220:5 [INFO] [stdout] | [INFO] [stdout] 220 | is_furnace_filtering_craftable: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:221:5 [INFO] [stdout] | [INFO] [stdout] 221 | is_furnace_gui_open: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:222:5 [INFO] [stdout] | [INFO] [stdout] 222 | is_blasting_furnace_filtering_craftable: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:223:5 [INFO] [stdout] | [INFO] [stdout] 223 | is_blasting_furnace_gui_open: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:224:5 [INFO] [stdout] | [INFO] [stdout] 224 | is_smoker_filtering_craftable: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:225:5 [INFO] [stdout] | [INFO] [stdout] 225 | is_smoker_gui_open: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Deserialize` [INFO] [stdout] --> benches/bench.rs:263:19 [INFO] [stdout] | [INFO] [stdout] 263 | #[derive(Archive, Deserialize, Serialize, Unarchive)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Serialize` [INFO] [stdout] --> benches/bench.rs:263:32 [INFO] [stdout] | [INFO] [stdout] 263 | #[derive(Archive, Deserialize, Serialize, Unarchive)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `CheckBytes` [INFO] [stdout] --> benches/bench.rs:264:18 [INFO] [stdout] | [INFO] [stdout] 264 | #[archive(derive(CheckBytes))] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:266:5 [INFO] [stdout] | [INFO] [stdout] 266 | game_type: GameType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:267:5 [INFO] [stdout] | [INFO] [stdout] 267 | previous_game_type: GameType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:268:5 [INFO] [stdout] | [INFO] [stdout] 268 | score: u64, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:269:5 [INFO] [stdout] | [INFO] [stdout] 269 | dimension: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:270:5 [INFO] [stdout] | [INFO] [stdout] 270 | selected_item_slot: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:271:5 [INFO] [stdout] | [INFO] [stdout] 271 | selected_item: Item, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:272:5 [INFO] [stdout] | [INFO] [stdout] 272 | spawn_dimension: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:273:5 [INFO] [stdout] | [INFO] [stdout] 273 | spawn_x: i64, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:274:5 [INFO] [stdout] | [INFO] [stdout] 274 | spawn_y: i64, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:275:5 [INFO] [stdout] | [INFO] [stdout] 275 | spawn_z: i64, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:276:5 [INFO] [stdout] | [INFO] [stdout] 276 | spawn_forced: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:277:5 [INFO] [stdout] | [INFO] [stdout] 277 | sleep_timer: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:278:5 [INFO] [stdout] | [INFO] [stdout] 278 | food_exhaustion_level: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:279:5 [INFO] [stdout] | [INFO] [stdout] 279 | food_saturation_level: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:280:5 [INFO] [stdout] | [INFO] [stdout] 280 | food_tick_timer: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:281:5 [INFO] [stdout] | [INFO] [stdout] 281 | xp_level: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:282:5 [INFO] [stdout] | [INFO] [stdout] 282 | xp_p: f32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:283:5 [INFO] [stdout] | [INFO] [stdout] 283 | xp_total: i32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:284:5 [INFO] [stdout] | [INFO] [stdout] 284 | xp_seed: i32, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:285:5 [INFO] [stdout] | [INFO] [stdout] 285 | inventory: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:286:5 [INFO] [stdout] | [INFO] [stdout] 286 | ender_items: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | abilities: Abilities, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:288:5 [INFO] [stdout] | [INFO] [stdout] 288 | entered_nether_position: Option<(f64, f64, f64)>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:289:5 [INFO] [stdout] | [INFO] [stdout] 289 | root_vehicle: Option<([u32; 4], Entity)>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:290:5 [INFO] [stdout] | [INFO] [stdout] 290 | shoulder_entity_left: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:291:5 [INFO] [stdout] | [INFO] [stdout] 291 | shoulder_entity_right: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:292:5 [INFO] [stdout] | [INFO] [stdout] 292 | seen_credits: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `offset_of` [INFO] [stdout] --> benches/bench.rs:293:5 [INFO] [stdout] | [INFO] [stdout] 293 | recipe_book: RecipeBook, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `criterion_group` [INFO] [stdout] --> benches/bench.rs:435:1 [INFO] [stdout] | [INFO] [stdout] 435 | criterion_group!(benches, criterion_benchmark); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `criterion_main` [INFO] [stdout] --> benches/bench.rs:436:1 [INFO] [stdout] | [INFO] [stdout] 436 | criterion_main!(benches); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bincode` [INFO] [stdout] --> benches/bench.rs:372:17 [INFO] [stdout] | [INFO] [stdout] 372 | bincode::serialize_into(black_box(&mut buffer), black_box(&players)).unwrap(); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `bincode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bincode` [INFO] [stdout] --> benches/bench.rs:377:9 [INFO] [stdout] | [INFO] [stdout] 377 | bincode::serialize_into(&mut buffer, &players).unwrap(); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `bincode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bincode` [INFO] [stdout] --> benches/bench.rs:381:17 [INFO] [stdout] | [INFO] [stdout] 381 | bincode::deserialize::<'_, Players>(black_box(&buffer)).unwrap(); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `bincode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `bench` [INFO] [stdout] --> benches/bench.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / use bytecheck::CheckBytes; [INFO] [stdout] 2 | | use criterion::{black_box, criterion_group, criterion_main, Criterion}; [INFO] [stdout] 3 | | use rand::Rng; [INFO] [stdout] 4 | | use rand_pcg::Lcg64Xsh32; [INFO] [stdout] ... | [INFO] [stdout] 435 | | criterion_group!(benches, criterion_benchmark); [INFO] [stdout] 436 | | criterion_main!(benches); [INFO] [stdout] | |_________________________^ consider adding a `main` function to `benches/bench.rs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 87 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0601. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rkyv` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "bc34a269bacf664499a644c767cf0927f884e223e4bebc2c678a4f2573d603e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc34a269bacf664499a644c767cf0927f884e223e4bebc2c678a4f2573d603e9", kill_on_drop: false }` [INFO] [stdout] bc34a269bacf664499a644c767cf0927f884e223e4bebc2c678a4f2573d603e9