[INFO] fetching crate multiboot 0.7.0... [INFO] checking multiboot-0.7.0 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate multiboot 0.7.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate multiboot 0.7.0 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate multiboot 0.7.0 [INFO] finished tweaking crates.io crate multiboot 0.7.0 [INFO] tweaked toml for crates.io crate multiboot 0.7.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0109b1abc07498093232c90dd5db723dfbdd5a673e65252f2b2c8cf2505339b3 [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" "0109b1abc07498093232c90dd5db723dfbdd5a673e65252f2b2c8cf2505339b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0109b1abc07498093232c90dd5db723dfbdd5a673e65252f2b2c8cf2505339b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0109b1abc07498093232c90dd5db723dfbdd5a673e65252f2b2c8cf2505339b3", kill_on_drop: false }` [INFO] [stdout] 0109b1abc07498093232c90dd5db723dfbdd5a673e65252f2b2c8cf2505339b3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bb2977da82fda701fa72bd324c959b3697ee673ee3068551e362119d8232cbf6 [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" "bb2977da82fda701fa72bd324c959b3697ee673ee3068551e362119d8232cbf6", kill_on_drop: false }` [INFO] [stderr] Checking multiboot v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/information.rs:676:17 [INFO] [stdout] | [INFO] [stdout] 676 | self.size, self.base_addr, self.length, self.mtype [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unaligned_references)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/information.rs:676:28 [INFO] [stdout] | [INFO] [stdout] 676 | self.size, self.base_addr, self.length, self.mtype [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/information.rs:676:44 [INFO] [stdout] | [INFO] [stdout] 676 | self.size, self.base_addr, self.length, self.mtype [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/information.rs:676:57 [INFO] [stdout] | [INFO] [stdout] 676 | self.size, self.base_addr, self.length, self.mtype [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/information.rs:672:9 [INFO] [stdout] | [INFO] [stdout] 672 | unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_has_boot_device` [INFO] [stdout] --> src/lib.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | fn [< set_ $fun >] (&mut self, flag: bool) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/information.rs:247:5 [INFO] [stdout] | [INFO] [stdout] 247 | / flag!( [INFO] [stdout] 248 | | doc = "If true, then the `boot_device` field is valid.", [INFO] [stdout] 249 | | has_boot_device, [INFO] [stdout] 250 | | 1 [INFO] [stdout] 251 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: this warning originates in the macro `flag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_has_drives` [INFO] [stdout] --> src/lib.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | fn [< set_ $fun >] (&mut self, flag: bool) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/information.rs:277:5 [INFO] [stdout] | [INFO] [stdout] 277 | / flag!( [INFO] [stdout] 278 | | doc = "If true, then the `drives_addr` and `drives_length` fields are valid.", [INFO] [stdout] 279 | | has_drives, [INFO] [stdout] 280 | | 7 [INFO] [stdout] 281 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `flag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_has_config_table` [INFO] [stdout] --> src/lib.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | fn [< set_ $fun >] (&mut self, flag: bool) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/information.rs:282:5 [INFO] [stdout] | [INFO] [stdout] 282 | / flag!( [INFO] [stdout] 283 | | doc = "If true, then the `config_table` field is valid.", [INFO] [stdout] 284 | | has_config_table, [INFO] [stdout] 285 | | 8 [INFO] [stdout] 286 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `flag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_has_apm_table` [INFO] [stdout] --> src/lib.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | fn [< set_ $fun >] (&mut self, flag: bool) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/information.rs:292:5 [INFO] [stdout] | [INFO] [stdout] 292 | / flag!( [INFO] [stdout] 293 | | doc = "If true, then the `apm_table` field is valid.", [INFO] [stdout] 294 | | has_apm_table, [INFO] [stdout] 295 | | 10 [INFO] [stdout] 296 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `flag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_has_vbe` [INFO] [stdout] --> src/lib.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | fn [< set_ $fun >] (&mut self, flag: bool) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/information.rs:297:5 [INFO] [stdout] | [INFO] [stdout] 297 | / flag!( [INFO] [stdout] 298 | | doc = "If true, then the `vbe_*` fields are valid.", [INFO] [stdout] 299 | | has_vbe, [INFO] [stdout] 300 | | 11 [INFO] [stdout] 301 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `flag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_wants_modules_page_aligned` [INFO] [stdout] --> src/lib.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | fn [< set_ $fun >] (&mut self, flag: bool) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/header.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | / flag!( [INFO] [stdout] 85 | | doc = "If true, then the modules have to be page aligned.", [INFO] [stdout] 86 | | wants_modules_page_aligned, [INFO] [stdout] 87 | | 0 [INFO] [stdout] 88 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `flag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_wants_memory_information` [INFO] [stdout] --> src/lib.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | fn [< set_ $fun >] (&mut self, flag: bool) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/header.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | / flag!( [INFO] [stdout] 90 | | doc = "If true, memory information must be passed.", [INFO] [stdout] 91 | | wants_memory_information, [INFO] [stdout] 92 | | 1 [INFO] [stdout] 93 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `flag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_has_video_mode` [INFO] [stdout] --> src/lib.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | fn [< set_ $fun >] (&mut self, flag: bool) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/header.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | / flag!( [INFO] [stdout] 95 | | doc = "If true, then the `mode_type`, `width`, `height` and `depth` fields are valid and [INFO] [stdout] 96 | | video information has to be passed.", [INFO] [stdout] 97 | | has_video_mode, [INFO] [stdout] 98 | | 2 [INFO] [stdout] 99 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `flag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_has_multiboot_addresses` [INFO] [stdout] --> src/lib.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | fn [< set_ $fun >] (&mut self, flag: bool) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/header.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | / flag!( [INFO] [stdout] 101 | | doc = "If true, then the `header_addr`, `load_addr`, `load_end_addr`, `bss_end_addr` [INFO] [stdout] 102 | | and `entry_addr` fields are valid and must be used to load the kernel.", [INFO] [stdout] 103 | | has_multiboot_addresses, [INFO] [stdout] 104 | | 16 [INFO] [stdout] 105 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `flag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/information.rs:676:17 [INFO] [stdout] | [INFO] [stdout] 676 | self.size, self.base_addr, self.length, self.mtype [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unaligned_references)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/information.rs:676:28 [INFO] [stdout] | [INFO] [stdout] 676 | self.size, self.base_addr, self.length, self.mtype [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/information.rs:676:44 [INFO] [stdout] | [INFO] [stdout] 676 | self.size, self.base_addr, self.length, self.mtype [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/information.rs:676:57 [INFO] [stdout] | [INFO] [stdout] 676 | self.size, self.base_addr, self.length, self.mtype [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/information.rs:672:9 [INFO] [stdout] | [INFO] [stdout] 672 | unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_has_boot_device` [INFO] [stdout] --> src/lib.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | fn [< set_ $fun >] (&mut self, flag: bool) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/information.rs:247:5 [INFO] [stdout] | [INFO] [stdout] 247 | / flag!( [INFO] [stdout] 248 | | doc = "If true, then the `boot_device` field is valid.", [INFO] [stdout] 249 | | has_boot_device, [INFO] [stdout] 250 | | 1 [INFO] [stdout] 251 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: this warning originates in the macro `flag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_has_drives` [INFO] [stdout] --> src/lib.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | fn [< set_ $fun >] (&mut self, flag: bool) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/information.rs:277:5 [INFO] [stdout] | [INFO] [stdout] 277 | / flag!( [INFO] [stdout] 278 | | doc = "If true, then the `drives_addr` and `drives_length` fields are valid.", [INFO] [stdout] 279 | | has_drives, [INFO] [stdout] 280 | | 7 [INFO] [stdout] 281 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `flag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_has_config_table` [INFO] [stdout] --> src/lib.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | fn [< set_ $fun >] (&mut self, flag: bool) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/information.rs:282:5 [INFO] [stdout] | [INFO] [stdout] 282 | / flag!( [INFO] [stdout] 283 | | doc = "If true, then the `config_table` field is valid.", [INFO] [stdout] 284 | | has_config_table, [INFO] [stdout] 285 | | 8 [INFO] [stdout] 286 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `flag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_has_apm_table` [INFO] [stdout] --> src/lib.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | fn [< set_ $fun >] (&mut self, flag: bool) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/information.rs:292:5 [INFO] [stdout] | [INFO] [stdout] 292 | / flag!( [INFO] [stdout] 293 | | doc = "If true, then the `apm_table` field is valid.", [INFO] [stdout] 294 | | has_apm_table, [INFO] [stdout] 295 | | 10 [INFO] [stdout] 296 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `flag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_has_vbe` [INFO] [stdout] --> src/lib.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | fn [< set_ $fun >] (&mut self, flag: bool) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/information.rs:297:5 [INFO] [stdout] | [INFO] [stdout] 297 | / flag!( [INFO] [stdout] 298 | | doc = "If true, then the `vbe_*` fields are valid.", [INFO] [stdout] 299 | | has_vbe, [INFO] [stdout] 300 | | 11 [INFO] [stdout] 301 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `flag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_wants_modules_page_aligned` [INFO] [stdout] --> src/lib.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | fn [< set_ $fun >] (&mut self, flag: bool) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/header.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | / flag!( [INFO] [stdout] 85 | | doc = "If true, then the modules have to be page aligned.", [INFO] [stdout] 86 | | wants_modules_page_aligned, [INFO] [stdout] 87 | | 0 [INFO] [stdout] 88 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `flag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_wants_memory_information` [INFO] [stdout] --> src/lib.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | fn [< set_ $fun >] (&mut self, flag: bool) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/header.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | / flag!( [INFO] [stdout] 90 | | doc = "If true, memory information must be passed.", [INFO] [stdout] 91 | | wants_memory_information, [INFO] [stdout] 92 | | 1 [INFO] [stdout] 93 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `flag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_has_video_mode` [INFO] [stdout] --> src/lib.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | fn [< set_ $fun >] (&mut self, flag: bool) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/header.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | / flag!( [INFO] [stdout] 95 | | doc = "If true, then the `mode_type`, `width`, `height` and `depth` fields are valid and [INFO] [stdout] 96 | | video information has to be passed.", [INFO] [stdout] 97 | | has_video_mode, [INFO] [stdout] 98 | | 2 [INFO] [stdout] 99 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `flag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_has_multiboot_addresses` [INFO] [stdout] --> src/lib.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | fn [< set_ $fun >] (&mut self, flag: bool) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/header.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | / flag!( [INFO] [stdout] 101 | | doc = "If true, then the `header_addr`, `load_addr`, `load_end_addr`, `bss_end_addr` [INFO] [stdout] 102 | | and `entry_addr` fields are valid and must be used to load the kernel.", [INFO] [stdout] 103 | | has_multiboot_addresses, [INFO] [stdout] 104 | | 16 [INFO] [stdout] 105 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `flag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.70s [INFO] running `Command { std: "docker" "inspect" "bb2977da82fda701fa72bd324c959b3697ee673ee3068551e362119d8232cbf6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb2977da82fda701fa72bd324c959b3697ee673ee3068551e362119d8232cbf6", kill_on_drop: false }` [INFO] [stdout] bb2977da82fda701fa72bd324c959b3697ee673ee3068551e362119d8232cbf6