[INFO] fetching crate m68000 0.2.1... [INFO] checking m68000-0.2.1 against master#c3def263a44e07e09ae6d57abfc8650227fb4972 for pr-118833-1 [INFO] extracting crate m68000 0.2.1 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate m68000 0.2.1 on toolchain c3def263a44e07e09ae6d57abfc8650227fb4972 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c3def263a44e07e09ae6d57abfc8650227fb4972" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate m68000 0.2.1 [INFO] finished tweaking crates.io crate m68000 0.2.1 [INFO] tweaked toml for crates.io crate m68000 0.2.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate crates.io crate m68000 0.2.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c3def263a44e07e09ae6d57abfc8650227fb4972" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+c3def263a44e07e09ae6d57abfc8650227fb4972" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 117ca914388837077272e160ecc4fc7f4ba42c0324c414a88c4c61202fa9f2a2 [INFO] running `Command { std: "docker" "start" "-a" "117ca914388837077272e160ecc4fc7f4ba42c0324c414a88c4c61202fa9f2a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "117ca914388837077272e160ecc4fc7f4ba42c0324c414a88c4c61202fa9f2a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "117ca914388837077272e160ecc4fc7f4ba42c0324c414a88c4c61202fa9f2a2", kill_on_drop: false }` [INFO] [stdout] 117ca914388837077272e160ecc4fc7f4ba42c0324c414a88c4c61202fa9f2a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+c3def263a44e07e09ae6d57abfc8650227fb4972" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a970e3c8567e32bbfc891dcc6c0b6e7e47d5d787a995d8f30a2313febc9285cc [INFO] running `Command { std: "docker" "start" "-a" "a970e3c8567e32bbfc891dcc6c0b6e7e47d5d787a995d8f30a2313febc9285cc", kill_on_drop: false }` [INFO] [stderr] Checking m68000 v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `AddressingMode`, `BriefExtensionWord` [INFO] [stdout] --> tests/overflow.rs:7:32 [INFO] [stdout] | [INFO] [stdout] 7 | use m68000::addressing_modes::{AddressingMode, BriefExtensionWord}; [INFO] [stdout] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `m68000::assembler::*` [INFO] [stdout] --> tests/overflow.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use m68000::assembler::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Direction`, `Size` [INFO] [stdout] --> tests/overflow.rs:9:27 [INFO] [stdout] | [INFO] [stdout] 9 | use m68000::instruction::{Direction, Size}; [INFO] [stdout] | ^^^^^^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `u` [INFO] [stdout] --> tests/overflow.rs:22:14 [INFO] [stdout] | [INFO] [stdout] 22 | macro_rules! u { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `generate_code` is never used [INFO] [stdout] --> tests/overflow.rs:30:4 [INFO] [stdout] | [INFO] [stdout] 30 | fn generate_code() -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.97s [INFO] running `Command { std: "docker" "inspect" "a970e3c8567e32bbfc891dcc6c0b6e7e47d5d787a995d8f30a2313febc9285cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a970e3c8567e32bbfc891dcc6c0b6e7e47d5d787a995d8f30a2313febc9285cc", kill_on_drop: false }` [INFO] [stdout] a970e3c8567e32bbfc891dcc6c0b6e7e47d5d787a995d8f30a2313febc9285cc [INFO] checking m68000-0.2.1 against try#29596578cb5035fa2b7ac7fbdfea23fab38836e7 for pr-118833-1 [INFO] extracting crate m68000 0.2.1 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate m68000 0.2.1 on toolchain 29596578cb5035fa2b7ac7fbdfea23fab38836e7 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+29596578cb5035fa2b7ac7fbdfea23fab38836e7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate m68000 0.2.1 [INFO] finished tweaking crates.io crate m68000 0.2.1 [INFO] tweaked toml for crates.io crate m68000 0.2.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate crates.io crate m68000 0.2.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+29596578cb5035fa2b7ac7fbdfea23fab38836e7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+29596578cb5035fa2b7ac7fbdfea23fab38836e7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 53ac9a5732bde4d7b00b37293b987f66c47f0f3c7199af6c84bdb9447092cc7e [INFO] running `Command { std: "docker" "start" "-a" "53ac9a5732bde4d7b00b37293b987f66c47f0f3c7199af6c84bdb9447092cc7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "53ac9a5732bde4d7b00b37293b987f66c47f0f3c7199af6c84bdb9447092cc7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53ac9a5732bde4d7b00b37293b987f66c47f0f3c7199af6c84bdb9447092cc7e", kill_on_drop: false }` [INFO] [stdout] 53ac9a5732bde4d7b00b37293b987f66c47f0f3c7199af6c84bdb9447092cc7e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+29596578cb5035fa2b7ac7fbdfea23fab38836e7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 93eafd8197f9a5a3ce37676e1c430fbf39f124a697751a0734bd4fb003f910b6 [INFO] running `Command { std: "docker" "start" "-a" "93eafd8197f9a5a3ce37676e1c430fbf39f124a697751a0734bd4fb003f910b6", kill_on_drop: false }` [INFO] [stderr] Checking m68000 v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `AddressingMode`, `BriefExtensionWord` [INFO] [stdout] --> tests/overflow.rs:7:32 [INFO] [stdout] | [INFO] [stdout] 7 | use m68000::addressing_modes::{AddressingMode, BriefExtensionWord}; [INFO] [stdout] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `m68000::assembler::*` [INFO] [stdout] --> tests/overflow.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use m68000::assembler::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Direction`, `Size` [INFO] [stdout] --> tests/overflow.rs:9:27 [INFO] [stdout] | [INFO] [stdout] 9 | use m68000::instruction::{Direction, Size}; [INFO] [stdout] | ^^^^^^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `u` [INFO] [stdout] --> tests/overflow.rs:22:14 [INFO] [stdout] | [INFO] [stdout] 22 | macro_rules! u { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `generate_code` is never used [INFO] [stdout] --> tests/overflow.rs:30:4 [INFO] [stdout] | [INFO] [stdout] 30 | fn generate_code() -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> tests/assembler.rs:177:16 [INFO] [stdout] | [INFO] [stdout] 177 | if asm_dynamic == asm::btst_dynamic && asm_static == asm::btst_static { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can very between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: `#[deny(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> tests/assembler.rs:177:52 [INFO] [stdout] | [INFO] [stdout] 177 | if asm_dynamic == asm::btst_dynamic && asm_static == asm::btst_static { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can very between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> tests/assembler.rs:215:16 [INFO] [stdout] | [INFO] [stdout] 215 | if asm != asm::jmp && asm != asm::jsr && asm != asm::pea { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can very between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> tests/assembler.rs:215:35 [INFO] [stdout] | [INFO] [stdout] 215 | if asm != asm::jmp && asm != asm::jsr && asm != asm::pea { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can very between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> tests/assembler.rs:215:54 [INFO] [stdout] | [INFO] [stdout] 215 | if asm != asm::jmp && asm != asm::jsr && asm != asm::pea { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can very between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> tests/assembler.rs:230:16 [INFO] [stdout] | [INFO] [stdout] 230 | if asm == asm::jmp || asm == asm::jsr || asm == asm::moveccr || asm == asm::movesr || asm == asm::pea { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can very between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> tests/assembler.rs:230:35 [INFO] [stdout] | [INFO] [stdout] 230 | if asm == asm::jmp || asm == asm::jsr || asm == asm::moveccr || asm == asm::movesr || asm == asm::pea { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can very between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> tests/assembler.rs:230:54 [INFO] [stdout] | [INFO] [stdout] 230 | if asm == asm::jmp || asm == asm::jsr || asm == asm::moveccr || asm == asm::movesr || asm == asm::pea { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can very between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> tests/assembler.rs:230:77 [INFO] [stdout] | [INFO] [stdout] 230 | if asm == asm::jmp || asm == asm::jsr || asm == asm::moveccr || asm == asm::movesr || asm == asm::pea { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can very between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> tests/assembler.rs:230:99 [INFO] [stdout] | [INFO] [stdout] 230 | if asm == asm::jmp || asm == asm::jsr || asm == asm::moveccr || asm == asm::movesr || asm == asm::pea { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can very between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> tests/assembler.rs:233:20 [INFO] [stdout] | [INFO] [stdout] 233 | if asm != asm::jmp && asm != asm::jsr && asm != asm::pea { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can very between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> tests/assembler.rs:233:39 [INFO] [stdout] | [INFO] [stdout] 233 | if asm != asm::jmp && asm != asm::jsr && asm != asm::pea { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can very between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> tests/assembler.rs:233:58 [INFO] [stdout] | [INFO] [stdout] 233 | if asm != asm::jmp && asm != asm::jsr && asm != asm::pea { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can very between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> tests/assembler.rs:248:16 [INFO] [stdout] | [INFO] [stdout] 248 | if asm != asm::moveccr && asm != asm::movesr { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can very between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> tests/assembler.rs:248:39 [INFO] [stdout] | [INFO] [stdout] 248 | if asm != asm::moveccr && asm != asm::movesr { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can very between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> tests/assembler.rs:299:16 [INFO] [stdout] | [INFO] [stdout] 299 | if asm != asm::lea { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can very between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> tests/assembler.rs:315:16 [INFO] [stdout] | [INFO] [stdout] 315 | if asm != asm::lea { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can very between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 17 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `m68000` (test "assembler") due to 18 previous errors [INFO] running `Command { std: "docker" "inspect" "93eafd8197f9a5a3ce37676e1c430fbf39f124a697751a0734bd4fb003f910b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93eafd8197f9a5a3ce37676e1c430fbf39f124a697751a0734bd4fb003f910b6", kill_on_drop: false }` [INFO] [stdout] 93eafd8197f9a5a3ce37676e1c430fbf39f124a697751a0734bd4fb003f910b6