[INFO] fetching crate uu_od 0.0.23... [INFO] checking uu_od-0.0.23 against master#c3def263a44e07e09ae6d57abfc8650227fb4972 for pr-118833-1 [INFO] extracting crate uu_od 0.0.23 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate uu_od 0.0.23 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 uu_od 0.0.23 [INFO] finished tweaking crates.io crate uu_od 0.0.23 [INFO] tweaked toml for crates.io crate uu_od 0.0.23 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate crates.io crate uu_od 0.0.23 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] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded uucore_procs v0.0.23 [INFO] [stderr] Downloaded os_display v0.1.3 [INFO] [stderr] Downloaded uuhelp_parser v0.0.23 [INFO] [stderr] Downloaded wild v2.2.0 [INFO] [stderr] Downloaded uucore v0.0.23 [INFO] [stderr] Downloaded half v2.3.1 [INFO] [stderr] Downloaded clap v4.4.2 [INFO] [stderr] Downloaded rustix v0.37.26 [INFO] [stderr] Downloaded terminal_size v0.2.6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 653cdf08f41ea2c14643342e32bc74f2e249cee63defa8884e7b50be782615b5 [INFO] running `Command { std: "docker" "start" "-a" "653cdf08f41ea2c14643342e32bc74f2e249cee63defa8884e7b50be782615b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "653cdf08f41ea2c14643342e32bc74f2e249cee63defa8884e7b50be782615b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "653cdf08f41ea2c14643342e32bc74f2e249cee63defa8884e7b50be782615b5", kill_on_drop: false }` [INFO] [stdout] 653cdf08f41ea2c14643342e32bc74f2e249cee63defa8884e7b50be782615b5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] dddcf04af252d03336e8e6e273f04ff3c9289a10a4bf51749d781ec360264264 [INFO] running `Command { std: "docker" "start" "-a" "dddcf04af252d03336e8e6e273f04ff3c9289a10a4bf51749d781ec360264264", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling rustix v0.37.26 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Checking linux-raw-sys v0.3.8 [INFO] [stderr] Compiling proc-macro2 v1.0.63 [INFO] [stderr] Checking anstyle-query v1.0.0 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Checking anstyle v1.0.0 [INFO] [stderr] Compiling quote v1.0.29 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking clap_lex v0.5.0 [INFO] [stderr] Checking unicode-width v0.1.11 [INFO] [stderr] Compiling uuhelp_parser v0.0.23 [INFO] [stderr] Checking bitflags v2.4.0 [INFO] [stderr] Checking wild v2.2.0 [INFO] [stderr] Checking anstyle-parse v0.2.0 [INFO] [stderr] Checking glob v0.3.1 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Checking half v2.3.1 [INFO] [stderr] Checking os_display v0.1.3 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking anstream v0.5.0 [INFO] [stderr] Compiling uucore_procs v0.0.23 [INFO] [stderr] Checking nix v0.27.1 [INFO] [stderr] Checking terminal_size v0.2.6 [INFO] [stderr] Checking clap_builder v4.4.2 [INFO] [stderr] Checking clap v4.4.2 [INFO] [stderr] Checking uucore v0.0.23 [INFO] [stderr] Checking uu_od v0.0.23 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.48s [INFO] running `Command { std: "docker" "inspect" "dddcf04af252d03336e8e6e273f04ff3c9289a10a4bf51749d781ec360264264", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dddcf04af252d03336e8e6e273f04ff3c9289a10a4bf51749d781ec360264264", kill_on_drop: false }` [INFO] [stdout] dddcf04af252d03336e8e6e273f04ff3c9289a10a4bf51749d781ec360264264 [INFO] checking uu_od-0.0.23 against try#29596578cb5035fa2b7ac7fbdfea23fab38836e7 for pr-118833-1 [INFO] extracting crate uu_od 0.0.23 into /workspace/builds/worker-4-tc2/source [INFO] validating manifest of crates.io crate uu_od 0.0.23 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 uu_od 0.0.23 [INFO] finished tweaking crates.io crate uu_od 0.0.23 [INFO] tweaked toml for crates.io crate uu_od 0.0.23 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate crates.io crate uu_od 0.0.23 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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 7152265f0d55bd36c3fb65629a423c8afd63a699447d6d67ce5d78dc7228a7de [INFO] running `Command { std: "docker" "start" "-a" "7152265f0d55bd36c3fb65629a423c8afd63a699447d6d67ce5d78dc7228a7de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7152265f0d55bd36c3fb65629a423c8afd63a699447d6d67ce5d78dc7228a7de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7152265f0d55bd36c3fb65629a423c8afd63a699447d6d67ce5d78dc7228a7de", kill_on_drop: false }` [INFO] [stdout] 7152265f0d55bd36c3fb65629a423c8afd63a699447d6d67ce5d78dc7228a7de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] cb5a8aa1f1f832de83029569d1351d5c7e955df17ee88eb9643c658bc1ce920b [INFO] running `Command { std: "docker" "start" "-a" "cb5a8aa1f1f832de83029569d1351d5c7e955df17ee88eb9643c658bc1ce920b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling rustix v0.37.26 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Compiling proc-macro2 v1.0.63 [INFO] [stderr] Checking linux-raw-sys v0.3.8 [INFO] [stderr] Checking anstyle v1.0.0 [INFO] [stderr] Compiling quote v1.0.29 [INFO] [stderr] Checking anstyle-query v1.0.0 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking clap_lex v0.5.0 [INFO] [stderr] Checking unicode-width v0.1.11 [INFO] [stderr] Checking anstyle-parse v0.2.0 [INFO] [stderr] Checking bitflags v2.4.0 [INFO] [stderr] Compiling uuhelp_parser v0.0.23 [INFO] [stderr] Checking glob v0.3.1 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Checking os_display v0.1.3 [INFO] [stderr] Checking wild v2.2.0 [INFO] [stderr] Checking half v2.3.1 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking anstream v0.5.0 [INFO] [stderr] Compiling uucore_procs v0.0.23 [INFO] [stderr] Checking nix v0.27.1 [INFO] [stderr] Checking terminal_size v0.2.6 [INFO] [stderr] Checking clap_builder v4.4.2 [INFO] [stderr] Checking clap v4.4.2 [INFO] [stderr] Checking uucore v0.0.23 [INFO] [stderr] Checking uu_od v0.0.23 (/opt/rustwide/workdir) [INFO] [stdout] error: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/formatteriteminfo.rs:29:45 [INFO] [stdout] | [INFO] [stdout] 29 | (IntWriter(a), IntWriter(b)) => a == b, [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] --> src/formatteriteminfo.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | (FloatWriter(a), FloatWriter(b)) => a == b, [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 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `uu_od` (lib) due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/formatteriteminfo.rs:29:45 [INFO] [stdout] | [INFO] [stdout] 29 | (IntWriter(a), IntWriter(b)) => a == b, [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] --> src/formatteriteminfo.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | (FloatWriter(a), FloatWriter(b)) => a == b, [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 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `uu_od` (lib test) due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "cb5a8aa1f1f832de83029569d1351d5c7e955df17ee88eb9643c658bc1ce920b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb5a8aa1f1f832de83029569d1351d5c7e955df17ee88eb9643c658bc1ce920b", kill_on_drop: false }` [INFO] [stdout] cb5a8aa1f1f832de83029569d1351d5c7e955df17ee88eb9643c658bc1ce920b