[INFO] cloning repository https://github.com/2lambda123/rust-lang-miri
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/2lambda123/rust-lang-miri" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F2lambda123%2Frust-lang-miri", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F2lambda123%2Frust-lang-miri'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4bb02c680a1486425a2f14b860db3556a95a1375
[INFO] checking 2lambda123/rust-lang-miri against master#46424fb5054f211ec836c5c03159f92e46bb35ac for pr-139042
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F2lambda123%2Frust-lang-miri" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/2lambda123/rust-lang-miri on toolchain 46424fb5054f211ec836c5c03159f92e46bb35ac
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+46424fb5054f211ec836c5c03159f92e46bb35ac" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/2lambda123/rust-lang-miri
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/2lambda123/rust-lang-miri
[INFO] tweaked toml for git repo https://github.com/2lambda123/rust-lang-miri written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/2lambda123/rust-lang-miri 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" "+46424fb5054f211ec836c5c03159f92e46bb35ac" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded windows-targets v0.52.3
[INFO] [stderr]   Downloaded ui_test v0.21.2
[INFO] [stderr]   Downloaded levenshtein v1.0.5
[INFO] [stderr]   Downloaded pad v0.1.6
[INFO] [stderr]   Downloaded indenter v0.3.3
[INFO] [stderr]   Downloaded comma v1.0.0
[INFO] [stderr]   Downloaded thiserror v1.0.57
[INFO] [stderr]   Downloaded ctrlc v3.4.2
[INFO] [stderr]   Downloaded perf-event-open-sys v3.0.0
[INFO] [stderr]   Downloaded cargo_metadata v0.15.4
[INFO] [stderr]   Downloaded libffi v3.2.0
[INFO] [stderr]   Downloaded prettydiff v0.6.4
[INFO] [stderr]   Downloaded owo-colors v3.5.0
[INFO] [stderr]   Downloaded indicatif v0.17.8
[INFO] [stderr]   Downloaded portable-atomic v1.6.0
[INFO] [stderr]   Downloaded cc v1.0.86
[INFO] [stderr]   Downloaded color-spantrace v0.2.1
[INFO] [stderr]   Downloaded yansi-term v0.1.2
[INFO] [stderr]   Downloaded annotate-snippets v0.9.2
[INFO] [stderr]   Downloaded cargo-platform v0.1.7
[INFO] [stderr]   Downloaded eyre v0.6.12
[INFO] [stderr]   Downloaded tracing-error v0.2.0
[INFO] [stderr]   Downloaded console v0.15.8
[INFO] [stderr]   Downloaded syn v2.0.50
[INFO] [stderr]   Downloaded anyhow v1.0.80
[INFO] [stderr]   Downloaded rustfix v0.6.1
[INFO] [stderr]   Downloaded memmap2 v0.2.3
[INFO] [stderr]   Downloaded measureme v11.0.1
[INFO] [stderr]   Downloaded camino v1.1.6
[INFO] [stderr]   Downloaded thiserror-impl v1.0.57
[INFO] [stderr]   Downloaded colored v2.1.0
[INFO] [stderr]   Downloaded windows_x86_64_gnullvm v0.52.3
[INFO] [stderr]   Downloaded windows_aarch64_gnullvm v0.52.3
[INFO] [stderr]   Downloaded regex-automata v0.4.5
[INFO] [stderr]   Downloaded color-eyre v0.6.2
[INFO] [stderr]   Downloaded windows_aarch64_msvc v0.52.3
[INFO] [stderr]   Downloaded windows_x86_64_msvc v0.52.3
[INFO] [stderr]   Downloaded windows_i686_gnu v0.52.3
[INFO] [stderr]   Downloaded windows_i686_msvc v0.52.3
[INFO] [stderr]   Downloaded windows_x86_64_gnu v0.52.3
[INFO] [stderr]   Downloaded jemalloc-sys v0.5.4+5.3.0-patched
[INFO] [stderr]   Downloaded libffi-sys v2.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+46424fb5054f211ec836c5c03159f92e46bb35ac" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c1344044341ed7c14b60c23ec4b05393716cc1ee9fcd64076193b20dfab3d8a1
[INFO] running `Command { std: "docker" "start" "-a" "c1344044341ed7c14b60c23ec4b05393716cc1ee9fcd64076193b20dfab3d8a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c1344044341ed7c14b60c23ec4b05393716cc1ee9fcd64076193b20dfab3d8a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1344044341ed7c14b60c23ec4b05393716cc1ee9fcd64076193b20dfab3d8a1", kill_on_drop: false }`
[INFO] [stdout] c1344044341ed7c14b60c23ec4b05393716cc1ee9fcd64076193b20dfab3d8a1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+46424fb5054f211ec836c5c03159f92e46bb35ac" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] aa96df60920cd5d48e2146de50514a57b6a54d8584a908d9f03a77ebd14f4d96
[INFO] running `Command { std: "docker" "start" "-a" "aa96df60920cd5d48e2146de50514a57b6a54d8584a908d9f03a77ebd14f4d96", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling cc v1.0.86
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]     Checking unicode-width v0.1.11
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking smallvec v1.13.1
[INFO] [stderr]    Compiling semver v1.0.22
[INFO] [stderr]    Compiling rustix v0.38.31
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]    Compiling portable-atomic v1.6.0
[INFO] [stderr]     Checking ryu v1.0.17
[INFO] [stderr]    Compiling thiserror v1.0.57
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]    Compiling camino v1.1.6
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]    Compiling anyhow v1.0.80
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking miniz_oxide v0.7.2
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]    Compiling miri v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking rustc-demangle v0.1.23
[INFO] [stderr]     Checking cpufeatures v0.2.12
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]     Checking owo-colors v3.5.0
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.13
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking pad v0.1.6
[INFO] [stderr]    Compiling syn v2.0.50
[INFO] [stderr]     Checking libloading v0.8.1
[INFO] [stderr]     Checking fastrand v2.0.1
[INFO] [stderr]     Checking yansi-term v0.1.2
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking inout v0.1.3
[INFO] [stderr]     Checking ansi_term v0.12.1
[INFO] [stderr]     Checking number_prefix v0.4.0
[INFO] [stderr]     Checking annotate-snippets v0.9.2
[INFO] [stderr]     Checking colored v2.1.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.11
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking levenshtein v1.0.5
[INFO] [stderr]     Checking comma v1.0.0
[INFO] [stderr]    Compiling libffi-sys v2.3.0
[INFO] [stderr]    Compiling jemalloc-sys v0.5.4+5.3.0-patched
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]     Checking prettydiff v0.6.4
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking perf-event-open-sys v3.0.0
[INFO] [stderr]     Checking nix v0.27.1
[INFO] [stderr]     Checking memmap2 v0.2.3
[INFO] [stderr]     Checking console v0.15.8
[INFO] [stderr]     Checking tracing-error v0.2.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking color-spantrace v0.2.1
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking indicatif v0.17.8
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking measureme v11.0.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking regex-automata v0.4.5
[INFO] [stderr]     Checking tempfile v3.10.0
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]     Checking ctrlc v3.4.2
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling thiserror-impl v1.0.57
[INFO] [stderr]     Checking color-eyre v0.6.2
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]     Checking bstr v1.9.0
[INFO] [stderr]     Checking cargo-platform v0.1.7
[INFO] [stderr]     Checking rustc_version v0.4.0
[INFO] [stderr]     Checking rustfix v0.6.1
[INFO] [stderr]     Checking cargo_metadata v0.15.4
[INFO] [stderr]     Checking ui_test v0.21.2
[INFO] [stderr]     Checking libffi v3.2.0
[INFO] [stdout] error[E0463]: can't find crate for `either`
[INFO] [stdout]   --> src/lib.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | extern crate either;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `tracing`
[INFO] [stdout]   --> src/lib.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | extern crate tracing;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_apfloat`
[INFO] [stdout]   --> src/lib.rs:59:1
[INFO] [stdout]    |
[INFO] [stdout] 59 | extern crate rustc_apfloat;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_ast`
[INFO] [stdout]   --> src/lib.rs:60:1
[INFO] [stdout]    |
[INFO] [stdout] 60 | extern crate rustc_ast;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_const_eval`
[INFO] [stdout]   --> src/lib.rs:61:1
[INFO] [stdout]    |
[INFO] [stdout] 61 | extern crate rustc_const_eval;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_data_structures`
[INFO] [stdout]   --> src/lib.rs:62:1
[INFO] [stdout]    |
[INFO] [stdout] 62 | extern crate rustc_data_structures;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_errors`
[INFO] [stdout]   --> src/lib.rs:63:1
[INFO] [stdout]    |
[INFO] [stdout] 63 | extern crate rustc_errors;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_hir`
[INFO] [stdout]   --> src/lib.rs:64:1
[INFO] [stdout]    |
[INFO] [stdout] 64 | extern crate rustc_hir;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_index`
[INFO] [stdout]   --> src/lib.rs:65:1
[INFO] [stdout]    |
[INFO] [stdout] 65 | extern crate rustc_index;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_middle`
[INFO] [stdout]   --> src/lib.rs:67:1
[INFO] [stdout]    |
[INFO] [stdout] 67 | extern crate rustc_middle;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_session`
[INFO] [stdout]   --> src/lib.rs:68:1
[INFO] [stdout]    |
[INFO] [stdout] 68 | extern crate rustc_session;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_span`
[INFO] [stdout]   --> src/lib.rs:69:1
[INFO] [stdout]    |
[INFO] [stdout] 69 | extern crate rustc_span;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_target`
[INFO] [stdout]   --> src/lib.rs:70:1
[INFO] [stdout]    |
[INFO] [stdout] 70 | extern crate rustc_target;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_driver`
[INFO] [stdout]   --> src/lib.rs:74:1
[INFO] [stdout]    |
[INFO] [stdout] 74 | extern crate rustc_driver;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `either`
[INFO] [stdout]   --> src/lib.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | extern crate either;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `tracing`
[INFO] [stdout]   --> src/lib.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | extern crate tracing;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_apfloat`
[INFO] [stdout]   --> src/lib.rs:59:1
[INFO] [stdout]    |
[INFO] [stdout] 59 | extern crate rustc_apfloat;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_ast`
[INFO] [stdout]   --> src/lib.rs:60:1
[INFO] [stdout]    |
[INFO] [stdout] 60 | extern crate rustc_ast;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_const_eval`
[INFO] [stdout]   --> src/lib.rs:61:1
[INFO] [stdout]    |
[INFO] [stdout] 61 | extern crate rustc_const_eval;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_data_structures`
[INFO] [stdout]   --> src/lib.rs:62:1
[INFO] [stdout]    |
[INFO] [stdout] 62 | extern crate rustc_data_structures;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_errors`
[INFO] [stdout]   --> src/lib.rs:63:1
[INFO] [stdout]    |
[INFO] [stdout] 63 | extern crate rustc_errors;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_hir`
[INFO] [stdout]   --> src/lib.rs:64:1
[INFO] [stdout]    |
[INFO] [stdout] 64 | extern crate rustc_hir;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_index`
[INFO] [stdout]   --> src/lib.rs:65:1
[INFO] [stdout]    |
[INFO] [stdout] 65 | extern crate rustc_index;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_middle`
[INFO] [stdout]   --> src/lib.rs:67:1
[INFO] [stdout]    |
[INFO] [stdout] 67 | extern crate rustc_middle;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_session`
[INFO] [stdout]   --> src/lib.rs:68:1
[INFO] [stdout]    |
[INFO] [stdout] 68 | extern crate rustc_session;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_span`
[INFO] [stdout]   --> src/lib.rs:69:1
[INFO] [stdout]    |
[INFO] [stdout] 69 | extern crate rustc_span;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_target`
[INFO] [stdout]   --> src/lib.rs:70:1
[INFO] [stdout]    |
[INFO] [stdout] 70 | extern crate rustc_target;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_driver`
[INFO] [stdout]   --> src/lib.rs:74:1
[INFO] [stdout]    |
[INFO] [stdout] 74 | extern crate rustc_driver;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `InterpError`
[INFO] [stdout]    --> src/diagnostics.rs:204:9
[INFO] [stdout]     |
[INFO] [stdout] 204 |     use InterpError::*;
[INFO] [stdout]     |         ^^^^^^^^^^^ use of undeclared type `InterpError`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `UndefinedBehaviorInfo`
[INFO] [stdout]    --> src/diagnostics.rs:205:9
[INFO] [stdout]     |
[INFO] [stdout] 205 |     use UndefinedBehaviorInfo::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `UndefinedBehaviorInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_exhaust` in this scope
[INFO] [stdout]    --> src/alloc_addresses/mod.rs:175:40
[INFO] [stdout]     |
[INFO] [stdout] 175 |                         .ok_or_else(|| err_exhaust!(AddressSpaceFull))?;
[INFO] [stdout]     |                                        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_exhaust` in this scope
[INFO] [stdout]    --> src/alloc_addresses/mod.rs:184:40
[INFO] [stdout]     |
[INFO] [stdout] 184 |                         .ok_or_else(|| err_exhaust!(AddressSpaceFull))?;
[INFO] [stdout]     |                                        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `InterpError`
[INFO] [stdout]    --> src/diagnostics.rs:204:9
[INFO] [stdout]     |
[INFO] [stdout] 204 |     use InterpError::*;
[INFO] [stdout]     |         ^^^^^^^^^^^ use of undeclared type `InterpError`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `UndefinedBehaviorInfo`
[INFO] [stdout]    --> src/diagnostics.rs:205:9
[INFO] [stdout]     |
[INFO] [stdout] 205 |     use UndefinedBehaviorInfo::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `UndefinedBehaviorInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_exhaust` in this scope
[INFO] [stdout]    --> src/alloc_addresses/mod.rs:187:25
[INFO] [stdout]     |
[INFO] [stdout] 187 |                         throw_exhaust!(AddressSpaceFull);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/alloc_addresses/mod.rs:192:17
[INFO] [stdout]     |
[INFO] [stdout] 192 |                 trace!(
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/alloc_addresses/mod.rs:239:9
[INFO] [stdout]     |
[INFO] [stdout] 239 |         trace!("Exposing allocation id {alloc_id:?}");
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/alloc_addresses/mod.rs:249:9
[INFO] [stdout]     |
[INFO] [stdout] 249 |         trace!("Casting {:#x} to a pointer", addr);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope
[INFO] [stdout]    --> src/alloc_addresses/mod.rs:271:17
[INFO] [stdout]     |
[INFO] [stdout] 271 |                 throw_machine_stop!(TerminationInfo::Int2PtrWithStrictProvenance);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_exhaust` in this scope
[INFO] [stdout]    --> src/alloc_addresses/mod.rs:175:40
[INFO] [stdout]     |
[INFO] [stdout] 175 |                         .ok_or_else(|| err_exhaust!(AddressSpaceFull))?;
[INFO] [stdout]     |                                        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_machine_stop` in this scope
[INFO] [stdout]   --> src/borrow_tracker/stacked_borrows/diagnostics.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     err_machine_stop!(TerminationInfo::StackedBorrowsUb { msg, help, history })
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/stacked_borrows/stack.rs:388:21
[INFO] [stdout]     |
[INFO] [stdout] 388 |                     trace!("access: disabling item {:?}", item);
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_exhaust` in this scope
[INFO] [stdout]    --> src/alloc_addresses/mod.rs:184:40
[INFO] [stdout]     |
[INFO] [stdout] 184 |                         .ok_or_else(|| err_exhaust!(AddressSpaceFull))?;
[INFO] [stdout]     |                                        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/borrow_tracker/stacked_borrows/mod.rs:206:43
[INFO] [stdout]     |
[INFO] [stdout] 206 |             Permission::SharedReadOnly => bug!("Cannot use SharedReadOnly for writing"),
[INFO] [stdout]     |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/borrow_tracker/stacked_borrows/mod.rs:207:37
[INFO] [stdout]     |
[INFO] [stdout] 207 |             Permission::Disabled => bug!("Cannot use Disabled for anything"),
[INFO] [stdout]     |                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_exhaust` in this scope
[INFO] [stdout]    --> src/alloc_addresses/mod.rs:187:25
[INFO] [stdout]     |
[INFO] [stdout] 187 |                         throw_exhaust!(AddressSpaceFull);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/stacked_borrows/mod.rs:348:13
[INFO] [stdout]     |
[INFO] [stdout] 348 |             trace!(
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/stacked_borrows/mod.rs:425:17
[INFO] [stdout]     |
[INFO] [stdout] 425 |                 trace!(
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/alloc_addresses/mod.rs:192:17
[INFO] [stdout]     |
[INFO] [stdout] 192 |                 trace!(
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/stacked_borrows/mod.rs:440:9
[INFO] [stdout]     |
[INFO] [stdout] 440 |         trace!("reborrow: adding item {:?}", new);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/alloc_addresses/mod.rs:239:9
[INFO] [stdout]     |
[INFO] [stdout] 239 |         trace!("Exposing allocation id {alloc_id:?}");
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/stacked_borrows/mod.rs:539:9
[INFO] [stdout]     |
[INFO] [stdout] 539 |         trace!(
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/alloc_addresses/mod.rs:249:9
[INFO] [stdout]     |
[INFO] [stdout] 249 |         trace!("Casting {:#x} to a pointer", addr);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/stacked_borrows/mod.rs:560:9
[INFO] [stdout]     |
[INFO] [stdout] 560 |         trace!(
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/stacked_borrows/mod.rs:581:9
[INFO] [stdout]     |
[INFO] [stdout] 581 |         trace!("deallocation with tag {:?}: {:?}, size {}", tag, alloc_id, size.bytes());
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope
[INFO] [stdout]    --> src/alloc_addresses/mod.rs:271:17
[INFO] [stdout]     |
[INFO] [stdout] 271 |                 throw_machine_stop!(TerminationInfo::Int2PtrWithStrictProvenance);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/stacked_borrows/mod.rs:673:13
[INFO] [stdout]     |
[INFO] [stdout] 673 |             trace!(
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_machine_stop` in this scope
[INFO] [stdout]   --> src/borrow_tracker/stacked_borrows/diagnostics.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     err_machine_stop!(TerminationInfo::StackedBorrowsUb { msg, help, history })
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/stacked_borrows/mod.rs:701:9
[INFO] [stdout]     |
[INFO] [stdout] 701 |         trace!(
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/stacked_borrows/stack.rs:388:21
[INFO] [stdout]     |
[INFO] [stdout] 388 |                     trace!("access: disabling item {:?}", item);
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]     --> src/borrow_tracker/stacked_borrows/mod.rs:1033:17
[INFO] [stdout]      |
[INFO] [stdout] 1033 |                 trace!("Stacked Borrows tag {tag:?} exposed in {alloc_id:?}");
[INFO] [stdout]      |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_machine_stop` in this scope
[INFO] [stdout]    --> src/borrow_tracker/tree_borrows/diagnostics.rs:360:9
[INFO] [stdout]     |
[INFO] [stdout] 360 |         err_machine_stop!(TerminationInfo::TreeBorrowsUb { title, details, history })
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/borrow_tracker/stacked_borrows/mod.rs:206:43
[INFO] [stdout]     |
[INFO] [stdout] 206 |             Permission::SharedReadOnly => bug!("Cannot use SharedReadOnly for writing"),
[INFO] [stdout]     |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]   --> src/borrow_tracker/tree_borrows/mod.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 55 |         trace!(
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/borrow_tracker/stacked_borrows/mod.rs:207:37
[INFO] [stdout]     |
[INFO] [stdout] 207 |             Permission::Disabled => bug!("Cannot use Disabled for anything"),
[INFO] [stdout]     |                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/tree_borrows/mod.rs:230:9
[INFO] [stdout]     |
[INFO] [stdout] 230 |         trace!("Reborrow of size {:?}", ptr_size);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/stacked_borrows/mod.rs:348:13
[INFO] [stdout]     |
[INFO] [stdout] 348 |             trace!(
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/tree_borrows/mod.rs:241:17
[INFO] [stdout]     |
[INFO] [stdout] 241 |                 trace!(
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/stacked_borrows/mod.rs:425:17
[INFO] [stdout]     |
[INFO] [stdout] 425 |                 trace!(
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/tree_borrows/mod.rs:259:9
[INFO] [stdout]     |
[INFO] [stdout] 259 |         trace!(
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/stacked_borrows/mod.rs:440:9
[INFO] [stdout]     |
[INFO] [stdout] 440 |         trace!("reborrow: adding item {:?}", new);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/tree_borrows/mod.rs:350:9
[INFO] [stdout]     |
[INFO] [stdout] 350 |         trace!("Creating new permission: {:?} with size {:?}", new_perm, reborrow_size);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/tree_borrows/mod.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 |                 trace!("Tree Borrows tag {tag:?} exposed in {alloc_id:?}");
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/stacked_borrows/mod.rs:539:9
[INFO] [stdout]     |
[INFO] [stdout] 539 |         trace!(
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/mod.rs:197:9
[INFO] [stdout]     |
[INFO] [stdout] 197 |         trace!("new_frame: Assigning call ID {}", call_id);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/stacked_borrows/mod.rs:560:9
[INFO] [stdout]     |
[INFO] [stdout] 560 |         trace!(
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/mod.rs:226:13
[INFO] [stdout]     |
[INFO] [stdout] 226 |             trace!("New allocation {:?} has base tag {:?}", id, tag);
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/stacked_borrows/mod.rs:581:9
[INFO] [stdout]     |
[INFO] [stdout] 581 |         trace!("deallocation with tag {:?}: {:?}, size {}", tag, alloc_id, size.bytes());
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/data_race.rs:509:9
[INFO] [stdout]     |
[INFO] [stdout] 509 |         trace!("Atomic read with vectors: {:#?} :: {:#?}", self, thread_clocks);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/stacked_borrows/mod.rs:673:13
[INFO] [stdout]     |
[INFO] [stdout] 673 |             trace!(
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/data_race.rs:528:9
[INFO] [stdout]     |
[INFO] [stdout] 528 |         trace!("Atomic write with vectors: {:#?} :: {:#?}", self, thread_clocks);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/data_race.rs:548:9
[INFO] [stdout]     |
[INFO] [stdout] 548 |         trace!("Unsynchronized read with vectors: {:#?} :: {:#?}", self, thread_clocks);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/stacked_borrows/mod.rs:701:9
[INFO] [stdout]     |
[INFO] [stdout] 701 |         trace!(
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/data_race.rs:578:9
[INFO] [stdout]     |
[INFO] [stdout] 578 |         trace!("Unsynchronized write with vectors: {:#?} :: {:#?}", self, thread_clocks);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]     --> src/borrow_tracker/stacked_borrows/mod.rs:1033:17
[INFO] [stdout]      |
[INFO] [stdout] 1033 |                 trace!("Stacked Borrows tag {tag:?} exposed in {alloc_id:?}");
[INFO] [stdout]      |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/data_race.rs:788:21
[INFO] [stdout]     |
[INFO] [stdout] 788 |                     trace!("Atomic fence on {:?} with ordering {:?}", index, atomic);
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_machine_stop` in this scope
[INFO] [stdout]    --> src/borrow_tracker/tree_borrows/diagnostics.rs:360:9
[INFO] [stdout]     |
[INFO] [stdout] 360 |         err_machine_stop!(TerminationInfo::TreeBorrowsUb { title, details, history })
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/data_race.rs:888:9
[INFO] [stdout]     |
[INFO] [stdout] 888 |         trace!("Find index where not {:?} <= {:?}", l, r);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]   --> src/borrow_tracker/tree_borrows/mod.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 55 |         trace!(
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_machine_stop` in this scope
[INFO] [stdout]    --> src/concurrency/data_race.rs:994:13
[INFO] [stdout]     |
[INFO] [stdout] 994 |         Err(err_machine_stop!(TerminationInfo::DataRace {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/tree_borrows/mod.rs:230:9
[INFO] [stdout]     |
[INFO] [stdout] 230 |         trace!("Reborrow of size {:?}", ptr_size);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]     --> src/concurrency/data_race.rs:1171:21
[INFO] [stdout]      |
[INFO] [stdout] 1171 |                     throw_ub_format!(
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]     --> src/concurrency/data_race.rs:1179:21
[INFO] [stdout]      |
[INFO] [stdout] 1179 |                     throw_ub_format!(
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/tree_borrows/mod.rs:241:17
[INFO] [stdout]     |
[INFO] [stdout] 241 |                 trace!(
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]     --> src/concurrency/data_race.rs:1186:21
[INFO] [stdout]      |
[INFO] [stdout] 1186 |                     throw_ub_format!(
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/tree_borrows/mod.rs:259:9
[INFO] [stdout]     |
[INFO] [stdout] 259 |         trace!(
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]     --> src/concurrency/data_race.rs:1296:17
[INFO] [stdout]      |
[INFO] [stdout] 1296 |                 trace!(
[INFO] [stdout]      |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/tree_borrows/mod.rs:350:9
[INFO] [stdout]     |
[INFO] [stdout] 350 |         trace!("Creating new permission: {:?} with size {:?}", new_perm, reborrow_size);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]     --> src/concurrency/data_race.rs:1342:25
[INFO] [stdout]      |
[INFO] [stdout] 1342 |                         trace!(
[INFO] [stdout]      |                         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/tree_borrows/mod.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 |                 trace!("Tree Borrows tag {tag:?} exposed in {alloc_id:?}");
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]     --> src/concurrency/data_race.rs:1557:9
[INFO] [stdout]      |
[INFO] [stdout] 1557 |         trace!("Creating thread = {:?} with vector index = {:?}", thread, created_index);
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/mod.rs:197:9
[INFO] [stdout]     |
[INFO] [stdout] 197 |         trace!("new_frame: Assigning call ID {}", call_id);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/sync.rs:435:9
[INFO] [stdout]     |
[INFO] [stdout] 435 |         trace!(
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/borrow_tracker/mod.rs:226:13
[INFO] [stdout]     |
[INFO] [stdout] 226 |             trace!("New allocation {:?} has base tag {:?}", id, tag);
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/sync.rs:449:9
[INFO] [stdout]     |
[INFO] [stdout] 449 |         trace!("rwlock_is_write_locked: {:?} writer is {:?}", id, rwlock.writer);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/data_race.rs:509:9
[INFO] [stdout]     |
[INFO] [stdout] 509 |         trace!("Atomic read with vectors: {:#?} :: {:#?}", self, thread_clocks);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/sync.rs:458:9
[INFO] [stdout]     |
[INFO] [stdout] 458 |         trace!("rwlock_reader_lock: {:?} now also held (one more time) by {:?}", id, reader);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/data_race.rs:528:9
[INFO] [stdout]     |
[INFO] [stdout] 528 |         trace!("Atomic write with vectors: {:#?} :: {:#?}", self, thread_clocks);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/sync.rs:479:21
[INFO] [stdout]     |
[INFO] [stdout] 479 |                     trace!("rwlock_reader_unlock: {:?} no longer held by {:?}", id, reader);
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/sync.rs:482:21
[INFO] [stdout]     |
[INFO] [stdout] 482 |                     trace!("rwlock_reader_unlock: {:?} held one less time by {:?}", id, reader);
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/data_race.rs:548:9
[INFO] [stdout]     |
[INFO] [stdout] 548 |         trace!("Unsynchronized read with vectors: {:#?} :: {:#?}", self, thread_clocks);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/sync.rs:522:9
[INFO] [stdout]     |
[INFO] [stdout] 522 |         trace!("rwlock_writer_lock: {:?} now held by {:?}", id, writer);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/data_race.rs:578:9
[INFO] [stdout]     |
[INFO] [stdout] 578 |         trace!("Unsynchronized write with vectors: {:#?} :: {:#?}", self, thread_clocks);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/sync.rs:542:13
[INFO] [stdout]     |
[INFO] [stdout] 542 |             trace!("rwlock_writer_unlock: {:?} unlocked by {:?}", id, expected_writer);
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/data_race.rs:788:21
[INFO] [stdout]     |
[INFO] [stdout] 788 |                     trace!("Atomic fence on {:?} with ordering {:?}", index, atomic);
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `info` in this scope
[INFO] [stdout]    --> src/concurrency/thread.rs:450:9
[INFO] [stdout]     |
[INFO] [stdout] 450 |         info!(
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/data_race.rs:888:9
[INFO] [stdout]     |
[INFO] [stdout] 888 |         trace!("Find index where not {:?} <= {:?}", l, r);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/thread.rs:509:9
[INFO] [stdout]     |
[INFO] [stdout] 509 |         trace!("detaching {:?}", id);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_machine_stop` in this scope
[INFO] [stdout]    --> src/concurrency/data_race.rs:994:13
[INFO] [stdout]     |
[INFO] [stdout] 994 |         Err(err_machine_stop!(TerminationInfo::DataRace {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/concurrency/thread.rs:519:13
[INFO] [stdout]     |
[INFO] [stdout] 519 |             throw_ub_format!("trying to detach thread that was already detached or joined");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]     --> src/concurrency/data_race.rs:1171:21
[INFO] [stdout]      |
[INFO] [stdout] 1171 |                     throw_ub_format!(
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/concurrency/thread.rs:534:13
[INFO] [stdout]     |
[INFO] [stdout] 534 |             throw_ub_format!("trying to join a detached thread");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/thread.rs:543:13
[INFO] [stdout]     |
[INFO] [stdout] 543 |             trace!(
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]     --> src/concurrency/data_race.rs:1179:21
[INFO] [stdout]      |
[INFO] [stdout] 1179 |                     throw_ub_format!(
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/concurrency/thread.rs:565:13
[INFO] [stdout]     |
[INFO] [stdout] 565 |             throw_ub_format!("trying to join an already joined thread");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]     --> src/concurrency/data_race.rs:1186:21
[INFO] [stdout]      |
[INFO] [stdout] 1186 |                     throw_ub_format!(
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/concurrency/thread.rs:569:13
[INFO] [stdout]     |
[INFO] [stdout] 569 |             throw_ub_format!("trying to join itself");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]     --> src/concurrency/data_race.rs:1296:17
[INFO] [stdout]      |
[INFO] [stdout] 1296 |                 trace!(
[INFO] [stdout]      |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/thread.rs:691:17
[INFO] [stdout]     |
[INFO] [stdout] 691 |                 trace!("unblocking {:?} because {:?} terminated", i, self.active_thread);
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]     --> src/concurrency/data_race.rs:1342:25
[INFO] [stdout]      |
[INFO] [stdout] 1342 |                         trace!(
[INFO] [stdout]      |                         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `info` in this scope
[INFO] [stdout]    --> src/concurrency/thread.rs:742:17
[INFO] [stdout]     |
[INFO] [stdout] 742 |                 info!(
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope
[INFO] [stdout]    --> src/concurrency/thread.rs:764:13
[INFO] [stdout]     |
[INFO] [stdout] 764 |             throw_machine_stop!(TerminationInfo::Deadlock);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]     --> src/concurrency/data_race.rs:1557:9
[INFO] [stdout]      |
[INFO] [stdout] 1557 |         trace!("Creating thread = {:?} with vector index = {:?}", thread, created_index);
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/concurrency/thread.rs:834:17
[INFO] [stdout]     |
[INFO] [stdout] 834 |                 throw_unsup_format!("foreign thread-local statics are not supported");
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/sync.rs:435:9
[INFO] [stdout]     |
[INFO] [stdout] 435 |         trace!(
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]     --> src/concurrency/thread.rs:1096:25
[INFO] [stdout]      |
[INFO] [stdout] 1096 |                         trace!("Thread-local static leaked and stored as static root: {:?}", alloc);
[INFO] [stdout]      |                         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/sync.rs:449:9
[INFO] [stdout]     |
[INFO] [stdout] 449 |         trace!("rwlock_is_write_locked: {:?} writer is {:?}", id, rwlock.writer);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/diagnostics.rs:295:17
[INFO] [stdout]     |
[INFO] [stdout] 295 |                 bug!(
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/sync.rs:458:9
[INFO] [stdout]     |
[INFO] [stdout] 458 |         trace!("rwlock_reader_lock: {:?} now also held (one more time) by {:?}", id, reader);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/diagnostics.rs:312:17
[INFO] [stdout]     |
[INFO] [stdout] 312 |                 bug!(
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/sync.rs:479:21
[INFO] [stdout]     |
[INFO] [stdout] 479 |                     trace!("rwlock_reader_unlock: {:?} no longer held by {:?}", id, reader);
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/diagnostics.rs:404:9
[INFO] [stdout]     |
[INFO] [stdout] 404 |         trace!("-------------------");
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/diagnostics.rs:405:9
[INFO] [stdout]     |
[INFO] [stdout] 405 |         trace!("Frame {}", i);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/sync.rs:482:21
[INFO] [stdout]     |
[INFO] [stdout] 482 |                     trace!("rwlock_reader_unlock: {:?} held one less time by {:?}", id, reader);
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/diagnostics.rs:406:9
[INFO] [stdout]     |
[INFO] [stdout] 406 |         trace!("    return: {:?}", frame.return_place);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/sync.rs:522:9
[INFO] [stdout]     |
[INFO] [stdout] 522 |         trace!("rwlock_writer_lock: {:?} now held by {:?}", id, writer);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/diagnostics.rs:408:13
[INFO] [stdout]     |
[INFO] [stdout] 408 |             trace!("    local {}: {:?}", i, local);
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/sync.rs:542:13
[INFO] [stdout]     |
[INFO] [stdout] 542 |             trace!("rwlock_writer_unlock: {:?} unlocked by {:?}", id, expected_writer);
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope
[INFO] [stdout]    --> src/eval.rs:248:17
[INFO] [stdout]     |
[INFO] [stdout] 248 |                 throw_machine_stop!(TerminationInfo::Exit { code: exit_code, leak_check: true });
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `info` in this scope
[INFO] [stdout]    --> src/concurrency/thread.rs:450:9
[INFO] [stdout]     |
[INFO] [stdout] 450 |         info!(
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `info` in this scope
[INFO] [stdout]    --> src/eval.rs:467:9
[INFO] [stdout]     |
[INFO] [stdout] 467 |         info!("Additional static roots: {:?}", ecx.machine.static_roots);
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/helpers.rs:277:9
[INFO] [stdout]     |
[INFO] [stdout] 277 |         bug!("No field named {} in type {}", name, base.layout().ty);
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/thread.rs:509:9
[INFO] [stdout]     |
[INFO] [stdout] 509 |         trace!("detaching {:?}", id);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]    --> src/helpers.rs:367:32
[INFO] [stdout]     |
[INFO] [stdout] 367 |                 .map_err(|err| err_unsup_format!("host getrandom failed: {}", err))?;
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/concurrency/thread.rs:519:13
[INFO] [stdout]     |
[INFO] [stdout] 519 |             throw_ub_format!("trying to detach thread that was already detached or joined");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/helpers.rs:393:13
[INFO] [stdout]     |
[INFO] [stdout] 393 |             throw_ub_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/concurrency/thread.rs:534:13
[INFO] [stdout]     |
[INFO] [stdout] 534 |             throw_ub_format!("trying to join a detached thread");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_ub_format` in this scope
[INFO] [stdout]    --> src/helpers.rs:413:32
[INFO] [stdout]     |
[INFO] [stdout] 413 |                 .ok_or_else(|| err_ub_format!("callee has fewer arguments than expected"))?;
[INFO] [stdout]     |                                ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/thread.rs:543:13
[INFO] [stdout]     |
[INFO] [stdout] 543 |             trace!(
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/helpers.rs:420:13
[INFO] [stdout]     |
[INFO] [stdout] 420 |             throw_ub_format!("callee has more arguments than expected");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/helpers.rs:439:9
[INFO] [stdout]     |
[INFO] [stdout] 439 |         trace!("visit_frozen(place={:?}, size={:?})", *place, size);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/concurrency/thread.rs:565:13
[INFO] [stdout]     |
[INFO] [stdout] 565 |             throw_ub_format!("trying to join an already joined thread");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/helpers.rs:481:21
[INFO] [stdout]     |
[INFO] [stdout] 481 |                     trace!("unsafe_cell_action on {:?}", place.ptr());
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/concurrency/thread.rs:569:13
[INFO] [stdout]     |
[INFO] [stdout] 569 |             throw_ub_format!("trying to join itself");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/helpers.rs:538:17
[INFO] [stdout]     |
[INFO] [stdout] 538 |                 trace!("UnsafeCellVisitor: {:?} {:?}", *v, v.layout.ty);
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/concurrency/thread.rs:691:17
[INFO] [stdout]     |
[INFO] [stdout] 691 |                 trace!("unblocking {:?} because {:?} terminated", i, self.active_thread);
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/helpers.rs:586:17
[INFO] [stdout]     |
[INFO] [stdout] 586 |                 bug!("we should have already handled unions in `visit_value`")
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `info` in this scope
[INFO] [stdout]    --> src/concurrency/thread.rs:742:17
[INFO] [stdout]     |
[INFO] [stdout] 742 |                 info!(
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/helpers.rs:696:13
[INFO] [stdout]     |
[INFO] [stdout] 696 |             throw_unsup_format!("io error {:?} cannot be translated into a raw os error", err_kind)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/helpers.rs:706:25
[INFO] [stdout]     |
[INFO] [stdout] 706 |                         throw_unsup_format!(
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope
[INFO] [stdout]    --> src/concurrency/thread.rs:764:13
[INFO] [stdout]     |
[INFO] [stdout] 764 |             throw_machine_stop!(TerminationInfo::Deadlock);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/helpers.rs:713:13
[INFO] [stdout]     |
[INFO] [stdout] 713 |             throw_unsup_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/concurrency/thread.rs:834:17
[INFO] [stdout]     |
[INFO] [stdout] 834 |                 throw_unsup_format!("foreign thread-local statics are not supported");
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/helpers.rs:739:13
[INFO] [stdout]     |
[INFO] [stdout] 739 |             throw_unsup_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]     --> src/concurrency/thread.rs:1096:25
[INFO] [stdout]      |
[INFO] [stdout] 1096 |                         trace!("Thread-local static leaked and stored as static root: {:?}", alloc);
[INFO] [stdout]      |                         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/helpers.rs:960:13
[INFO] [stdout]     |
[INFO] [stdout] 960 |             throw_ub_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]     --> src/helpers.rs:1007:13
[INFO] [stdout]      |
[INFO] [stdout] 1007 |             throw_unsup_format!("{}", error_msg.as_ref());
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/diagnostics.rs:295:17
[INFO] [stdout]     |
[INFO] [stdout] 295 |                 bug!(
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope
[INFO] [stdout]     --> src/helpers.rs:1028:13
[INFO] [stdout]      |
[INFO] [stdout] 1028 |             throw_machine_stop!(TerminationInfo::SymbolShimClashing {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/diagnostics.rs:312:17
[INFO] [stdout]     |
[INFO] [stdout] 312 |                 bug!(
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `span_bug` in this scope
[INFO] [stdout]     --> src/helpers.rs:1097:21
[INFO] [stdout]      |
[INFO] [stdout] 1097 |                     span_bug!(
[INFO] [stdout]      |                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/diagnostics.rs:404:9
[INFO] [stdout]     |
[INFO] [stdout] 404 |         trace!("-------------------");
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]     --> src/helpers.rs:1106:13
[INFO] [stdout]      |
[INFO] [stdout] 1106 |             bug!("float_to_int_checked: non-float input type {}", src.layout.ty)
[INFO] [stdout]      |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `span_bug` in this scope
[INFO] [stdout]     --> src/helpers.rs:1147:18
[INFO] [stdout]      |
[INFO] [stdout] 1147 |             _ => span_bug!(this.cur_span(), "unexpected type: {ty:?}"),
[INFO] [stdout]      |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/diagnostics.rs:405:9
[INFO] [stdout]     |
[INFO] [stdout] 405 |         trace!("Frame {}", i);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]     --> src/helpers.rs:1162:13
[INFO] [stdout]      |
[INFO] [stdout] 1162 |             throw_ub_format!(
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/diagnostics.rs:406:9
[INFO] [stdout]     |
[INFO] [stdout] 406 |         trace!("    return: {:?}", frame.return_place);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]     --> src/helpers.rs:1220:5
[INFO] [stdout]      |
[INFO] [stdout] 1220 |     throw_ub_format!("incorrect number of arguments: got {}, expected {}", args.len(), N)
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/diagnostics.rs:408:13
[INFO] [stdout]     |
[INFO] [stdout] 408 |             trace!("    local {}: {:?}", i, local);
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope
[INFO] [stdout]     --> src/helpers.rs:1224:5
[INFO] [stdout]      |
[INFO] [stdout] 1224 |     throw_machine_stop!(TerminationInfo::UnsupportedInIsolation(format!(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]     --> src/helpers.rs:1261:14
[INFO] [stdout]      |
[INFO] [stdout] 1261 |         _ => throw_ub_format!("each element of a SIMD mask must be all-0-bits or all-1-bits"),
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope
[INFO] [stdout]    --> src/eval.rs:248:17
[INFO] [stdout]     |
[INFO] [stdout] 248 |                 throw_machine_stop!(TerminationInfo::Exit { code: exit_code, leak_check: true });
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]     --> src/machine.rs:1068:17
[INFO] [stdout]      |
[INFO] [stdout] 1068 |                 throw_unsup_format!(
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `info` in this scope
[INFO] [stdout]    --> src/eval.rs:467:9
[INFO] [stdout]     |
[INFO] [stdout] 467 |         info!("Additional static roots: {:?}", ecx.machine.static_roots);
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]     --> src/machine.rs:1083:13
[INFO] [stdout]      |
[INFO] [stdout] 1083 |             throw_unsup_format!(
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/helpers.rs:277:9
[INFO] [stdout]     |
[INFO] [stdout] 277 |         bug!("No field named {} in type {}", name, base.layout().ty);
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `info` in this scope
[INFO] [stdout]     --> src/machine.rs:1460:9
[INFO] [stdout]      |
[INFO] [stdout] 1460 |         info!("Leaving {}", ecx.frame().instance);
[INFO] [stdout]      |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `info` in this scope
[INFO] [stdout]     --> src/machine.rs:1490:13
[INFO] [stdout]      |
[INFO] [stdout] 1490 |             info!("Continuing in {}", ecx.frame().instance);
[INFO] [stdout]      |             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]    --> src/helpers.rs:367:32
[INFO] [stdout]     |
[INFO] [stdout] 367 |                 .map_err(|err| err_unsup_format!("host getrandom failed: {}", err))?;
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]   --> src/operator.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         trace!("ptr_op: {:?} {:?} {:?}", *left, bin_op, *right);
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/helpers.rs:393:13
[INFO] [stdout]     |
[INFO] [stdout] 393 |             throw_ub_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]   --> src/operator.rs:46:26
[INFO] [stdout]    |
[INFO] [stdout] 46 |                     _ => bug!(),
[INFO] [stdout]    |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_ub_format` in this scope
[INFO] [stdout]    --> src/helpers.rs:413:32
[INFO] [stdout]     |
[INFO] [stdout] 413 |                 .ok_or_else(|| err_ub_format!("callee has fewer arguments than expected"))?;
[INFO] [stdout]     |                                ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `span_bug` in this scope
[INFO] [stdout]   --> src/operator.rs:75:18
[INFO] [stdout]    |
[INFO] [stdout] 75 |             _ => span_bug!(this.cur_span(), "Invalid operator on pointers: {:?}", bin_op),
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/helpers.rs:420:13
[INFO] [stdout]     |
[INFO] [stdout] 420 |             throw_ub_format!("callee has more arguments than expected");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/backtrace.rs:22:13
[INFO] [stdout]    |
[INFO] [stdout] 22 |             throw_unsup_format!("unknown `miri_backtrace_size` flags {}", flags);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]   --> src/shims/backtrace.rs:43:13
[INFO] [stdout]    |
[INFO] [stdout] 43 |             throw_ub_format!("expected at least 1 argument")
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/helpers.rs:439:9
[INFO] [stdout]     |
[INFO] [stdout] 439 |         trace!("visit_frozen(place={:?}, size={:?})", *place, size);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/backtrace.rs:109:18
[INFO] [stdout]     |
[INFO] [stdout] 109 |             _ => throw_unsup_format!("unknown `miri_get_backtrace` flags {}", flags),
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/helpers.rs:481:21
[INFO] [stdout]     |
[INFO] [stdout] 481 |                     trace!("unsafe_cell_action on {:?}", place.ptr());
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/backtrace.rs:131:13
[INFO] [stdout]     |
[INFO] [stdout] 131 |             throw_ub_format!("expected static function pointer, found {:?}", ptr);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/helpers.rs:538:17
[INFO] [stdout]     |
[INFO] [stdout] 538 |                 trace!("UnsafeCellVisitor: {:?} {:?}", *v, v.layout.ty);
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/backtrace.rs:166:13
[INFO] [stdout]     |
[INFO] [stdout] 166 |             throw_ub_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/helpers.rs:586:17
[INFO] [stdout]     |
[INFO] [stdout] 586 |                 bug!("we should have already handled unions in `visit_value`")
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/backtrace.rs:179:17
[INFO] [stdout]     |
[INFO] [stdout] 179 |                 throw_ub_format!(
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/backtrace.rs:206:18
[INFO] [stdout]     |
[INFO] [stdout] 206 |             _ => throw_unsup_format!("unknown `miri_resolve_frame` flags {}", flags),
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/helpers.rs:696:13
[INFO] [stdout]     |
[INFO] [stdout] 696 |             throw_unsup_format!("io error {:?} cannot be translated into a raw os error", err_kind)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/backtrace.rs:234:13
[INFO] [stdout]     |
[INFO] [stdout] 234 |             throw_unsup_format!("unknown `miri_resolve_frame_names` flags {}", flags);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/helpers.rs:706:25
[INFO] [stdout]     |
[INFO] [stdout] 706 |                         throw_unsup_format!(
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/ffi_support.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |         throw_unsup_format!(
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/helpers.rs:713:13
[INFO] [stdout]     |
[INFO] [stdout] 713 |             throw_unsup_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/ffi_support.rs:153:13
[INFO] [stdout]     |
[INFO] [stdout] 153 |             throw_unsup_format!("unsupported return type to external C function: {:?}", link_name);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/helpers.rs:739:13
[INFO] [stdout]     |
[INFO] [stdout] 739 |             throw_unsup_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:102:25
[INFO] [stdout]     |
[INFO] [stdout] 102 |                         throw_machine_stop!(TerminationInfo::Exit { code: code.into(), leak_check: false });
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/helpers.rs:960:13
[INFO] [stdout]     |
[INFO] [stdout] 960 |             throw_ub_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:106:25
[INFO] [stdout]     |
[INFO] [stdout] 106 |                         throw_machine_stop!(TerminationInfo::Abort(
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:126:17
[INFO] [stdout]     |
[INFO] [stdout] 126 |                 trace!("{:?}", this.dump_place(&dest.clone().into()));
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]     --> src/helpers.rs:1007:13
[INFO] [stdout]      |
[INFO] [stdout] 1007 |             throw_unsup_format!("{}", error_msg.as_ref());
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:214:41
[INFO] [stdout]     |
[INFO] [stdout] 214 | ...                   throw_machine_stop!(
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope
[INFO] [stdout]     --> src/helpers.rs:1028:13
[INFO] [stdout]      |
[INFO] [stdout] 1028 |             throw_machine_stop!(TerminationInfo::SymbolShimClashing {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:224:41
[INFO] [stdout]     |
[INFO] [stdout] 224 | ...                   throw_machine_stop!(
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `span_bug` in this scope
[INFO] [stdout]     --> src/helpers.rs:1097:21
[INFO] [stdout]      |
[INFO] [stdout] 1097 |                     span_bug!(
[INFO] [stdout]      |                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:236:37
[INFO] [stdout]     |
[INFO] [stdout] 236 | ...                   throw_ub_format!(
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]     --> src/helpers.rs:1106:13
[INFO] [stdout]      |
[INFO] [stdout] 1106 |             bug!("float_to_int_checked: non-float input type {}", src.layout.ty)
[INFO] [stdout]      |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:349:21
[INFO] [stdout]     |
[INFO] [stdout] 349 |             arch => bug!("unsupported target architecture for malloc: `{}`", arch),
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_machine_stop` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:468:21
[INFO] [stdout]     |
[INFO] [stdout] 468 |                     err_machine_stop!(TerminationInfo::Abort(format!(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `span_bug` in this scope
[INFO] [stdout]     --> src/helpers.rs:1147:18
[INFO] [stdout]      |
[INFO] [stdout] 1147 |             _ => span_bug!(this.cur_span(), "unexpected type: {ty:?}"),
[INFO] [stdout]      |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:500:21
[INFO] [stdout]     |
[INFO] [stdout] 500 |                     throw_unsup_format!(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]     --> src/helpers.rs:1162:13
[INFO] [stdout]      |
[INFO] [stdout] 1162 |             throw_ub_format!(
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:566:21
[INFO] [stdout]     |
[INFO] [stdout] 566 |                     throw_unsup_format!(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]     --> src/helpers.rs:1220:5
[INFO] [stdout]      |
[INFO] [stdout] 1220 |     throw_ub_format!("incorrect number of arguments: got {}, expected {}", args.len(), N)
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:580:21
[INFO] [stdout]     |
[INFO] [stdout] 580 |                     throw_unsup_format!(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope
[INFO] [stdout]     --> src/helpers.rs:1224:5
[INFO] [stdout]      |
[INFO] [stdout] 1224 |     throw_machine_stop!(TerminationInfo::UnsupportedInIsolation(format!(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_ub_format` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:615:36
[INFO] [stdout]     |
[INFO] [stdout] 615 |                     .ok_or_else(|| err_ub_format!("overflow during calloc size computation"))?;
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:903:26
[INFO] [stdout]     |
[INFO] [stdout] 903 |                     _ => bug!(),
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]     --> src/helpers.rs:1261:14
[INFO] [stdout]      |
[INFO] [stdout] 1261 |         _ => throw_ub_format!("each element of a SIMD mask must be all-0-bits or all-1-bits"),
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:926:26
[INFO] [stdout]     |
[INFO] [stdout] 926 |                     _ => bug!(),
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]     --> src/machine.rs:1068:17
[INFO] [stdout]      |
[INFO] [stdout] 1068 |                 throw_unsup_format!(
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:960:26
[INFO] [stdout]     |
[INFO] [stdout] 960 |                     _ => bug!(),
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]     --> src/machine.rs:1083:13
[INFO] [stdout]      |
[INFO] [stdout] 1083 |             throw_unsup_format!(
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:983:26
[INFO] [stdout]     |
[INFO] [stdout] 983 |                     _ => bug!(),
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `info` in this scope
[INFO] [stdout]     --> src/machine.rs:1460:9
[INFO] [stdout]      |
[INFO] [stdout] 1460 |         info!("Leaving {}", ecx.frame().instance);
[INFO] [stdout]      |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]     --> src/shims/foreign_items.rs:1040:25
[INFO] [stdout]      |
[INFO] [stdout] 1040 |                         throw_unsup_format!("invalid `rw` value passed to `llvm.prefetch`: {}", rw);
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `info` in this scope
[INFO] [stdout]     --> src/machine.rs:1490:13
[INFO] [stdout]      |
[INFO] [stdout] 1490 |             info!("Continuing in {}", ecx.frame().instance);
[INFO] [stdout]      |             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]     --> src/shims/foreign_items.rs:1043:25
[INFO] [stdout]      |
[INFO] [stdout] 1043 |                         throw_unsup_format!(
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]     --> src/shims/foreign_items.rs:1049:21
[INFO] [stdout]      |
[INFO] [stdout] 1049 |                     throw_unsup_format!("unsupported `llvm.prefetch` type argument: {}", ty);
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]   --> src/operator.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         trace!("ptr_op: {:?} {:?} {:?}", *left, bin_op, *right);
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]     --> src/shims/foreign_items.rs:1062:25
[INFO] [stdout]      |
[INFO] [stdout] 1062 |                         throw_unsup_format!("unsupported llvm.aarch64.isb argument {}", arg);
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]   --> src/operator.rs:46:26
[INFO] [stdout]    |
[INFO] [stdout] 46 |                     _ => bug!(),
[INFO] [stdout]    |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]     --> src/shims/foreign_items.rs:1077:25
[INFO] [stdout]      |
[INFO] [stdout] 1077 |                         throw_unsup_format!("unsupported llvm.arm.hint argument {}", arg);
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `span_bug` in this scope
[INFO] [stdout]   --> src/operator.rs:75:18
[INFO] [stdout]    |
[INFO] [stdout] 75 |             _ => span_bug!(this.cur_span(), "Invalid operator on pointers: {:?}", bin_op),
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]     --> src/shims/foreign_items.rs:1137:13
[INFO] [stdout]      |
[INFO] [stdout] 1137 |             throw_ub_format!("creating allocation with size 0");
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]     --> src/shims/foreign_items.rs:1140:13
[INFO] [stdout]      |
[INFO] [stdout] 1140 |             throw_ub_format!("creating allocation with non-power-of-two alignment {}", align);
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/backtrace.rs:22:13
[INFO] [stdout]    |
[INFO] [stdout] 22 |             throw_unsup_format!("unknown `miri_backtrace_size` flags {}", flags);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/intrinsics/atomic.rs:32:22
[INFO] [stdout]    |
[INFO] [stdout] 32 |                 _ => throw_unsup_format!("unsupported read ordering `{ord}`"),
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]   --> src/shims/backtrace.rs:43:13
[INFO] [stdout]    |
[INFO] [stdout] 43 |             throw_ub_format!("expected at least 1 argument")
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/intrinsics/atomic.rs:41:22
[INFO] [stdout]    |
[INFO] [stdout] 41 |                 _ => throw_unsup_format!("unsupported write ordering `{ord}`"),
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/backtrace.rs:109:18
[INFO] [stdout]     |
[INFO] [stdout] 109 |             _ => throw_unsup_format!("unknown `miri_get_backtrace` flags {}", flags),
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/intrinsics/atomic.rs:52:22
[INFO] [stdout]    |
[INFO] [stdout] 52 |                 _ => throw_unsup_format!("unsupported read-write ordering `{ord}`"),
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/backtrace.rs:131:13
[INFO] [stdout]     |
[INFO] [stdout] 131 |             throw_ub_format!("expected static function pointer, found {:?}", ptr);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/intrinsics/atomic.rs:62:22
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 _ => throw_unsup_format!("unsupported fence ordering `{ord}`"),
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/atomic.rs:116:18
[INFO] [stdout]     |
[INFO] [stdout] 116 |             _ => throw_unsup_format!("unimplemented intrinsic: `atomic_{intrinsic_name}`"),
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/backtrace.rs:166:13
[INFO] [stdout]     |
[INFO] [stdout] 166 |             throw_ub_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `span_bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/atomic.rs:195:13
[INFO] [stdout]     |
[INFO] [stdout] 195 |             span_bug!(
[INFO] [stdout]     |             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/backtrace.rs:179:17
[INFO] [stdout]     |
[INFO] [stdout] 179 |                 throw_ub_format!(
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `span_bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/atomic.rs:201:13
[INFO] [stdout]     |
[INFO] [stdout] 201 |             span_bug!(this.cur_span(), "atomic arithmetic operation type mismatch");
[INFO] [stdout]     |             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/backtrace.rs:206:18
[INFO] [stdout]     |
[INFO] [stdout] 206 |             _ => throw_unsup_format!("unknown `miri_resolve_frame` flags {}", flags),
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `span_bug` in this scope
[INFO] [stdout]   --> src/shims/intrinsics/simd.rs:87:33
[INFO] [stdout]    |
[INFO] [stdout] 87 | ...                   span_bug!(this.cur_span(), "{} operand is not a float", intrinsic_name)
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/backtrace.rs:234:13
[INFO] [stdout]     |
[INFO] [stdout] 234 |             throw_unsup_format!("unknown `miri_resolve_frame_names` flags {}", flags);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `span_bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/simd.rs:100:33
[INFO] [stdout]     |
[INFO] [stdout] 100 | ...                   span_bug!(this.cur_span(), "{} operand is not a float", intrinsic_name)
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/simd.rs:117:46
[INFO] [stdout]     |
[INFO] [stdout] 117 | ...                   _ => bug!(),
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/ffi_support.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |         throw_unsup_format!(
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/simd.rs:135:46
[INFO] [stdout]     |
[INFO] [stdout] 135 | ...                   _ => bug!(),
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/ffi_support.rs:153:13
[INFO] [stdout]     |
[INFO] [stdout] 153 |             throw_unsup_format!("unsupported return type to external C function: {:?}", link_name);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `span_bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/simd.rs:146:33
[INFO] [stdout]     |
[INFO] [stdout] 146 | ...                   span_bug!(this.cur_span(), "{} operand is not a float", intrinsic_name)
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:102:25
[INFO] [stdout]     |
[INFO] [stdout] 102 |                         throw_machine_stop!(TerminationInfo::Exit { code: code.into(), leak_check: false });
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/simd.rs:249:37
[INFO] [stdout]     |
[INFO] [stdout] 249 | ...                   throw_ub_format!("overflowing shift by {r_val} in `simd_{intrinsic_name}` in SIMD lane {i}");
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:106:25
[INFO] [stdout]     |
[INFO] [stdout] 106 |                         throw_machine_stop!(TerminationInfo::Abort(
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `span_bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/simd.rs:303:25
[INFO] [stdout]     |
[INFO] [stdout] 303 |                         span_bug!(this.cur_span(), "{} operand is not a float", intrinsic_name)
[INFO] [stdout]     |                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/simd.rs:481:25
[INFO] [stdout]     |
[INFO] [stdout] 481 |                         throw_ub_format!(
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:126:17
[INFO] [stdout]     |
[INFO] [stdout] 126 |                 trace!("{:?}", this.dump_place(&dest.clone().into()));
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_ub_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/simd.rs:549:37
[INFO] [stdout]     |
[INFO] [stdout] 549 | ...                   err_ub_format!(
[INFO] [stdout]     |                       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:214:41
[INFO] [stdout]     |
[INFO] [stdout] 214 | ...                   throw_machine_stop!(
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/simd.rs:565:29
[INFO] [stdout]     |
[INFO] [stdout] 565 | ...                   throw_unsup_format!(
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:224:41
[INFO] [stdout]     |
[INFO] [stdout] 224 | ...                   throw_machine_stop!(
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/simd.rs:604:25
[INFO] [stdout]     |
[INFO] [stdout] 604 |                         throw_ub_format!(
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:236:37
[INFO] [stdout]     |
[INFO] [stdout] 236 | ...                   throw_ub_format!(
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `span_bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/simd.rs:619:21
[INFO] [stdout]     |
[INFO] [stdout] 619 |                     span_bug!(
[INFO] [stdout]     |                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/simd.rs:644:25
[INFO] [stdout]     |
[INFO] [stdout] 644 |                         throw_ub_format!(
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:349:21
[INFO] [stdout]     |
[INFO] [stdout] 349 |             arch => bug!("unsupported target architecture for malloc: `{}`", arch),
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/simd.rs:746:21
[INFO] [stdout]     |
[INFO] [stdout] 746 |             name => throw_unsup_format!("unimplemented intrinsic: `simd_{name}`"),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_machine_stop` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:468:21
[INFO] [stdout]     |
[INFO] [stdout] 468 |                     err_machine_stop!(TerminationInfo::Abort(format!(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/simd.rs:760:13
[INFO] [stdout]     |
[INFO] [stdout] 760 |             bug!("fmax operand is not a float")
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:500:21
[INFO] [stdout]     |
[INFO] [stdout] 500 |                     throw_unsup_format!(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope
[INFO] [stdout]   --> src/shims/intrinsics/mod.rs:42:17
[INFO] [stdout]    |
[INFO] [stdout] 42 |                 throw_machine_stop!(TerminationInfo::Abort(
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:566:21
[INFO] [stdout]     |
[INFO] [stdout] 566 |                     throw_unsup_format!(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/intrinsics/mod.rs:51:21
[INFO] [stdout]    |
[INFO] [stdout] 51 |             None => throw_unsup_format!("unimplemented (diverging) intrinsic: `{intrinsic_name}`"),
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]   --> src/shims/intrinsics/mod.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |         trace!("{:?}", this.dump_place(&dest.clone().into()));
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:580:21
[INFO] [stdout]     |
[INFO] [stdout] 580 |                     throw_unsup_format!(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_ub_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:127:21
[INFO] [stdout]     |
[INFO] [stdout] 127 |                     err_ub_format!("overflow computing total size of `{intrinsic_name}`")
[INFO] [stdout]     |                     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_ub_format` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:615:36
[INFO] [stdout]     |
[INFO] [stdout] 615 |                     .ok_or_else(|| err_ub_format!("overflow during calloc size computation"))?;
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:178:26
[INFO] [stdout]     |
[INFO] [stdout] 178 |                     _ => bug!(),
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:903:26
[INFO] [stdout]     |
[INFO] [stdout] 903 |                     _ => bug!(),
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:207:26
[INFO] [stdout]     |
[INFO] [stdout] 207 |                     _ => bug!(),
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:223:26
[INFO] [stdout]     |
[INFO] [stdout] 223 |                     _ => bug!(),
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:926:26
[INFO] [stdout]     |
[INFO] [stdout] 926 |                     _ => bug!(),
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:252:26
[INFO] [stdout]     |
[INFO] [stdout] 252 |                     _ => bug!(),
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:960:26
[INFO] [stdout]     |
[INFO] [stdout] 960 |                     _ => bug!(),
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:275:26
[INFO] [stdout]     |
[INFO] [stdout] 275 |                     _ => bug!(),
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/foreign_items.rs:983:26
[INFO] [stdout]     |
[INFO] [stdout] 983 |                     _ => bug!(),
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:279:25
[INFO] [stdout]     |
[INFO] [stdout] 279 |                         bug!("float_finite: non-float input type {}", x.layout.ty)
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:289:39
[INFO] [stdout]     |
[INFO] [stdout] 289 |                     (false, false) => throw_ub_format!(
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]     --> src/shims/foreign_items.rs:1040:25
[INFO] [stdout]      |
[INFO] [stdout] 1040 |                         throw_unsup_format!("invalid `rw` value passed to `llvm.prefetch`: {}", rw);
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:292:35
[INFO] [stdout]     |
[INFO] [stdout] 292 |                     (false, _) => throw_ub_format!(
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]     --> src/shims/foreign_items.rs:1043:25
[INFO] [stdout]      |
[INFO] [stdout] 1043 |                         throw_unsup_format!(
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:295:35
[INFO] [stdout]     |
[INFO] [stdout] 295 |                     (_, false) => throw_ub_format!(
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]     --> src/shims/foreign_items.rs:1049:21
[INFO] [stdout]      |
[INFO] [stdout] 1049 |                     throw_unsup_format!("unsupported `llvm.prefetch` type argument: {}", ty);
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:302:21
[INFO] [stdout]     |
[INFO] [stdout] 302 |                     throw_ub_format!("`{intrinsic_name}` intrinsic produced non-finite value as result");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:321:26
[INFO] [stdout]     |
[INFO] [stdout] 321 |                     _ => bug!(),
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]     --> src/shims/foreign_items.rs:1062:25
[INFO] [stdout]      |
[INFO] [stdout] 1062 |                         throw_unsup_format!("unsupported llvm.aarch64.isb argument {}", arg);
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:338:26
[INFO] [stdout]     |
[INFO] [stdout] 338 |                     _ => bug!(),
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]     --> src/shims/foreign_items.rs:1077:25
[INFO] [stdout]      |
[INFO] [stdout] 1077 |                         throw_unsup_format!("unsupported llvm.arm.hint argument {}", arg);
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_ub_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:412:25
[INFO] [stdout]     |
[INFO] [stdout] 412 |                         err_ub_format!(
[INFO] [stdout]     |                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]     --> src/shims/foreign_items.rs:1137:13
[INFO] [stdout]      |
[INFO] [stdout] 1137 |             throw_ub_format!("creating allocation with size 0");
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:425:17
[INFO] [stdout]     |
[INFO] [stdout] 425 |                 throw_machine_stop!(TerminationInfo::Abort(format!("trace/breakpoint trap")))
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:428:21
[INFO] [stdout]     |
[INFO] [stdout] 428 |             name => throw_unsup_format!("unimplemented intrinsic: `{name}`"),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]     --> src/shims/foreign_items.rs:1140:13
[INFO] [stdout]      |
[INFO] [stdout] 1140 |             throw_ub_format!("creating allocation with non-power-of-two alignment {}", align);
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]   --> src/shims/unix/foreign_items.rs:98:17
[INFO] [stdout]    |
[INFO] [stdout] 98 |                 trace!("Called write({:?}, {:?}, {:?})", fd, buf, count);
[INFO] [stdout]    |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/intrinsics/atomic.rs:32:22
[INFO] [stdout]    |
[INFO] [stdout] 32 |                 _ => throw_unsup_format!("unsupported read ordering `{ord}`"),
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/foreign_items.rs:289:21
[INFO] [stdout]     |
[INFO] [stdout] 289 |                     throw_unsup_format!(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/intrinsics/atomic.rs:41:22
[INFO] [stdout]    |
[INFO] [stdout] 41 |                 _ => throw_unsup_format!("unsupported write ordering `{ord}`"),
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/foreign_items.rs:356:21
[INFO] [stdout]     |
[INFO] [stdout] 356 |                     throw_unsup_format!("unimplemented sysconf name: {}", name)
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/foreign_items.rs:377:36
[INFO] [stdout]     |
[INFO] [stdout] 377 |                     .ok_or_else(|| err_ub_format!(
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/intrinsics/atomic.rs:52:22
[INFO] [stdout]    |
[INFO] [stdout] 52 |                 _ => throw_unsup_format!("unsupported read-write ordering `{ord}`"),
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/foreign_items.rs:596:21
[INFO] [stdout]     |
[INFO] [stdout] 596 |                     throw_unsup_format!(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/intrinsics/atomic.rs:62:22
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 _ => throw_unsup_format!("unsupported fence ordering `{ord}`"),
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/foreign_items.rs:703:21
[INFO] [stdout]     |
[INFO] [stdout] 703 |                     throw_unsup_format!("`getpwuid_r` on other users is not supported");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/atomic.rs:116:18
[INFO] [stdout]     |
[INFO] [stdout] 116 |             _ => throw_unsup_format!("unimplemented intrinsic: `atomic_{intrinsic_name}`"),
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/foreign_items.rs:729:21
[INFO] [stdout]     |
[INFO] [stdout] 729 |                     throw_unsup_format!(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/unix/fd.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |         throw_unsup_format!("cannot read from {}", self.name());
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `span_bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/atomic.rs:195:13
[INFO] [stdout]     |
[INFO] [stdout] 195 |             span_bug!(
[INFO] [stdout]     |             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/unix/fd.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |         throw_unsup_format!("cannot write to {}", self.name());
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `span_bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/atomic.rs:201:13
[INFO] [stdout]     |
[INFO] [stdout] 201 |             span_bug!(this.cur_span(), "atomic arithmetic operation type mismatch");
[INFO] [stdout]     |             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/unix/fd.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         throw_unsup_format!("cannot seek on {}", self.name());
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `span_bug` in this scope
[INFO] [stdout]   --> src/shims/intrinsics/simd.rs:87:33
[INFO] [stdout]    |
[INFO] [stdout] 87 | ...                   span_bug!(this.cur_span(), "{} operand is not a float", intrinsic_name)
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/unix/fd.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 |         throw_unsup_format!("cannot close {}", self.name());
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/fd.rs:265:13
[INFO] [stdout]     |
[INFO] [stdout] 265 |             throw_ub_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `span_bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/simd.rs:100:33
[INFO] [stdout]     |
[INFO] [stdout] 100 | ...                   span_bug!(this.cur_span(), "{} operand is not a float", intrinsic_name)
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/fd.rs:292:17
[INFO] [stdout]     |
[INFO] [stdout] 292 |                 throw_ub_format!(
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/simd.rs:117:46
[INFO] [stdout]     |
[INFO] [stdout] 117 | ...                   _ => bug!(),
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/fd.rs:322:13
[INFO] [stdout]     |
[INFO] [stdout] 322 |             throw_unsup_format!("the {:#x} command is not supported for `fcntl`)", cmd);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/simd.rs:135:46
[INFO] [stdout]     |
[INFO] [stdout] 135 | ...                   _ => bug!(),
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/shims/unix/fd.rs:360:9
[INFO] [stdout]     |
[INFO] [stdout] 360 |         trace!("Reading from FD {}, size {}", fd, count);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `span_bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/simd.rs:146:33
[INFO] [stdout]     |
[INFO] [stdout] 146 | ...                   span_bug!(this.cur_span(), "{} operand is not a float", intrinsic_name)
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/shims/unix/fd.rs:373:13
[INFO] [stdout]     |
[INFO] [stdout] 373 |             trace!("read: FD mapped to {:?}", file_descriptor);
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/shims/unix/fd.rs:396:13
[INFO] [stdout]     |
[INFO] [stdout] 396 |             trace!("read: FD not found");
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/simd.rs:249:37
[INFO] [stdout]     |
[INFO] [stdout] 249 | ...                   throw_ub_format!("overflowing shift by {r_val} in `simd_{intrinsic_name}` in SIMD lane {i}");
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/fs.rs:183:25
[INFO] [stdout]     |
[INFO] [stdout] 183 |                         throw_unsup_format!(
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `span_bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/simd.rs:303:25
[INFO] [stdout]     |
[INFO] [stdout] 303 |                         span_bug!(this.cur_span(), "{} operand is not a float", intrinsic_name)
[INFO] [stdout]     |                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/fs.rs:278:13
[INFO] [stdout]     |
[INFO] [stdout] 278 |             throw_ub_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/simd.rs:481:25
[INFO] [stdout]     |
[INFO] [stdout] 481 |                         throw_ub_format!(
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/fs.rs:298:13
[INFO] [stdout]     |
[INFO] [stdout] 298 |             throw_unsup_format!("access mode flags on this target are unsupported");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_ub_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/simd.rs:549:37
[INFO] [stdout]     |
[INFO] [stdout] 549 | ...                   err_ub_format!(
[INFO] [stdout]     |                       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/fs.rs:313:13
[INFO] [stdout]     |
[INFO] [stdout] 313 |             throw_unsup_format!("unsupported access mode {:#x}", access_mode);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/fs.rs:338:17
[INFO] [stdout]     |
[INFO] [stdout] 338 |                 throw_ub_format!(
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/simd.rs:565:29
[INFO] [stdout]     |
[INFO] [stdout] 565 | ...                   throw_unsup_format!(
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/fs.rs:389:13
[INFO] [stdout]     |
[INFO] [stdout] 389 |             throw_unsup_format!("unsupported flags {:#x}", flag & !mirror);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/simd.rs:604:25
[INFO] [stdout]     |
[INFO] [stdout] 604 |                         throw_ub_format!(
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/fs.rs:620:13
[INFO] [stdout]     |
[INFO] [stdout] 620 |             throw_unsup_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `span_bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/simd.rs:619:21
[INFO] [stdout]     |
[INFO] [stdout] 619 |                     span_bug!(
[INFO] [stdout]     |                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/unix/fs.rs:675:33
[INFO] [stdout]     |
[INFO] [stdout] 675 |             .unwrap_or_else(|_| bug!("libc contains bad value for constant"));
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/simd.rs:644:25
[INFO] [stdout]     |
[INFO] [stdout] 644 |                         throw_ub_format!(
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/fs.rs:900:13
[INFO] [stdout]     |
[INFO] [stdout] 900 |             err_unsup_format!("the DIR pointer passed to readdir64 did not come from opendir")
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/fs.rs:993:13
[INFO] [stdout]     |
[INFO] [stdout] 993 |             err_unsup_format!("the DIR pointer passed to readdir_r did not come from opendir")
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/simd.rs:746:21
[INFO] [stdout]     |
[INFO] [stdout] 746 |             name => throw_unsup_format!("unimplemented intrinsic: `simd_{name}`"),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]     --> src/shims/unix/fs.rs:1022:21
[INFO] [stdout]      |
[INFO] [stdout] 1022 |                     throw_unsup_format!(
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/simd.rs:760:13
[INFO] [stdout]     |
[INFO] [stdout] 760 |             bug!("fmax operand is not a float")
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]     --> src/shims/unix/fs.rs:1087:25
[INFO] [stdout]      |
[INFO] [stdout] 1087 |                         throw_unsup_format!(
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope
[INFO] [stdout]   --> src/shims/intrinsics/mod.rs:42:17
[INFO] [stdout]    |
[INFO] [stdout] 42 |                 throw_machine_stop!(TerminationInfo::Abort(
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]     --> src/shims/unix/fs.rs:1131:21
[INFO] [stdout]      |
[INFO] [stdout] 1131 |                     err_unsup_format!(
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/intrinsics/mod.rs:51:21
[INFO] [stdout]    |
[INFO] [stdout] 51 |             None => throw_unsup_format!("unimplemented (diverging) intrinsic: `{intrinsic_name}`"),
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]     --> src/shims/unix/fs.rs:1183:17
[INFO] [stdout]      |
[INFO] [stdout] 1183 |                 err_unsup_format!("`fsync` is only supported on file-backed file descriptors")
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]     --> src/shims/unix/fs.rs:1207:17
[INFO] [stdout]      |
[INFO] [stdout] 1207 |                 err_unsup_format!("`fdatasync` is only supported on file-backed file descriptors")
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]   --> src/shims/intrinsics/mod.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |         trace!("{:?}", this.dump_place(&dest.clone().into()));
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]     --> src/shims/unix/fs.rs:1254:17
[INFO] [stdout]      |
[INFO] [stdout] 1254 |                 err_unsup_format!(
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_ub_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:127:21
[INFO] [stdout]     |
[INFO] [stdout] 127 |                     err_ub_format!("overflow computing total size of `{intrinsic_name}`")
[INFO] [stdout]     |                     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]     --> src/shims/unix/fs.rs:1565:25
[INFO] [stdout]      |
[INFO] [stdout] 1565 |                         err_unsup_format!(
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:178:26
[INFO] [stdout]     |
[INFO] [stdout] 178 |                     _ => bug!(),
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/unix/mem.rs:68:13
[INFO] [stdout]    |
[INFO] [stdout] 68 |             throw_unsup_format!("Miri does not support file-backed memory mappings");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:207:26
[INFO] [stdout]     |
[INFO] [stdout] 207 |                     _ => bug!(),
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/unix/mem.rs:87:13
[INFO] [stdout]    |
[INFO] [stdout] 87 |             throw_unsup_format!(
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:223:26
[INFO] [stdout]     |
[INFO] [stdout] 223 |                     _ => bug!(),
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/unix/mem.rs:94:13
[INFO] [stdout]    |
[INFO] [stdout] 94 |             throw_unsup_format!("Miri does not support non-zero offsets to mmap");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:252:26
[INFO] [stdout]     |
[INFO] [stdout] 252 |                     _ => bug!(),
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:263:13
[INFO] [stdout]     |
[INFO] [stdout] 263 |             throw_unsup_format!("awaiting on a lock acquired multiple times is not supported");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:266:9
[INFO] [stdout]     |
[INFO] [stdout] 266 |         throw_ub_format!("awaiting on unlocked or owned by a different thread mutex");
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:275:26
[INFO] [stdout]     |
[INFO] [stdout] 275 |                     _ => bug!(),
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:281:13
[INFO] [stdout]     |
[INFO] [stdout] 281 |             throw_unsup_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:279:25
[INFO] [stdout]     |
[INFO] [stdout] 279 |                         bug!("float_finite: non-float input type {}", x.layout.ty)
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:370:13
[INFO] [stdout]     |
[INFO] [stdout] 370 |             throw_unsup_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:289:39
[INFO] [stdout]     |
[INFO] [stdout] 289 |                     (false, false) => throw_ub_format!(
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:407:21
[INFO] [stdout]     |
[INFO] [stdout] 407 |                     throw_ub_format!("trying to acquire already locked default mutex");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:292:35
[INFO] [stdout]     |
[INFO] [stdout] 292 |                     (false, _) => throw_ub_format!(
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:409:21
[INFO] [stdout]     |
[INFO] [stdout] 409 |                     throw_machine_stop!(TerminationInfo::Deadlock);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:295:35
[INFO] [stdout]     |
[INFO] [stdout] 295 |                     (_, false) => throw_ub_format!(
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:416:21
[INFO] [stdout]     |
[INFO] [stdout] 416 |                     throw_unsup_format!(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:302:21
[INFO] [stdout]     |
[INFO] [stdout] 302 |                     throw_ub_format!("`{intrinsic_name}` intrinsic produced non-finite value as result");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:452:21
[INFO] [stdout]     |
[INFO] [stdout] 452 |                     throw_unsup_format!(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:482:17
[INFO] [stdout]     |
[INFO] [stdout] 482 |                 throw_ub_format!(
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:321:26
[INFO] [stdout]     |
[INFO] [stdout] 321 |                     _ => bug!(),
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:486:17
[INFO] [stdout]     |
[INFO] [stdout] 486 |                 throw_ub_format!(
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:338:26
[INFO] [stdout]     |
[INFO] [stdout] 338 |                     _ => bug!(),
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:494:17
[INFO] [stdout]     |
[INFO] [stdout] 494 |                 throw_unsup_format!("called pthread_mutex_unlock on an unsupported type of mutex");
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_ub_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:412:25
[INFO] [stdout]     |
[INFO] [stdout] 412 |                         err_ub_format!(
[INFO] [stdout]     |                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:508:13
[INFO] [stdout]     |
[INFO] [stdout] 508 |             throw_ub_format!("destroyed a locked mutex");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:425:17
[INFO] [stdout]     |
[INFO] [stdout] 425 |                 throw_machine_stop!(TerminationInfo::Abort(format!("trace/breakpoint trap")))
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:531:13
[INFO] [stdout]     |
[INFO] [stdout] 531 |             throw_unsup_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/intrinsics/mod.rs:428:21
[INFO] [stdout]     |
[INFO] [stdout] 428 |             name => throw_unsup_format!("unimplemented intrinsic: `{name}`"),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:556:13
[INFO] [stdout]     |
[INFO] [stdout] 556 |             throw_unsup_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:580:13
[INFO] [stdout]     |
[INFO] [stdout] 580 |             throw_unsup_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]   --> src/shims/unix/foreign_items.rs:98:17
[INFO] [stdout]    |
[INFO] [stdout] 98 |                 trace!("Called write({:?}, {:?}, {:?})", fd, buf, count);
[INFO] [stdout]    |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:617:13
[INFO] [stdout]     |
[INFO] [stdout] 617 |             throw_unsup_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/foreign_items.rs:289:21
[INFO] [stdout]     |
[INFO] [stdout] 289 |                     throw_unsup_format!(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:641:13
[INFO] [stdout]     |
[INFO] [stdout] 641 |             throw_unsup_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/foreign_items.rs:356:21
[INFO] [stdout]     |
[INFO] [stdout] 356 |                     throw_unsup_format!("unimplemented sysconf name: {}", name)
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:656:13
[INFO] [stdout]     |
[INFO] [stdout] 656 |             throw_ub_format!("unlocked an rwlock that was not locked by the active thread");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/foreign_items.rs:377:36
[INFO] [stdout]     |
[INFO] [stdout] 377 |                     .ok_or_else(|| err_ub_format!(
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:667:13
[INFO] [stdout]     |
[INFO] [stdout] 667 |             throw_unsup_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:676:13
[INFO] [stdout]     |
[INFO] [stdout] 676 |             throw_ub_format!("destroyed a locked rwlock");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/foreign_items.rs:596:21
[INFO] [stdout]     |
[INFO] [stdout] 596 |                     throw_unsup_format!(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:698:13
[INFO] [stdout]     |
[INFO] [stdout] 698 |             throw_unsup_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/foreign_items.rs:703:21
[INFO] [stdout]     |
[INFO] [stdout] 703 |                     throw_unsup_format!("`getpwuid_r` on other users is not supported");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:771:13
[INFO] [stdout]     |
[INFO] [stdout] 771 |             throw_unsup_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/foreign_items.rs:729:21
[INFO] [stdout]     |
[INFO] [stdout] 729 |                     throw_unsup_format!(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:873:13
[INFO] [stdout]     |
[INFO] [stdout] 873 |             throw_unsup_format!("unsupported clock id: {}", clock_id);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/unix/fd.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |         throw_unsup_format!("cannot read from {}", self.name());
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:932:13
[INFO] [stdout]     |
[INFO] [stdout] 932 |             throw_ub_format!("destroying an awaited conditional variable");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/unix/thread.rs:42:13
[INFO] [stdout]    |
[INFO] [stdout] 42 |             throw_unsup_format!("Miri supports pthread_join only with retval==NULL");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/unix/fd.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |         throw_unsup_format!("cannot write to {}", self.name());
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/unix/linux/epoll.rs:70:13
[INFO] [stdout]    |
[INFO] [stdout] 70 |             throw_unsup_format!("epoll_create1 flags {flags} are not implemented");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/unix/fd.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         throw_unsup_format!("cannot seek on {}", self.name());
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/linux/epoll.rs:120:36
[INFO] [stdout]     |
[INFO] [stdout] 120 |                     .ok_or_else(|| err_unsup_format!("non-epoll FD passed to `epoll_ctl`"))?;
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/unix/fd.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 |         throw_unsup_format!("cannot close {}", self.name());
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/linux/epoll.rs:131:36
[INFO] [stdout]     |
[INFO] [stdout] 131 |                     .ok_or_else(|| err_unsup_format!("non-epoll FD passed to `epoll_ctl`"))?;
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/fd.rs:265:13
[INFO] [stdout]     |
[INFO] [stdout] 265 |             throw_ub_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/linux/epoll.rs:191:32
[INFO] [stdout]     |
[INFO] [stdout] 191 |                 .ok_or_else(|| err_unsup_format!("non-epoll FD passed to `epoll_wait`"))?;
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/fd.rs:292:17
[INFO] [stdout]     |
[INFO] [stdout] 292 |                 throw_ub_format!(
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/linux/epoll.rs:194:13
[INFO] [stdout]     |
[INFO] [stdout] 194 |             throw_unsup_format!("returning ready events from epoll_wait is not yet implemented");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/linux/eventfd.rs:110:13
[INFO] [stdout]     |
[INFO] [stdout] 110 |             throw_unsup_format!("eventfd: flag {flags:#x} is unsupported");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/fd.rs:322:13
[INFO] [stdout]     |
[INFO] [stdout] 322 |             throw_unsup_format!("the {:#x} command is not supported for `fcntl`)", cmd);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/linux/eventfd.rs:119:13
[INFO] [stdout]     |
[INFO] [stdout] 119 |             throw_unsup_format!("eventfd: EFD_SEMAPHORE is unsupported");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/shims/unix/fd.rs:360:9
[INFO] [stdout]     |
[INFO] [stdout] 360 |         trace!("Reading from FD {}, size {}", fd, count);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/linux/foreign_items.rs:159:21
[INFO] [stdout]     |
[INFO] [stdout] 159 |                     throw_ub_format!(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/shims/unix/fd.rs:373:13
[INFO] [stdout]     |
[INFO] [stdout] 373 |             trace!("read: FD mapped to {:?}", file_descriptor);
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/linux/foreign_items.rs:169:29
[INFO] [stdout]     |
[INFO] [stdout] 169 | ...                   throw_ub_format!(
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/shims/unix/fd.rs:396:13
[INFO] [stdout]     |
[INFO] [stdout] 396 |             trace!("read: FD not found");
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/linux/foreign_items.rs:181:29
[INFO] [stdout]     |
[INFO] [stdout] 181 | ...                   throw_ub_format!(
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/unix/linux/mem.rs:31:13
[INFO] [stdout]    |
[INFO] [stdout] 31 |             throw_unsup_format!("Miri does not support mremap wth MREMAP_FIXED");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/fs.rs:183:25
[INFO] [stdout]     |
[INFO] [stdout] 183 |                         throw_unsup_format!(
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/unix/linux/mem.rs:35:13
[INFO] [stdout]    |
[INFO] [stdout] 35 |             throw_unsup_format!("Miri does not support mremap wth MREMAP_DONTUNMAP");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/fs.rs:278:13
[INFO] [stdout]     |
[INFO] [stdout] 278 |             throw_ub_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]   --> src/shims/unix/linux/sync.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         throw_ub_format!(
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/fs.rs:298:13
[INFO] [stdout]     |
[INFO] [stdout] 298 |             throw_unsup_format!("access mode flags on this target are unsupported");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]   --> src/shims/unix/linux/sync.rs:63:21
[INFO] [stdout]    |
[INFO] [stdout] 63 |                     throw_ub_format!(
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/fs.rs:313:13
[INFO] [stdout]     |
[INFO] [stdout] 313 |             throw_unsup_format!("unsupported access mode {:#x}", access_mode);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]   --> src/shims/unix/linux/sync.rs:73:21
[INFO] [stdout]    |
[INFO] [stdout] 73 |                     throw_ub_format!(
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/fs.rs:338:17
[INFO] [stdout]     |
[INFO] [stdout] 338 |                 throw_ub_format!(
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/linux/sync.rs:227:21
[INFO] [stdout]     |
[INFO] [stdout] 227 |                     throw_ub_format!(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/linux/sync.rs:261:15
[INFO] [stdout]     |
[INFO] [stdout] 261 |         op => throw_unsup_format!("Miri does not support `futex` syscall with op={}", op),
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/fs.rs:389:13
[INFO] [stdout]     |
[INFO] [stdout] 389 |             throw_unsup_format!("unsupported flags {:#x}", flag & !mirror);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/windows/foreign_items.rs:83:21
[INFO] [stdout]    |
[INFO] [stdout] 83 |                     throw_unsup_format!(
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/fs.rs:620:13
[INFO] [stdout]     |
[INFO] [stdout] 620 |             throw_unsup_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/windows/foreign_items.rs:107:21
[INFO] [stdout]     |
[INFO] [stdout] 107 |                     throw_unsup_format!(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bug` in this scope
[INFO] [stdout]    --> src/shims/unix/fs.rs:675:33
[INFO] [stdout]     |
[INFO] [stdout] 675 |             .unwrap_or_else(|_| bug!("libc contains bad value for constant"));
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/windows/foreign_items.rs:128:21
[INFO] [stdout]     |
[INFO] [stdout] 128 |                     throw_unsup_format!(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/fs.rs:900:13
[INFO] [stdout]     |
[INFO] [stdout] 900 |             err_unsup_format!("the DIR pointer passed to readdir64 did not come from opendir")
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/windows/foreign_items.rs:445:29
[INFO] [stdout]     |
[INFO] [stdout] 445 | ...                   throw_unsup_format!(
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/windows/foreign_items.rs:453:29
[INFO] [stdout]     |
[INFO] [stdout] 453 | ...                   throw_unsup_format!(
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/fs.rs:993:13
[INFO] [stdout]     |
[INFO] [stdout] 993 |             err_unsup_format!("the DIR pointer passed to readdir_r did not come from opendir")
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/windows/foreign_items.rs:459:25
[INFO] [stdout]     |
[INFO] [stdout] 459 |                         throw_unsup_format!(
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]     --> src/shims/unix/fs.rs:1022:21
[INFO] [stdout]      |
[INFO] [stdout] 1022 |                     throw_unsup_format!(
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/windows/foreign_items.rs:506:21
[INFO] [stdout]     |
[INFO] [stdout] 506 |                     throw_unsup_format!("`GetModuleFileNameW` only supports the NULL handle");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]     --> src/shims/unix/fs.rs:1087:25
[INFO] [stdout]      |
[INFO] [stdout] 1087 |                         throw_unsup_format!(
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope
[INFO] [stdout]    --> src/shims/windows/handle.rs:153:9
[INFO] [stdout]     |
[INFO] [stdout] 153 |         throw_machine_stop!(TerminationInfo::Abort(format!(
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/windows/sync.rs:42:13
[INFO] [stdout]    |
[INFO] [stdout] 42 |             throw_unsup_format!("unsupported `dwFlags` {flags} in `InitOnceBeginInitialize`");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]     --> src/shims/unix/fs.rs:1131:21
[INFO] [stdout]      |
[INFO] [stdout] 1131 |                     err_unsup_format!(
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/windows/sync.rs:46:13
[INFO] [stdout]    |
[INFO] [stdout] 46 |             throw_unsup_format!("non-null `lpContext` in `InitOnceBeginInitialize`");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]     --> src/shims/unix/fs.rs:1183:17
[INFO] [stdout]      |
[INFO] [stdout] 1183 |                 err_unsup_format!("`fsync` is only supported on file-backed file descriptors")
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/windows/sync.rs:120:13
[INFO] [stdout]     |
[INFO] [stdout] 120 |             throw_unsup_format!("unsupported `dwFlags` {flags} in `InitOnceBeginInitialize`");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]     --> src/shims/unix/fs.rs:1207:17
[INFO] [stdout]      |
[INFO] [stdout] 1207 |                 err_unsup_format!("`fdatasync` is only supported on file-backed file descriptors")
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/windows/sync.rs:124:13
[INFO] [stdout]     |
[INFO] [stdout] 124 |             throw_unsup_format!("non-null `lpContext` in `InitOnceBeginInitialize`");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]     --> src/shims/unix/fs.rs:1254:17
[INFO] [stdout]      |
[INFO] [stdout] 1254 |                 err_unsup_format!(
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/windows/sync.rs:129:13
[INFO] [stdout]     |
[INFO] [stdout] 129 |             throw_ub_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/windows/thread.rs:42:13
[INFO] [stdout]    |
[INFO] [stdout] 42 |             throw_unsup_format!("unsupported `dwCreationFlags` {} in `CreateThread`", flags)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]     --> src/shims/unix/fs.rs:1565:25
[INFO] [stdout]      |
[INFO] [stdout] 1565 |                         err_unsup_format!(
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/windows/thread.rs:46:13
[INFO] [stdout]    |
[INFO] [stdout] 46 |             throw_unsup_format!("non-null `lpThreadAttributes` in `CreateThread`")
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/unix/mem.rs:68:13
[INFO] [stdout]    |
[INFO] [stdout] 68 |             throw_unsup_format!("Miri does not support file-backed memory mappings");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/windows/thread.rs:77:13
[INFO] [stdout]    |
[INFO] [stdout] 77 |             throw_unsup_format!("`WaitForSingleObject` with non-infinite timeout");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/unix/mem.rs:87:13
[INFO] [stdout]    |
[INFO] [stdout] 87 |             throw_unsup_format!(
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/x86/mod.rs:198:13
[INFO] [stdout]     |
[INFO] [stdout] 198 |             throw_unsup_format!("invalid `imm` parameter of {intrinsic}: 0x{imm:x}");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/x86/mod.rs:546:21
[INFO] [stdout]     |
[INFO] [stdout] 546 |         rounding => throw_unsup_format!("unsupported rounding mode 0x{rounding:02x}"),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/unix/mem.rs:94:13
[INFO] [stdout]    |
[INFO] [stdout] 94 |             throw_unsup_format!("Miri does not support non-zero offsets to mmap");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/env.rs:66:29
[INFO] [stdout]    |
[INFO] [stdout] 66 | ...                   throw_unsup_format!(
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:263:13
[INFO] [stdout]     |
[INFO] [stdout] 263 |             throw_unsup_format!("awaiting on a lock acquired multiple times is not supported");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/env.rs:276:13
[INFO] [stdout]     |
[INFO] [stdout] 276 |             throw_ub_format!("pointer to environment variable name is NULL");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:266:9
[INFO] [stdout]     |
[INFO] [stdout] 266 |         throw_ub_format!("awaiting on unlocked or owned by a different thread mutex");
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/env.rs:281:13
[INFO] [stdout]     |
[INFO] [stdout] 281 |             throw_unsup_format!("environment variable name is an empty string");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/env.rs:283:13
[INFO] [stdout]     |
[INFO] [stdout] 283 |             throw_unsup_format!("environment variable name contains '='");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:281:13
[INFO] [stdout]     |
[INFO] [stdout] 281 |             throw_unsup_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/os_str.rs:67:30
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 .map_err(|_| err_unsup_format!("{:?} is not a valid utf-16 string", u16_vec))?;
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:370:13
[INFO] [stdout]     |
[INFO] [stdout] 370 |             throw_unsup_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/os_str.rs:120:32
[INFO] [stdout]     |
[INFO] [stdout] 120 |                 .ok_or_else(|| err_unsup_format!("{:?} is not a valid utf-8 string", os_str).into())
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]   --> src/shims/panic.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |         trace!("miri_start_unwind: {:?}", this.frame().instance);
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:407:21
[INFO] [stdout]     |
[INFO] [stdout] 407 |                     throw_ub_format!("trying to acquire already locked default mutex");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]   --> src/shims/panic.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 99 |         trace!("try_fn: {:?}", f_instance);
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:409:21
[INFO] [stdout]     |
[INFO] [stdout] 409 |                     throw_machine_stop!(TerminationInfo::Deadlock);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/shims/panic.rs:129:9
[INFO] [stdout]     |
[INFO] [stdout] 129 |         trace!("handle_stack_pop_unwind(extra = {:?}, unwinding = {})", extra, unwinding);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:416:21
[INFO] [stdout]     |
[INFO] [stdout] 416 |                     throw_unsup_format!(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/shims/panic.rs:136:13
[INFO] [stdout]     |
[INFO] [stdout] 136 |             trace!(
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/shims/panic.rs:150:13
[INFO] [stdout]     |
[INFO] [stdout] 150 |             trace!("catch_fn: {:?}", f_instance);
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:452:21
[INFO] [stdout]     |
[INFO] [stdout] 452 |                     throw_unsup_format!(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]  --> src/shims/time.rs:9:22
[INFO] [stdout]   |
[INFO] [stdout] 9 |         .map_err(|_| err_unsup_format!("times before the Unix epoch are not supported").into())
[INFO] [stdout]   |                      ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:482:17
[INFO] [stdout]     |
[INFO] [stdout] 482 |                 throw_ub_format!(
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/time.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             target => throw_unsup_format!("`clock_gettime` is not supported on target OS {target}"),
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:486:17
[INFO] [stdout]     |
[INFO] [stdout] 486 |                 throw_ub_format!(
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/time.rs:132:26
[INFO] [stdout]     |
[INFO] [stdout] 132 |             .map_err(|_| err_unsup_format!("programs running more than 2^64 Windows ticks after the Windows epoch are not supported"))?;
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/time.rs:154:13
[INFO] [stdout]     |
[INFO] [stdout] 154 |             err_unsup_format!("programs running longer than 2^63 nanoseconds are not supported")
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:494:17
[INFO] [stdout]     |
[INFO] [stdout] 494 |                 throw_unsup_format!("called pthread_mutex_unlock on an unsupported type of mutex");
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/time.rs:190:13
[INFO] [stdout]     |
[INFO] [stdout] 190 |             err_unsup_format!("programs running longer than 2^64 nanoseconds are not supported")
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:508:13
[INFO] [stdout]     |
[INFO] [stdout] 508 |             throw_ub_format!("destroyed a locked mutex");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]   --> src/shims/tls.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         trace!("New TLS key allocated: {} with dtor {:?}", new_key, dtor);
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:531:13
[INFO] [stdout]     |
[INFO] [stdout] 531 |             throw_unsup_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/tls.rs:69:13
[INFO] [stdout]    |
[INFO] [stdout] 69 |             throw_unsup_format!("we ran out of TLS key space");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]   --> src/shims/tls.rs:77:17
[INFO] [stdout]    |
[INFO] [stdout] 77 |                 trace!("TLS key {} removed", key);
[INFO] [stdout]    |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:556:13
[INFO] [stdout]     |
[INFO] [stdout] 556 |             throw_unsup_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]   --> src/shims/tls.rs:80:21
[INFO] [stdout]    |
[INFO] [stdout] 80 |             None => throw_ub_format!("removing a nonexistent TLS key: {}", key),
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:580:13
[INFO] [stdout]     |
[INFO] [stdout] 580 |             throw_unsup_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]   --> src/shims/tls.rs:93:17
[INFO] [stdout]    |
[INFO] [stdout] 93 |                 trace!("TLS key {} for thread {:?} loaded: {:?}", key, thread_id, value);
[INFO] [stdout]    |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:617:13
[INFO] [stdout]     |
[INFO] [stdout] 617 |             throw_unsup_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]   --> src/shims/tls.rs:96:21
[INFO] [stdout]    |
[INFO] [stdout] 96 |             None => throw_ub_format!("loading from a non-existing TLS key: {}", key),
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/shims/tls.rs:110:21
[INFO] [stdout]     |
[INFO] [stdout] 110 |                     trace!("TLS key {} for thread {:?} stored: {:?}", key, thread_id, new_data);
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:641:13
[INFO] [stdout]     |
[INFO] [stdout] 641 |             throw_unsup_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/shims/tls.rs:113:21
[INFO] [stdout]     |
[INFO] [stdout] 113 |                     trace!("TLS key {} for thread {:?} removed", key, thread_id);
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:656:13
[INFO] [stdout]     |
[INFO] [stdout] 656 |             throw_ub_format!("unlocked an rwlock that was not locked by the active thread");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/tls.rs:118:21
[INFO] [stdout]     |
[INFO] [stdout] 118 |             None => throw_ub_format!("storing to a non-existing TLS key: {}", key),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:667:13
[INFO] [stdout]     |
[INFO] [stdout] 667 |             throw_unsup_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/tls.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             throw_unsup_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/shims/tls.rs:325:13
[INFO] [stdout]     |
[INFO] [stdout] 325 |             trace!("Running macos dtor {:?} on {:?} at {:?}", instance, data, thread_id);
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:676:13
[INFO] [stdout]     |
[INFO] [stdout] 676 |             throw_ub_format!("destroyed a locked rwlock");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/shims/tls.rs:355:13
[INFO] [stdout]     |
[INFO] [stdout] 355 |             trace!("Running TLS dtor {:?} on {:?} at {:?}", instance, ptr, active_thread);
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:698:13
[INFO] [stdout]     |
[INFO] [stdout] 698 |             throw_unsup_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:771:13
[INFO] [stdout]     |
[INFO] [stdout] 771 |             throw_unsup_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:873:13
[INFO] [stdout]     |
[INFO] [stdout] 873 |             throw_unsup_format!("unsupported clock id: {}", clock_id);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/sync.rs:932:13
[INFO] [stdout]     |
[INFO] [stdout] 932 |             throw_ub_format!("destroying an awaited conditional variable");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/unix/thread.rs:42:13
[INFO] [stdout]    |
[INFO] [stdout] 42 |             throw_unsup_format!("Miri supports pthread_join only with retval==NULL");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/unix/linux/epoll.rs:70:13
[INFO] [stdout]    |
[INFO] [stdout] 70 |             throw_unsup_format!("epoll_create1 flags {flags} are not implemented");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/linux/epoll.rs:120:36
[INFO] [stdout]     |
[INFO] [stdout] 120 |                     .ok_or_else(|| err_unsup_format!("non-epoll FD passed to `epoll_ctl`"))?;
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/linux/epoll.rs:131:36
[INFO] [stdout]     |
[INFO] [stdout] 131 |                     .ok_or_else(|| err_unsup_format!("non-epoll FD passed to `epoll_ctl`"))?;
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/linux/epoll.rs:191:32
[INFO] [stdout]     |
[INFO] [stdout] 191 |                 .ok_or_else(|| err_unsup_format!("non-epoll FD passed to `epoll_wait`"))?;
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/linux/epoll.rs:194:13
[INFO] [stdout]     |
[INFO] [stdout] 194 |             throw_unsup_format!("returning ready events from epoll_wait is not yet implemented");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/linux/eventfd.rs:110:13
[INFO] [stdout]     |
[INFO] [stdout] 110 |             throw_unsup_format!("eventfd: flag {flags:#x} is unsupported");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/linux/eventfd.rs:119:13
[INFO] [stdout]     |
[INFO] [stdout] 119 |             throw_unsup_format!("eventfd: EFD_SEMAPHORE is unsupported");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/linux/foreign_items.rs:159:21
[INFO] [stdout]     |
[INFO] [stdout] 159 |                     throw_ub_format!(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/linux/foreign_items.rs:169:29
[INFO] [stdout]     |
[INFO] [stdout] 169 | ...                   throw_ub_format!(
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/linux/foreign_items.rs:181:29
[INFO] [stdout]     |
[INFO] [stdout] 181 | ...                   throw_ub_format!(
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/unix/linux/mem.rs:31:13
[INFO] [stdout]    |
[INFO] [stdout] 31 |             throw_unsup_format!("Miri does not support mremap wth MREMAP_FIXED");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/unix/linux/mem.rs:35:13
[INFO] [stdout]    |
[INFO] [stdout] 35 |             throw_unsup_format!("Miri does not support mremap wth MREMAP_DONTUNMAP");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]   --> src/shims/unix/linux/sync.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         throw_ub_format!(
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]   --> src/shims/unix/linux/sync.rs:63:21
[INFO] [stdout]    |
[INFO] [stdout] 63 |                     throw_ub_format!(
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]   --> src/shims/unix/linux/sync.rs:73:21
[INFO] [stdout]    |
[INFO] [stdout] 73 |                     throw_ub_format!(
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/unix/linux/sync.rs:227:21
[INFO] [stdout]     |
[INFO] [stdout] 227 |                     throw_ub_format!(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/unix/linux/sync.rs:261:15
[INFO] [stdout]     |
[INFO] [stdout] 261 |         op => throw_unsup_format!("Miri does not support `futex` syscall with op={}", op),
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/windows/foreign_items.rs:83:21
[INFO] [stdout]    |
[INFO] [stdout] 83 |                     throw_unsup_format!(
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/windows/foreign_items.rs:107:21
[INFO] [stdout]     |
[INFO] [stdout] 107 |                     throw_unsup_format!(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/windows/foreign_items.rs:128:21
[INFO] [stdout]     |
[INFO] [stdout] 128 |                     throw_unsup_format!(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/windows/foreign_items.rs:445:29
[INFO] [stdout]     |
[INFO] [stdout] 445 | ...                   throw_unsup_format!(
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/windows/foreign_items.rs:453:29
[INFO] [stdout]     |
[INFO] [stdout] 453 | ...                   throw_unsup_format!(
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/windows/foreign_items.rs:459:25
[INFO] [stdout]     |
[INFO] [stdout] 459 |                         throw_unsup_format!(
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/windows/foreign_items.rs:506:21
[INFO] [stdout]     |
[INFO] [stdout] 506 |                     throw_unsup_format!("`GetModuleFileNameW` only supports the NULL handle");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope
[INFO] [stdout]    --> src/shims/windows/handle.rs:153:9
[INFO] [stdout]     |
[INFO] [stdout] 153 |         throw_machine_stop!(TerminationInfo::Abort(format!(
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/windows/sync.rs:42:13
[INFO] [stdout]    |
[INFO] [stdout] 42 |             throw_unsup_format!("unsupported `dwFlags` {flags} in `InitOnceBeginInitialize`");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/windows/sync.rs:46:13
[INFO] [stdout]    |
[INFO] [stdout] 46 |             throw_unsup_format!("non-null `lpContext` in `InitOnceBeginInitialize`");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/windows/sync.rs:120:13
[INFO] [stdout]     |
[INFO] [stdout] 120 |             throw_unsup_format!("unsupported `dwFlags` {flags} in `InitOnceBeginInitialize`");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/windows/sync.rs:124:13
[INFO] [stdout]     |
[INFO] [stdout] 124 |             throw_unsup_format!("non-null `lpContext` in `InitOnceBeginInitialize`");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/windows/sync.rs:129:13
[INFO] [stdout]     |
[INFO] [stdout] 129 |             throw_ub_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/windows/thread.rs:42:13
[INFO] [stdout]    |
[INFO] [stdout] 42 |             throw_unsup_format!("unsupported `dwCreationFlags` {} in `CreateThread`", flags)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/windows/thread.rs:46:13
[INFO] [stdout]    |
[INFO] [stdout] 46 |             throw_unsup_format!("non-null `lpThreadAttributes` in `CreateThread`")
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/windows/thread.rs:77:13
[INFO] [stdout]    |
[INFO] [stdout] 77 |             throw_unsup_format!("`WaitForSingleObject` with non-infinite timeout");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/x86/mod.rs:198:13
[INFO] [stdout]     |
[INFO] [stdout] 198 |             throw_unsup_format!("invalid `imm` parameter of {intrinsic}: 0x{imm:x}");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/x86/mod.rs:546:21
[INFO] [stdout]     |
[INFO] [stdout] 546 |         rounding => throw_unsup_format!("unsupported rounding mode 0x{rounding:02x}"),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/env.rs:66:29
[INFO] [stdout]    |
[INFO] [stdout] 66 | ...                   throw_unsup_format!(
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/env.rs:276:13
[INFO] [stdout]     |
[INFO] [stdout] 276 |             throw_ub_format!("pointer to environment variable name is NULL");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/env.rs:281:13
[INFO] [stdout]     |
[INFO] [stdout] 281 |             throw_unsup_format!("environment variable name is an empty string");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/env.rs:283:13
[INFO] [stdout]     |
[INFO] [stdout] 283 |             throw_unsup_format!("environment variable name contains '='");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/os_str.rs:67:30
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 .map_err(|_| err_unsup_format!("{:?} is not a valid utf-16 string", u16_vec))?;
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/os_str.rs:120:32
[INFO] [stdout]     |
[INFO] [stdout] 120 |                 .ok_or_else(|| err_unsup_format!("{:?} is not a valid utf-8 string", os_str).into())
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]   --> src/shims/panic.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |         trace!("miri_start_unwind: {:?}", this.frame().instance);
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]   --> src/shims/panic.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 99 |         trace!("try_fn: {:?}", f_instance);
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/shims/panic.rs:129:9
[INFO] [stdout]     |
[INFO] [stdout] 129 |         trace!("handle_stack_pop_unwind(extra = {:?}, unwinding = {})", extra, unwinding);
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/shims/panic.rs:136:13
[INFO] [stdout]     |
[INFO] [stdout] 136 |             trace!(
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/shims/panic.rs:150:13
[INFO] [stdout]     |
[INFO] [stdout] 150 |             trace!("catch_fn: {:?}", f_instance);
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]  --> src/shims/time.rs:9:22
[INFO] [stdout]   |
[INFO] [stdout] 9 |         .map_err(|_| err_unsup_format!("times before the Unix epoch are not supported").into())
[INFO] [stdout]   |                      ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/time.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             target => throw_unsup_format!("`clock_gettime` is not supported on target OS {target}"),
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/time.rs:132:26
[INFO] [stdout]     |
[INFO] [stdout] 132 |             .map_err(|_| err_unsup_format!("programs running more than 2^64 Windows ticks after the Windows epoch are not supported"))?;
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/time.rs:154:13
[INFO] [stdout]     |
[INFO] [stdout] 154 |             err_unsup_format!("programs running longer than 2^63 nanoseconds are not supported")
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/time.rs:190:13
[INFO] [stdout]     |
[INFO] [stdout] 190 |             err_unsup_format!("programs running longer than 2^64 nanoseconds are not supported")
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]   --> src/shims/tls.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         trace!("New TLS key allocated: {} with dtor {:?}", new_key, dtor);
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]   --> src/shims/tls.rs:69:13
[INFO] [stdout]    |
[INFO] [stdout] 69 |             throw_unsup_format!("we ran out of TLS key space");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]   --> src/shims/tls.rs:77:17
[INFO] [stdout]    |
[INFO] [stdout] 77 |                 trace!("TLS key {} removed", key);
[INFO] [stdout]    |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]   --> src/shims/tls.rs:80:21
[INFO] [stdout]    |
[INFO] [stdout] 80 |             None => throw_ub_format!("removing a nonexistent TLS key: {}", key),
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]   --> src/shims/tls.rs:93:17
[INFO] [stdout]    |
[INFO] [stdout] 93 |                 trace!("TLS key {} for thread {:?} loaded: {:?}", key, thread_id, value);
[INFO] [stdout]    |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]   --> src/shims/tls.rs:96:21
[INFO] [stdout]    |
[INFO] [stdout] 96 |             None => throw_ub_format!("loading from a non-existing TLS key: {}", key),
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/shims/tls.rs:110:21
[INFO] [stdout]     |
[INFO] [stdout] 110 |                     trace!("TLS key {} for thread {:?} stored: {:?}", key, thread_id, new_data);
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/shims/tls.rs:113:21
[INFO] [stdout]     |
[INFO] [stdout] 113 |                     trace!("TLS key {} for thread {:?} removed", key, thread_id);
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope
[INFO] [stdout]    --> src/shims/tls.rs:118:21
[INFO] [stdout]     |
[INFO] [stdout] 118 |             None => throw_ub_format!("storing to a non-existing TLS key: {}", key),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope
[INFO] [stdout]    --> src/shims/tls.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             throw_unsup_format!(
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/shims/tls.rs:325:13
[INFO] [stdout]     |
[INFO] [stdout] 325 |             trace!("Running macos dtor {:?} on {:?} at {:?}", instance, data, thread_id);
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `trace` in this scope
[INFO] [stdout]    --> src/shims/tls.rs:355:13
[INFO] [stdout]     |
[INFO] [stdout] 355 |             trace!("Running TLS dtor {:?} on {:?} at {:?}", instance, ptr, active_thread);
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::diagnostics::RacingOp`
[INFO] [stdout]   --> src/concurrency/data_race.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 | use crate::diagnostics::RacingOp;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/concurrency/thread.rs:994:66
[INFO] [stdout]     |
[INFO] [stdout] 994 |     fn get_thread_name<'c>(&'c self, thread: ThreadId) -> Option<&[u8]>
[INFO] [stdout]     |                        -- lifetime `'c` declared here            ^ this elided lifetime gets resolved as `'c`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Provenance as _`
[INFO] [stdout]   --> src/lib.rs:95:64
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub use rustc_const_eval::interpret::{self, AllocMap, PlaceTy, Provenance as _};
[INFO] [stdout]    |                                                                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `lint_reasons` has been stable since 1.81.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | #![feature(lint_reasons)]
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `trait_upcasting` has been stable since 1.86.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | #![feature(trait_upcasting)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `generic_nonzero` has been stable since 1.79.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(generic_nonzero)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_option` has been stable since 1.83.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(const_option)]
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]     --> src/machine.rs:1219:33
[INFO] [stdout]      |
[INFO] [stdout] 1219 |     ) -> Option<(AllocId, Size, Self::ProvenanceExtra)> {
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: if there were a trait named `Example` with associated type `ProvenanceExtra` implemented for `machine::MiriMachine<'mir, 'tcx>`, you could use the fully-qualified path
[INFO] [stdout]      |
[INFO] [stdout] 1219 -     ) -> Option<(AllocId, Size, Self::ProvenanceExtra)> {
[INFO] [stdout] 1219 +     ) -> Option<(AllocId, Size, <machine::MiriMachine<'mir, 'tcx> as Example>::ProvenanceExtra)> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]     --> src/machine.rs:1236:43
[INFO] [stdout]      |
[INFO] [stdout] 1236 |         (alloc_id, prov_extra): (AllocId, Self::ProvenanceExtra),
[INFO] [stdout]      |                                           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: if there were a trait named `Example` with associated type `ProvenanceExtra` implemented for `machine::MiriMachine<'mir, 'tcx>`, you could use the fully-qualified path
[INFO] [stdout]      |
[INFO] [stdout] 1236 -         (alloc_id, prov_extra): (AllocId, Self::ProvenanceExtra),
[INFO] [stdout] 1236 +         (alloc_id, prov_extra): (AllocId, <machine::MiriMachine<'mir, 'tcx> as Example>::ProvenanceExtra),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]     --> src/machine.rs:1260:43
[INFO] [stdout]      |
[INFO] [stdout] 1260 |         (alloc_id, prov_extra): (AllocId, Self::ProvenanceExtra),
[INFO] [stdout]      |                                           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: if there were a trait named `Example` with associated type `ProvenanceExtra` implemented for `machine::MiriMachine<'mir, 'tcx>`, you could use the fully-qualified path
[INFO] [stdout]      |
[INFO] [stdout] 1260 -         (alloc_id, prov_extra): (AllocId, Self::ProvenanceExtra),
[INFO] [stdout] 1260 +         (alloc_id, prov_extra): (AllocId, <machine::MiriMachine<'mir, 'tcx> as Example>::ProvenanceExtra),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]     --> src/machine.rs:1284:44
[INFO] [stdout]      |
[INFO] [stdout] 1284 |         (alloc_id, prove_extra): (AllocId, Self::ProvenanceExtra),
[INFO] [stdout]      |                                            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: if there were a trait named `Example` with associated type `ProvenanceExtra` implemented for `machine::MiriMachine<'mir, 'tcx>`, you could use the fully-qualified path
[INFO] [stdout]      |
[INFO] [stdout] 1284 -         (alloc_id, prove_extra): (AllocId, Self::ProvenanceExtra),
[INFO] [stdout] 1284 +         (alloc_id, prove_extra): (AllocId, <machine::MiriMachine<'mir, 'tcx> as Example>::ProvenanceExtra),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/range_map.rs:146:47
[INFO] [stdout]     |
[INFO] [stdout] 24  | impl<T> RangeMap<T> {
[INFO] [stdout]     |      - expected this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 146 |         let slice: &mut [Elem<T>] = if len == 0 {
[INFO] [stdout]     |                                               ^ expected type parameter `T`, found integer
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected type parameter `T`
[INFO] [stdout]                          found type `{integer}`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0223, E0308, E0432, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0223`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `miri` (lib) due to 319 previous errors; 7 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused import: `crate::diagnostics::RacingOp`
[INFO] [stdout]   --> src/concurrency/data_race.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 | use crate::diagnostics::RacingOp;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/concurrency/thread.rs:994:66
[INFO] [stdout]     |
[INFO] [stdout] 994 |     fn get_thread_name<'c>(&'c self, thread: ThreadId) -> Option<&[u8]>
[INFO] [stdout]     |                        -- lifetime `'c` declared here            ^ this elided lifetime gets resolved as `'c`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Provenance as _`
[INFO] [stdout]   --> src/lib.rs:95:64
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub use rustc_const_eval::interpret::{self, AllocMap, PlaceTy, Provenance as _};
[INFO] [stdout]    |                                                                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `lint_reasons` has been stable since 1.81.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | #![feature(lint_reasons)]
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `trait_upcasting` has been stable since 1.86.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | #![feature(trait_upcasting)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `generic_nonzero` has been stable since 1.79.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(generic_nonzero)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_option` has been stable since 1.83.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(const_option)]
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]     --> src/machine.rs:1219:33
[INFO] [stdout]      |
[INFO] [stdout] 1219 |     ) -> Option<(AllocId, Size, Self::ProvenanceExtra)> {
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: if there were a trait named `Example` with associated type `ProvenanceExtra` implemented for `machine::MiriMachine<'mir, 'tcx>`, you could use the fully-qualified path
[INFO] [stdout]      |
[INFO] [stdout] 1219 -     ) -> Option<(AllocId, Size, Self::ProvenanceExtra)> {
[INFO] [stdout] 1219 +     ) -> Option<(AllocId, Size, <machine::MiriMachine<'mir, 'tcx> as Example>::ProvenanceExtra)> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]     --> src/machine.rs:1236:43
[INFO] [stdout]      |
[INFO] [stdout] 1236 |         (alloc_id, prov_extra): (AllocId, Self::ProvenanceExtra),
[INFO] [stdout]      |                                           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: if there were a trait named `Example` with associated type `ProvenanceExtra` implemented for `machine::MiriMachine<'mir, 'tcx>`, you could use the fully-qualified path
[INFO] [stdout]      |
[INFO] [stdout] 1236 -         (alloc_id, prov_extra): (AllocId, Self::ProvenanceExtra),
[INFO] [stdout] 1236 +         (alloc_id, prov_extra): (AllocId, <machine::MiriMachine<'mir, 'tcx> as Example>::ProvenanceExtra),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]     --> src/machine.rs:1260:43
[INFO] [stdout]      |
[INFO] [stdout] 1260 |         (alloc_id, prov_extra): (AllocId, Self::ProvenanceExtra),
[INFO] [stdout]      |                                           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: if there were a trait named `Example` with associated type `ProvenanceExtra` implemented for `machine::MiriMachine<'mir, 'tcx>`, you could use the fully-qualified path
[INFO] [stdout]      |
[INFO] [stdout] 1260 -         (alloc_id, prov_extra): (AllocId, Self::ProvenanceExtra),
[INFO] [stdout] 1260 +         (alloc_id, prov_extra): (AllocId, <machine::MiriMachine<'mir, 'tcx> as Example>::ProvenanceExtra),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]     --> src/machine.rs:1284:44
[INFO] [stdout]      |
[INFO] [stdout] 1284 |         (alloc_id, prove_extra): (AllocId, Self::ProvenanceExtra),
[INFO] [stdout]      |                                            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: if there were a trait named `Example` with associated type `ProvenanceExtra` implemented for `machine::MiriMachine<'mir, 'tcx>`, you could use the fully-qualified path
[INFO] [stdout]      |
[INFO] [stdout] 1284 -         (alloc_id, prove_extra): (AllocId, Self::ProvenanceExtra),
[INFO] [stdout] 1284 +         (alloc_id, prove_extra): (AllocId, <machine::MiriMachine<'mir, 'tcx> as Example>::ProvenanceExtra),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/range_map.rs:146:47
[INFO] [stdout]     |
[INFO] [stdout] 24  | impl<T> RangeMap<T> {
[INFO] [stdout]     |      - expected this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 146 |         let slice: &mut [Elem<T>] = if len == 0 {
[INFO] [stdout]     |                                               ^ expected type parameter `T`, found integer
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected type parameter `T`
[INFO] [stdout]                          found type `{integer}`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0223, E0308, E0432, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0223`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `miri` (lib test) due to 319 previous errors; 7 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "aa96df60920cd5d48e2146de50514a57b6a54d8584a908d9f03a77ebd14f4d96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa96df60920cd5d48e2146de50514a57b6a54d8584a908d9f03a77ebd14f4d96", kill_on_drop: false }`
[INFO] [stdout] aa96df60920cd5d48e2146de50514a57b6a54d8584a908d9f03a77ebd14f4d96
